Home
last modified time | relevance | path

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

/external/libaom/libaom/aom_dsp/
Dgrain_synthesis.c607 int min_luma, max_luma, min_chroma, max_chroma; in add_noise_to_block() local
614 min_chroma = min_luma_legal_range; in add_noise_to_block()
617 min_chroma = min_chroma_legal_range; in add_noise_to_block()
621 min_luma = min_chroma = 0; in add_noise_to_block()
652 min_chroma, max_chroma); in add_noise_to_block()
668 min_chroma, max_chroma); in add_noise_to_block()
724 int min_luma, max_luma, min_chroma, max_chroma; in add_noise_to_block_hbd() local
731 min_chroma = min_luma_legal_range << (bit_depth - 8); in add_noise_to_block_hbd()
734 min_chroma = min_chroma_legal_range << (bit_depth - 8); in add_noise_to_block_hbd()
738 min_luma = min_chroma = 0; in add_noise_to_block_hbd()
[all …]