Home
last modified time | relevance | path

Searched refs:y_scale_fp (Results 1 – 6 of 6) sorted by relevance

/external/libaom/libaom/av1/common/
Dscale.c31 (sf->y_scale_fp - (1 << REF_SCALE_SHIFT)) * (1 << (SUBPEL_BITS - 1)); in scaled_y()
32 const int64_t tval = (int64_t)val * sf->y_scale_fp + off; in scaled_y()
70 sf->y_scale_fp = REF_INVALID_SCALE; in av1_setup_scale_factors_for_frame()
75 sf->y_scale_fp = get_fixed_point_scale_factor(other_h, this_h); in av1_setup_scale_factors_for_frame()
78 sf->y_step_q4 = fixed_point_scale_to_coarse_point_scale(sf->y_scale_fp); in av1_setup_scale_factors_for_frame()
Dscale.h30 int y_scale_fp; // vertical fixed point scale factor member
50 sf->y_scale_fp != REF_INVALID_SCALE; in av1_is_valid_scale()
56 (sf->x_scale_fp != REF_NO_SCALE || sf->y_scale_fp != REF_NO_SCALE); in av1_is_scaled()
/external/libvpx/libvpx/vp9/common/
Dvp9_scale.h27 int y_scale_fp; // vertical fixed point scale factor member
53 sf->y_scale_fp != REF_INVALID_SCALE; in vp9_is_valid_scale()
58 (sf->x_scale_fp != REF_NO_SCALE || sf->y_scale_fp != REF_NO_SCALE); in vp9_is_scaled()
Dvp9_scale.c21 return (int)((int64_t)val * sf->y_scale_fp >> REF_SCALE_SHIFT); in scaled_y()
55 sf->y_scale_fp = REF_INVALID_SCALE;
60 sf->y_scale_fp = get_fixed_point_scale_factor(other_h, this_h);
/external/libaom/libaom/av1/encoder/
Dnonrd_pickmode.c1555 (sf_last->y_scale_fp != sf_golden->y_scale_fp)) {
/external/libvpx/libvpx/vp9/encoder/
Dvp9_pickmode.c1809 (sf_last->y_scale_fp != sf_golden->y_scale_fp)) { in vp9_pick_inter_mode()