Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c143 const int mi_width = num_8x8_blocks_wide_lookup[bsize]; in set_offsets() local
159 x->mv_col_min = -(((mi_col + mi_width) * MI_SIZE) + VP9_INTERP_EXTEND); in set_offsets()
164 assert(!(mi_col & (mi_width - 1)) && !(mi_row & (mi_height - 1))); in set_offsets()
165 set_mi_row_col(xd, tile, mi_row, mi_height, mi_col, mi_width, in set_offsets()
523 const int mi_width = num_8x8_blocks_wide_lookup[bsize]; in update_state() local
567 for (x_idx = 0; x_idx < mi_width; x_idx++) in update_state()
568 if ((xd->mb_to_right_edge >> (3 + MI_SIZE_LOG2)) + mi_width > x_idx in update_state()
849 int mi_width = num_8x8_blocks_wide_lookup[bsize]; in restore_context() local
865 sizeof(*xd->above_seg_context) * mi_width); in restore_context()
880 int mi_width = num_8x8_blocks_wide_lookup[bsize]; in save_context() local
[all …]
Dvp9_rdopt.c2686 const int mi_width = MIN(num_8x8_blocks_wide_lookup[bsize], in vp9_rd_pick_inter_mode_sb() local
2703 for (i = 0; i < mi_width; ++i) { in vp9_rd_pick_inter_mode_sb()