Searched refs:block_size_y (Results 1 – 1 of 1) sorted by relevance
/external/libaom/libaom/aom_dsp/ |
D | noise_model.c | 62 int h, int x_o, int y_o, int block_size_x, int block_size_y) { \ 63 const int max_h = AOMMIN(h - y_o, block_size_y); \ 84 int block_size_x, int block_size_y, in get_noise_var() argument 89 y_o, block_size_x, block_size_y); in get_noise_var() 91 block_size_x, block_size_y); in get_noise_var()
|