Home
last modified time | relevance | path

Searched refs:half_luma_width (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
626 for (int j = 0; j < (half_luma_width << (1 - chroma_subsamp_x)); j++) { in add_noise_to_block()
675 for (int j = 0; j < (half_luma_width << 1); j++) { in add_noise_to_block()
692 int half_luma_height, int half_luma_width, int bit_depth, in add_noise_to_block_hbd() argument
743 for (int j = 0; j < (half_luma_width << (1 - chroma_subsamp_x)); j++) { in add_noise_to_block_hbd()
791 for (int j = 0; j < (half_luma_width << 1); j++) { in add_noise_to_block_hbd()