Home
last modified time | relevance | path

Searched refs:y_scale_fp (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_scale.h27 int y_scale_fp; // vertical fixed point scale factor member
45 sf->y_scale_fp != REF_INVALID_SCALE; in vp9_is_valid_scale()
50 sf->y_scale_fp != REF_NO_SCALE; in vp9_is_scaled()
Dvp9_scale.c20 return (int)((int64_t)val * sf->y_scale_fp >> REF_SCALE_SHIFT); in scaled_y()
59 sf->y_scale_fp = REF_INVALID_SCALE; in vp9_setup_scale_factors_for_frame()
64 sf->y_scale_fp = get_fixed_point_scale_factor(other_h, this_h); in vp9_setup_scale_factors_for_frame()