Home
last modified time | relevance | path

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

/external/libaom/libaom/aom_dsp/
Dgrain_synthesis.c578 int half_luma_height, int half_luma_width, in add_noise_to_block() argument
625 for (int i = 0; i < (half_luma_height << (1 - chroma_subsamp_y)); i++) { in add_noise_to_block()
674 for (int i = 0; i < (half_luma_height << 1); i++) { in add_noise_to_block()
692 int half_luma_height, int half_luma_width, int bit_depth, in add_noise_to_block_hbd() argument
742 for (int i = 0; i < (half_luma_height << (1 - chroma_subsamp_y)); i++) { in add_noise_to_block_hbd()
790 for (int i = 0; i < (half_luma_height << 1); i++) { in add_noise_to_block_hbd()