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.c2813 int num_mi_rows = cm->mi_rows; in vp9_scene_detection_onepass() local
2830 num_mi_rows = aligned_height >> MI_SIZE_LOG2; in vp9_scene_detection_onepass()
2879 int sb_rows = (num_mi_rows + MI_BLOCK_SIZE - 1) / MI_BLOCK_SIZE; in vp9_scene_detection_onepass()