Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.c2812 int num_mi_cols = cm->mi_cols; in vp9_scene_detection_onepass() local
2829 num_mi_cols = aligned_width >> MI_SIZE_LOG2; in vp9_scene_detection_onepass()
2878 int sb_cols = (num_mi_cols + MI_BLOCK_SIZE - 1) / MI_BLOCK_SIZE; in vp9_scene_detection_onepass()