Searched refs:chroma_sub_w (Results 1 – 1 of 1) sorted by relevance
1297 int stride, int chroma_sub_w, int chroma_sub_h, int block_size, \1300 for (int x = 0; x < (w >> chroma_sub_w); ++x) { \1303 (block_size >> chroma_sub_w); \1310 if (x + 1 < (w >> chroma_sub_w)) { \1318 if (x + 1 < (w >> chroma_sub_w)) { \1384 const int chroma_sub_w = c > 0 ? chroma_sub[0] : 0; in aom_wiener_denoise_2d() local1396 for (int offsx = 0; offsx < (block_size >> chroma_sub_w); in aom_wiener_denoise_2d()1397 offsx += (block_size >> chroma_sub_w) / 2) { in aom_wiener_denoise_2d()1402 (block_size >> chroma_sub_w) * (block_size >> chroma_sub_h); in aom_wiener_denoise_2d()1404 block_finder, data[c], w >> chroma_sub_w, h >> chroma_sub_h, in aom_wiener_denoise_2d()[all …]