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

  /external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.h 48 FRAME_SCALE_STEPS
66 static const int frame_scale_factor[FRAME_SCALE_STEPS] = { 16, 24 };
69 static const double rate_thresh_mult[FRAME_SCALE_STEPS] = { 1.0, 2.0 };
73 static const double rcf_mult[FRAME_SCALE_STEPS] = { 1.0, 2.0 };
157 int frame_width[FRAME_SCALE_STEPS];
158 int frame_height[FRAME_SCALE_STEPS];
vp9_firstpass.c     [all...]

Completed in 1045 milliseconds