Searched refs:this_w (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_scale.c | 47 int other_h, int this_w, int this_h, argument 51 int other_h, int this_w, int this_h) { 53 if (!valid_ref_frame_size(other_w, other_h, this_w, this_h)) { 59 sf->x_scale_fp = get_fixed_point_scale_factor(other_w, this_w);
|
D | vp9_scale.h | 44 int other_h, int this_w, int this_h, 48 int other_h, int this_w, int this_h);
|
/external/libaom/libaom/av1/common/ |
D | scale.c | 67 int other_h, int this_w, int this_h) { in av1_setup_scale_factors_for_frame() argument 68 if (!valid_ref_frame_size(other_w, other_h, this_w, this_h)) { in av1_setup_scale_factors_for_frame() 74 sf->x_scale_fp = get_fixed_point_scale_factor(other_w, this_w); in av1_setup_scale_factors_for_frame()
|
D | scale.h | 45 int other_h, int this_w, int this_h);
|