Searched refs:offsx (Results 1 – 2 of 2) sorted by relevance
/external/libaom/libaom/aom_dsp/ |
D | noise_model.h | 146 int w, int h, int stride, int offsx, int offsy, double *plane,
|
D | noise_model.c | 494 int w, int h, int stride, int offsx, int offsy, double *plane, in aom_flat_block_finder_extract_block() argument 509 const int x = clamp(offsx + xi, 0, w - 1); in aom_flat_block_finder_extract_block() 518 const int x = clamp(offsx + xi, 0, w - 1); in aom_flat_block_finder_extract_block() 1396 for (int offsx = 0; offsx < (block_size >> chroma_sub_w); in aom_wiener_denoise_2d() local 1397 offsx += (block_size >> chroma_sub_w) / 2) { in aom_wiener_denoise_2d() 1405 stride[c], bx * (block_size >> chroma_sub_w) + offsx, in aom_wiener_denoise_2d() 1425 x + (bx + 1) * (block_size >> chroma_sub_w) + offsx; in aom_wiener_denoise_2d()
|