Home
last modified time | relevance | path

Searched refs:x_scale_fp (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_scale.h26 int x_scale_fp; // horizontal fixed point scale factor member
44 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()
Dvp9_scale.c16 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()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodemv.c439 if (cm->frame_refs[ref_idx].sf.x_scale_fp == REF_INVALID_SCALE || in read_inter_block_mode_info()