Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.h58 FRAME_SCALE_STEPS enumerator
76 static const int frame_scale_factor[FRAME_SCALE_STEPS] = { 16, 24 };
79 static const double rate_thresh_mult[FRAME_SCALE_STEPS] = { 1.0, 2.0 };
83 static const double rcf_mult[FRAME_SCALE_STEPS] = { 1.0, 2.0 };
169 int frame_width[FRAME_SCALE_STEPS];
170 int frame_height[FRAME_SCALE_STEPS];
Dvp9_firstpass.c1617 for (i = 0; i < FRAME_SCALE_STEPS; ++i) { in init_subsampling()