Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.c2942 int num_mi_rows = cm->mi_rows; in vp9_scene_detection_onepass() local
2959 num_mi_rows = aligned_height >> MI_SIZE_LOG2; in vp9_scene_detection_onepass()
3008 int sb_rows = (num_mi_rows + MI_BLOCK_SIZE - 1) / MI_BLOCK_SIZE; in vp9_scene_detection_onepass()