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.h76 static const int frame_scale_factor[FRAME_SCALE_STEPS] = { 16, 24 }; variable
Dvp9_firstpass.c1619 rc->frame_width[i] = (w * 16) / frame_scale_factor[i]; in init_subsampling()
1620 rc->frame_height[i] = (h * 16) / frame_scale_factor[i]; in init_subsampling()