HomeSort by relevance Sort by last modified time
    Searched refs:mi_height (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_encodeframe.c 227 const int mi_height = num_8x8_blocks_high_lookup[bsize]; local
242 mv_limits->row_min = -(((mi_row + mi_height) * MI_SIZE) + VP9_INTERP_EXTEND);
248 assert(!(mi_col & (mi_width - 1)) && !(mi_row & (mi_height - 1)));
249 set_mi_row_col(xd, tile, mi_row, mi_height, mi_col, mi_width, cm->mi_rows,
1692 const int mi_height = num_8x8_blocks_high_lookup[bsize]; local
2059 int mi_height = num_8x8_blocks_high_lookup[bsize]; local
2087 int mi_height = num_8x8_blocks_high_lookup[bsize]; local
2916 int mi_height = num_8x8_blocks_high_lookup[bsize]; local
    [all...]
vp9_rdopt.c 3268 const int mi_height = VPXMIN(num_8x8_blocks_high_lookup[bsize], local
    [all...]

Completed in 76 milliseconds