Home
last modified time | relevance | path

Searched refs:chroma_sub_w (Results 1 – 1 of 1) sorted by relevance

/external/libaom/libaom/aom_dsp/
Dnoise_model.c1303 int stride, int chroma_sub_w, int chroma_sub_h, int block_size, \
1306 for (int x = 0; x < (w >> chroma_sub_w); ++x) { \
1309 (block_size >> chroma_sub_w); \
1316 if (x + 1 < (w >> chroma_sub_w)) { \
1324 if (x + 1 < (w >> chroma_sub_w)) { \
1390 const int chroma_sub_w = c > 0 ? chroma_sub[0] : 0; in aom_wiener_denoise_2d() local
1402 for (int offsx = 0; offsx < (block_size >> chroma_sub_w); in aom_wiener_denoise_2d()
1403 offsx += (block_size >> chroma_sub_w) / 2) { in aom_wiener_denoise_2d()
1408 (block_size >> chroma_sub_w) * (block_size >> chroma_sub_h); in aom_wiener_denoise_2d()
1410 block_finder, data[c], w >> chroma_sub_w, h >> chroma_sub_h, in aom_wiener_denoise_2d()
[all …]