Searched refs:other_w (Results 1 - 4 of 4) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
H A D | vp9_scale.c | 36 static int check_scale_factors(int other_w, int other_h, argument 38 return 2 * this_w >= other_w && 40 this_w <= 16 * other_w && 55 int other_w, int other_h, 57 if (!check_scale_factors(other_w, other_h, this_w, this_h)) { 63 sf->x_scale_fp = get_fixed_point_scale_factor(other_w, this_w); 54 vp9_setup_scale_factors_for_frame(struct scale_factors *sf, int other_w, int other_h, int this_w, int this_h) argument
|
H A D | vp9_scale.h | 40 int other_w, int other_h,
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/ |
H A D | vp9_scale.h | 44 int other_w, int other_h, 49 int other_w, int other_h,
|
H A D | vp9_scale.c | 48 int other_w, int other_h, 53 int other_w, int other_h, 56 if (!valid_ref_frame_size(other_w, other_h, this_w, this_h)) { 62 sf->x_scale_fp = get_fixed_point_scale_factor(other_w, this_w); 47 vp9_setup_scale_factors_for_frame(struct scale_factors *sf, int other_w, int other_h, int this_w, int this_h, int use_high) argument
|
Completed in 232 milliseconds