Searched refs:frame_scale_factor (Results 1 – 2 of 2) sorted by relevance
76 static const int frame_scale_factor[FRAME_SCALE_STEPS] = { 16, 24 }; variable
1619 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()