Searched refs:x_scale_fp (Results 1 – 3 of 3) sorted by relevance
26 int x_scale_fp; // horizontal fixed point scale factor member44 return sf->x_scale_fp != REF_INVALID_SCALE && in vp9_is_valid_scale()50 (sf->x_scale_fp != REF_NO_SCALE || sf->y_scale_fp != REF_NO_SCALE); in vp9_is_scaled()
16 return (int)((int64_t)val * sf->x_scale_fp >> REF_SCALE_SHIFT); in scaled_x()50 sf->x_scale_fp = REF_INVALID_SCALE; in vp9_setup_scale_factors_for_frame()55 sf->x_scale_fp = get_fixed_point_scale_factor(other_w, this_w); in vp9_setup_scale_factors_for_frame()
439 if (cm->frame_refs[ref_idx].sf.x_scale_fp == REF_INVALID_SCALE || in read_inter_block_mode_info()