HomeSort by relevance Sort by last modified time
    Searched defs:mi_rows (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_onyxc_int.h 124 // MBs, mb_rows/cols is in 16-pixel units; mi_rows/cols is in
127 int mb_rows, mi_rows; member in struct:VP9Common
286 int mi_rows, int mi_cols) {
288 xd->mb_to_bottom_edge = ((mi_rows - bh - mi_row) * MI_SIZE) * 8;
  /external/libvpx/libvpx/vp9/common/
vp9_onyxc_int.h 124 // MBs, mb_rows/cols is in 16-pixel units; mi_rows/cols is in
127 int mb_rows, mi_rows; member in struct:VP9Common
276 int mi_rows, int mi_cols) {
278 xd->mb_to_bottom_edge = ((mi_rows - bh - mi_row) * MI_SIZE) * 8;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_onyxc_int.h 124 // MBs, mb_rows/cols is in 16-pixel units; mi_rows/cols is in
127 int mb_rows, mi_rows; member in struct:VP9Common
273 int mi_rows, int mi_cols) {
275 xd->mb_to_bottom_edge = ((mi_rows - bh - mi_row) * MI_SIZE) * 8;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_encoder.c 253 cm->last_frame_seg_map, (cm->mi_rows * cm->mi_cols));
282 (cm->mi_rows * cm->mi_cols));
301 vpx_memset(cpi->segmentation_map, 0, cm->mi_rows * cm->mi_cols);
314 vpx_memset(cpi->segmentation_map, 0, cm->mi_rows * cm->mi_cols);
375 vpx_memset(cpi->segmentation_map, 0, cm->mi_rows * cm->mi_cols);
420 for (row = 0; row < cm->mi_rows; row++) {
779 vpx_calloc(cm->mi_rows * cm->mi_cols, 1));
783 vpx_calloc(cm->mi_rows * cm->mi_cols, 1));
787 vp9_cyclic_refresh_alloc(cm->mi_rows, cm->mi_cols));
792 vpx_calloc(cm->mi_rows * cm->mi_cols, 1))
2943 const int mi_rows = cpi->common.mi_rows; local
    [all...]

Completed in 136 milliseconds