Searched refs:generate_scaling (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/libdav1d/src/ |
H A D | fg_apply_tmpl.c | 41 static void generate_scaling(const int bitdepth, in generate_scaling() function 122 generate_scaling(in->p.bpc, data->y_points, data->num_y_points, scaling[0]); in bitfn() 124 generate_scaling(in->p.bpc, data->uv_points[0], data->num_uv_points[0], scaling[1]); in bitfn() 126 generate_scaling(in->p.bpc, data->uv_points[1], data->num_uv_points[1], scaling[2]); in bitfn()
|
/aosp_15_r20/external/libdav1d/tests/checkasm/ |
H A D | filmgrain.c | 183 generate_scaling(bitdepth_from_max(bitdepth_max), fg_data[0].y_points, in check_fgy_sbrow() 304 generate_scaling(bitdepth_from_max(bitdepth_max), fg_data[0].y_points, in check_fguv_sbrow() 314 generate_scaling(bitdepth_from_max(bitdepth_max), fg_data[0].uv_points[uv_pl], in check_fguv_sbrow()
|