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

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c212 const int mi_width = num_8x8_blocks_wide_lookup[bsize]; local
229 mv_limits->col_min = -(((mi_col + mi_width) * MI_SIZE) + VP9_INTERP_EXTEND);
234 assert(!(mi_col & (mi_width - 1)) && !(mi_row & (mi_height - 1)));
235 set_mi_row_col(xd, tile, mi_row, mi_height, mi_col, mi_width, cm->mi_rows,
1474 const int mi_width = num_8x8_blocks_wide_lookup[bsize]; local
1517 for (x_idx = 0; x_idx < mi_width; x_idx++)
1518 if ((xd->mb_to_right_edge >> (3 + MI_SIZE_LOG2)) + mi_width > x_idx &&
1841 int mi_width = num_8x8_blocks_wide_lookup[bsize]; local
1855 sizeof(*xd->above_seg_context) * mi_width);
1869 int mi_width local
2698 int mi_width = num_8x8_blocks_wide_lookup[bsize]; local
[all...]
H A Dvp9_rdopt.c3240 const int mi_width = VPXMIN(num_8x8_blocks_wide_lookup[bsize], local
3259 for (i = 0; i < mi_width; ++i) {

Completed in 67 milliseconds