Home
last modified time | relevance | path

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

/external/libaom/libaom/aom_dsp/
Dgrain_synthesis.c244 int **y_line_buf, int **cb_line_buf, int **cr_line_buf, in init_arrays() argument
310 *cb_line_buf = (int *)aom_malloc(sizeof(**cb_line_buf) * chroma_stride * in init_arrays()
337 int **y_line_buf, int **cb_line_buf, in dealloc_arrays() argument
356 aom_free(*cb_line_buf); in dealloc_arrays()
1035 int *cb_line_buf; in av1_add_film_grain_run() local
1085 &cr_grain_block, &y_line_buf, &cb_line_buf, &cr_line_buf, in av1_add_film_grain_run()
1199 hor_boundary_overlap(cb_line_buf + x * (2 >> chroma_subsamp_x), in av1_add_film_grain_run()
1201 cb_line_buf + x * (2 >> chroma_subsamp_x), in av1_add_film_grain_run()
1222 cb_line_buf + ((x ? x + 1 : 0) << (1 - chroma_subsamp_x)), in av1_add_film_grain_run()
1227 cb_line_buf + ((x ? x + 1 : 0) << (1 - chroma_subsamp_x)), in av1_add_film_grain_run()
[all …]