Searched refs:this_w (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_scale.c | 50 int this_w, int this_h, argument 55 int this_w, int this_h) { 57 if (!valid_ref_frame_size(other_w, other_h, this_w, this_h)) { 63 sf->x_scale_fp = get_fixed_point_scale_factor(other_w, this_w);
|
D | vp9_scale.h | 45 int this_w, int this_h, 50 int this_w, int this_h);
|