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.c212 const int mi_width = num_8x8_blocks_wide_lookup[bsize]; in set_offsets() local
229 mv_limits->col_min = -(((mi_col + mi_width) * 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()
1474 const int mi_width = num_8x8_blocks_wide_lookup[bsize]; in update_state() local
1517 for (x_idx = 0; x_idx < mi_width; x_idx++) in update_state()
1518 if ((xd->mb_to_right_edge >> (3 + MI_SIZE_LOG2)) + mi_width > x_idx && in update_state()
1841 int mi_width = num_8x8_blocks_wide_lookup[bsize]; in restore_context() local
1855 sizeof(*xd->above_seg_context) * mi_width); in restore_context()
1869 int mi_width = num_8x8_blocks_wide_lookup[bsize]; in save_context() local
[all …]
Dvp9_rdopt.c3240 const int mi_width = VPXMIN(num_8x8_blocks_wide_lookup[bsize], in vp9_rd_pick_inter_mode_sb() local
3259 for (i = 0; i < mi_width; ++i) { in vp9_rd_pick_inter_mode_sb()