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 | 498 int w, int h, int stride, int offsx, int offsy, double *plane, in aom_flat_block_finder_extract_block() argument 513 const int x = clamp(offsx + xi, 0, w - 1); in aom_flat_block_finder_extract_block() 522 const int x = clamp(offsx + xi, 0, w - 1); in aom_flat_block_finder_extract_block() 1402 for (int offsx = 0; offsx < (block_size >> chroma_sub_w); in aom_wiener_denoise_2d() local 1403 offsx += (block_size >> chroma_sub_w) / 2) { in aom_wiener_denoise_2d() 1411 stride[c], bx * (block_size >> chroma_sub_w) + offsx, in aom_wiener_denoise_2d() 1431 x + (bx + 1) * (block_size >> chroma_sub_w) + offsx; in aom_wiener_denoise_2d()
|