Searched refs:mi_width (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c143 const int mi_width = num_8x8_blocks_wide_lookup[bsize]; local
159 x->mv_col_min = -(((mi_col + mi_width) * MI_SIZE) + VP9_INTERP_EXTEND);
164 assert(!(mi_col & (mi_width - 1)) && !(mi_row & (mi_height - 1)));
165 set_mi_row_col(xd, tile, mi_row, mi_height, mi_col, mi_width,
523 const int mi_width = num_8x8_blocks_wide_lookup[bsize]; local
567 for (x_idx = 0; x_idx < mi_width; x_idx++)
568 if ((xd->mb_to_right_edge >> (3 + MI_SIZE_LOG2)) + mi_width > x_idx
850 int mi_width = num_8x8_blocks_wide_lookup[bsize]; local
866 sizeof(*xd->above_seg_context) * mi_width);
881 int mi_width local
1916 int mi_width = num_8x8_blocks_wide_lookup[bsize]; local
3577 const int mi_width = num_8x8_blocks_wide_lookup[bsize]; local
[all...]
H A Dvp9_rdopt.c2768 const int mi_width = MIN(num_8x8_blocks_wide_lookup[bsize], local
2785 for (i = 0; i < mi_width; ++i) {
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c213 const int mi_width = num_8x8_blocks_wide_lookup[bsize]; local
236 x->mv_col_min = -(((mi_col + mi_width) * MI_SIZE) + VP9_INTERP_EXTEND);
241 assert(!(mi_col & (mi_width - 1)) && !(mi_row & (mi_height - 1)));
242 set_mi_row_col(xd, tile, mi_row, mi_height, mi_col, mi_width,
835 const int mi_width = num_8x8_blocks_wide_lookup[bsize]; local
879 for (x_idx = 0; x_idx < mi_width; x_idx++)
880 if ((xd->mb_to_right_edge >> (3 + MI_SIZE_LOG2)) + mi_width > x_idx
1151 int mi_width = num_8x8_blocks_wide_lookup[bsize]; local
1167 sizeof(*xd->above_seg_context) * mi_width);
1181 int mi_width local
3582 const int mi_width = num_8x8_blocks_wide_lookup[bsize]; local
[all...]

Completed in 165 milliseconds