Searched refs:chroma_sub_h (Results 1 – 1 of 1) sorted by relevance
/external/libaom/libaom/aom_dsp/ |
D | noise_model.c | 1297 int stride, int chroma_sub_w, int chroma_sub_h, int block_size, \ 1299 for (int y = 0; y < (h >> chroma_sub_h); ++y) { \ 1302 (y + (block_size >> chroma_sub_h)) * result_stride + x + \ 1313 if (y + 1 < (h >> chroma_sub_h)) { \ 1383 const int chroma_sub_h = c > 0 ? chroma_sub[1] : 0; in aom_wiener_denoise_2d() local 1394 for (int offsy = 0; offsy < (block_size >> chroma_sub_h); in aom_wiener_denoise_2d() 1395 offsy += (block_size >> chroma_sub_h) / 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() 1406 by * (block_size >> chroma_sub_h) + offsy, plane_d, block_d); in aom_wiener_denoise_2d() [all …]
|