Searched refs:y_scale_fp (Results 1 – 6 of 6) sorted by relevance
31 (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()
30 int y_scale_fp; // vertical fixed point scale factor member50 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()
27 int y_scale_fp; // vertical fixed point scale factor member53 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()
21 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);
1555 (sf_last->y_scale_fp != sf_golden->y_scale_fp)) {
1809 (sf_last->y_scale_fp != sf_golden->y_scale_fp)) { in vp9_pick_inter_mode()