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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_onyxc_int.h 128 int mb_cols, mi_cols; member in struct:VP9Common
250 i * sizeof(*cm->above_context) * 2 * mi_cols_aligned_to_sb(cm->mi_cols);
286 int mi_rows, int mi_cols) {
290 xd->mb_to_right_edge = ((mi_cols - bw - mi_col) * MI_SIZE) * 8;
  /external/libvpx/libvpx/vp9/common/
vp9_onyxc_int.h 128 int mb_cols, mi_cols; member in struct:VP9Common
249 i * sizeof(*cm->above_context) * 2 * mi_cols_aligned_to_sb(cm->mi_cols);
276 int mi_rows, int mi_cols) {
280 xd->mb_to_right_edge = ((mi_cols - bw - mi_col) * MI_SIZE) * 8;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_onyxc_int.h 128 int mb_cols, mi_cols; member in struct:VP9Common
246 i * sizeof(*cm->above_context) * 2 * mi_cols_aligned_to_sb(cm->mi_cols);
273 int mi_rows, int mi_cols) {
277 xd->mb_to_right_edge = ((mi_cols - bw - mi_col) * 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);
423 for (col = 0; col < cm->mi_cols; col++, mi_8x8++, cache++)
426 cache_ptr += cm->mi_cols;
540 vp9_get_tile_n_bits(cm->mi_cols, &min_log2_tile_cols, &max_log2_tile_cols);
779 vpx_calloc(cm->mi_rows * cm->mi_cols, 1));
783 vpx_calloc(cm->mi_rows * cm->mi_cols, 1))
2944 const int mi_cols = cpi->common.mi_cols; local
    [all...]

Completed in 64 milliseconds