Searched refs:chroma_sub_w (Results 1 – 1 of 1) sorted by relevance
1329 int stride, int chroma_sub_w, int chroma_sub_h, int block_size, \1332 for (int x = 0; x < (w >> chroma_sub_w); ++x) { \1335 (block_size >> chroma_sub_w); \1342 if (x + 1 < (w >> chroma_sub_w)) { \1350 if (x + 1 < (w >> chroma_sub_w)) { \1416 const int chroma_sub_w = c > 0 ? chroma_sub[0] : 0; in DITHER_AND_QUANTIZE() local1428 for (int offsx = 0; offsx < (block_size >> chroma_sub_w); in DITHER_AND_QUANTIZE()1429 offsx += (block_size >> chroma_sub_w) / 2) { in DITHER_AND_QUANTIZE()1434 (block_size >> chroma_sub_w) * (block_size >> chroma_sub_h); in DITHER_AND_QUANTIZE()1436 block_finder, data[c], w >> chroma_sub_w, h >> chroma_sub_h, in DITHER_AND_QUANTIZE()[all …]