Searched refs:colNum (Results 1 – 4 of 4) sorted by relevance
63 for (int32_t colNum = 0; colNum < height; colNum++) { in WriteYuvDataStride() local72 for (int32_t colNum = 0; colNum < (height / UV_SCALE_FACTOR); colNum++) { in WriteYuvDataStride() local78 for (int32_t colNum = 0; colNum < (height / UV_SCALE_FACTOR); colNum++) { in WriteYuvDataStride() local86 for (int32_t colNum = 0; colNum < (height / UV_SCALE_FACTOR); colNum++) { in WriteYuvDataStride() local105 for (int32_t colNum = 0; colNum < height; colNum++) { in WriteRgbDataStride() local
572 for (uint32_t colNum = 0; colNum < height_; colNum++) { in WriteYuvDataStride() local578 for (uint32_t colNum = 0; colNum < height_; colNum++) { in WriteYuvDataStride() local584 for (uint32_t colNum = 0; colNum < height_; colNum++) { in WriteYuvDataStride() local590 for (uint32_t colNum = 0; colNum < height_; colNum++) { in WriteYuvDataStride() local596 for (uint32_t colNum = 0; colNum < height_; colNum++) { in WriteYuvDataStride() local619 for (uint32_t colNum = 0; colNum < height_; colNum++) { in WriteRgbDataStride() local
129 this.colNum = COL_IMAGE_TEXT;308 if (s16.colNum !== undefined) {309 this.colNum = s16.colNum;795 this.colNum = COL_IMAGE_TEXT;799 this.colNum = COL_TEXT;970 let s12 = q12 % this.colNum === 0;1008 const c12 = this.colNum;1040 const o11 = this.colNum;1070 l11 = k11 % this.colNum === 0 ? this.blockWidth * (this.colNum - 1) : -this.blockWidth;1080 const b11 = this.colNum;[all …]
161 private colNum: number = COL_IMAGE_TEXT;245 this.colNum = COL_IMAGE_TEXT;248 this.colNum = COL_TEXT;442 let lastColumn: boolean = selectLen % this.colNum === 0;486 const gridCol: number = this.colNum;521 const col: number = this.colNum;552 xNew = index % this.colNum === 0 ? this.blockWidth * (this.colNum - 1) : -this.blockWidth;564 const col: number = this.colNum;601 const lastCol: boolean = index % this.colNum === 0;618 let lastCol: boolean = (index + 1) % this.colNum === 0;[all …]