Searched refs:x_scale_fp (Results 1 - 5 of 5) sorted by last modified time

/external/libvpx/libvpx/vp9/common/
H A Dvp9_scale.c16 return (int)((int64_t)val * sf->x_scale_fp >> REF_SCALE_SHIFT);
58 sf->x_scale_fp = REF_INVALID_SCALE;
63 sf->x_scale_fp = get_fixed_point_scale_factor(other_w, this_w);
H A Dvp9_scale.h26 int x_scale_fp; // horizontal fixed point scale factor member in struct:scale_factors
44 return sf->x_scale_fp != REF_INVALID_SCALE &&
49 return sf->x_scale_fp != REF_NO_SCALE ||
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_scale.c16 return (int)((int64_t)val * sf->x_scale_fp >> REF_SCALE_SHIFT);
57 sf->x_scale_fp = REF_INVALID_SCALE;
62 sf->x_scale_fp = get_fixed_point_scale_factor(other_w, this_w);
H A Dvp9_scale.h26 int x_scale_fp; // horizontal fixed point scale factor member in struct:scale_factors
54 return sf->x_scale_fp != REF_INVALID_SCALE &&
60 (sf->x_scale_fp != REF_NO_SCALE || sf->y_scale_fp != REF_NO_SCALE);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
H A Dvp9_decodemv.c439 if (cm->frame_refs[ref_idx].sf.x_scale_fp == REF_INVALID_SCALE ||

Completed in 138 milliseconds