Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c213 const int mi_height = num_8x8_blocks_high_lookup[bsize]; in set_offsets() local
228 mv_limits->row_min = -(((mi_row + mi_height) * MI_SIZE) + VP9_INTERP_EXTEND); in set_offsets()
234 assert(!(mi_col & (mi_width - 1)) && !(mi_row & (mi_height - 1))); in set_offsets()
235 set_mi_row_col(xd, tile, mi_row, mi_height, mi_col, mi_width, cm->mi_rows, in set_offsets()
1475 const int mi_height = num_8x8_blocks_high_lookup[bsize]; in update_state() local
1516 for (y = 0; y < mi_height; y++) in update_state()
1519 (xd->mb_to_bottom_edge >> (3 + MI_SIZE_LOG2)) + mi_height > y) { in update_state()
1842 int mi_height = num_8x8_blocks_high_lookup[bsize]; in restore_context() local
1857 sizeof(xd->left_seg_context[0]) * mi_height); in restore_context()
1870 int mi_height = num_8x8_blocks_high_lookup[bsize]; in save_context() local
[all …]
Dvp9_rdopt.c3242 const int mi_height = VPXMIN(num_8x8_blocks_high_lookup[bsize], in vp9_rd_pick_inter_mode_sb() local
3270 for (i = 0; i < mi_height; ++i) { in vp9_rd_pick_inter_mode_sb()