Home
last modified time | relevance | path

Searched refs:other_w (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_scale.c46 void vp9_setup_scale_factors_for_frame(struct scale_factors *sf, int other_w, argument
50 void vp9_setup_scale_factors_for_frame(struct scale_factors *sf, int other_w,
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);
Dvp9_scale.h43 void vp9_setup_scale_factors_for_frame(struct scale_factors *sf, int other_w,
47 void vp9_setup_scale_factors_for_frame(struct scale_factors *sf, int other_w,
/external/libaom/libaom/av1/common/
Dscale.c66 void av1_setup_scale_factors_for_frame(struct scale_factors *sf, int other_w, 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()
Dscale.h44 void av1_setup_scale_factors_for_frame(struct scale_factors *sf, int other_w,