Searched refs:y_scale_fp (Results 1 – 2 of 2) sorted by relevance
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);