Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.h66 static const int frame_scale_factor[FRAME_SCALE_STEPS] = {16, 24}; variable
Dvp9_firstpass.c1253 rc->frame_width[i] = (w * 16) / frame_scale_factor[i]; in init_subsampling()
1254 rc->frame_height[i] = (h * 16) / frame_scale_factor[i]; in init_subsampling()