Searched defs:this_w (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_scale.c49 int this_w, int this_h,
54 int this_w, int this_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
/external/libvpx/libvpx/vp9/common/
H A Dvp9_scale.c37 int this_w, int this_h) {
38 return 2 * this_w >= other_w &&
40 this_w <= 16 * other_w &&
56 int this_w, int this_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);
36 check_scale_factors(int other_w, int other_h, int this_w, int this_h) argument
54 vp9_setup_scale_factors_for_frame(struct scale_factors *sf, int other_w, int other_h, int this_w, int this_h) argument

Completed in 111 milliseconds