Home
last modified time | relevance | path

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

/external/libaom/libaom/aom_dsp/
Dgrain_synthesis.c247 int chroma_subsamp_y, int chroma_subsamp_x) { in init_arrays() argument
311 (2 >> chroma_subsamp_y)); in init_arrays()
313 (2 >> chroma_subsamp_y)); in init_arrays()
319 (chroma_subblock_size_y + (2 >> chroma_subsamp_y)) * in init_arrays()
323 (chroma_subblock_size_y + (2 >> chroma_subsamp_y)) * in init_arrays()
446 int right_pad, int bottom_pad, int chroma_subsamp_y, int chroma_subsamp_x) { in generate_chroma_grain_blocks() argument
499 int luma_coord_y = ((i - top_pad) << chroma_subsamp_y) + top_pad; in generate_chroma_grain_blocks()
502 for (int k = luma_coord_y; k < luma_coord_y + chroma_subsamp_y + 1; in generate_chroma_grain_blocks()
509 (av_luma + ((1 << (chroma_subsamp_y + chroma_subsamp_x)) >> 1)) >> in generate_chroma_grain_blocks()
510 (chroma_subsamp_y + chroma_subsamp_x); in generate_chroma_grain_blocks()
[all …]
Dgrain_synthesis.h172 int use_high_bit_depth, int chroma_subsamp_y,