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

  /external/libvpx/libvpx/vp9/encoder/
vp9_svc_layercontext.c 26 int mi_cols = cpi->common.mi_cols; local
126 vpx_malloc(mi_rows * mi_cols * sizeof(*lc->map)));
127 memset(lc->map, 0, mi_rows * mi_cols);
129 mi_rows * mi_cols * sizeof(*lc->last_coded_q_map);
134 consec_zero_mv_size = mi_rows * mi_cols * sizeof(*lc->consec_zero_mv);
    [all...]
vp9_ethread.c 61 int mi_cols = aligned_width >> MI_SIZE_LOG2; local
65 vp9_get_tile_n_bits(mi_cols, &min_log2_tile_cols, &max_log2_tile_cols);
vp9_encoder.c 505 const int cols = cpi->common.mi_cols;
529 for (i = 0; i < cpi->common.mi_rows * cpi->common.mi_cols; ++i)
591 const int mi_cols = cpi->common.mi_cols; local
596 for (c = 0; c < mi_cols; ++c) {
597 active_map_8x8[r * mi_cols + c] =
619 const int mi_cols = cpi->common.mi_cols; local
624 for (c = 0; c < mi_cols; ++c) {
628 seg_map_8x8[r * mi_cols + c] != AM_SEGMENT_ID_INACTIVE
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_onyxc_int.h 71 int mi_cols; member in struct:__anon26186
158 int mb_cols, mi_cols; member in struct:VP9Common
324 i * sizeof(*cm->above_context) * 2 * mi_cols_aligned_to_sb(cm->mi_cols);
364 int mi_rows, int mi_cols) {
368 xd->mb_to_right_edge = ((mi_cols - bw - mi_col) * MI_SIZE) * 8;

Completed in 96 milliseconds