HomeSort by relevance Sort by last modified time
    Searched refs:x_scale_fp (Results 1 - 3 of 3) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_scale.h 22 int x_scale_fp; // horizontal fixed point scale factor member in struct:scale_factors
42 return sf->x_scale_fp != REF_INVALID_SCALE &&
47 return sf->x_scale_fp != REF_NO_SCALE ||
vp9_scale.c 16 return val * scale->x_scale_fp >> REF_SCALE_SHIFT;
76 scale->x_scale_fp = REF_INVALID_SCALE;
81 scale->x_scale_fp = get_fixed_point_scale_factor(other_w, this_w);
  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c     [all...]

Completed in 29 milliseconds