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