Searched defs:mi_rows (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_mvref_common.h191 int mi_col, int mi_row, int mi_rows,
195 mi_row + mi_pos->row >= mi_rows ||
190 is_inside(const TileInfo *const tile, int mi_col, int mi_row, int mi_rows, const POSITION *mi_pos) argument
H A Dvp9_onyxc_int.h124 // 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/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_aq_cyclicrefresh.c49 CYCLIC_REFRESH *vp9_cyclic_refresh_alloc(int mi_rows, int mi_cols) { argument
54 cr->map = vpx_calloc(mi_rows * mi_cols, sizeof(*cr->map));
75 // Number of (8x8) blocks in frame = mi_rows * mi_cols;
77 const int number_blocks = cm->mi_rows * cm->mi_cols;
136 const int ymis = MIN(cm->mi_rows - mi_row, bh);
191 vpx_memset(seg_map, 0, cm->mi_rows * cm->mi_cols);
224 vpx_memset(seg_map, 0, cm->mi_rows * cm->mi_cols);
259 sb_rows = (cm->mi_rows + MI_BLOCK_SIZE - 1) / MI_BLOCK_SIZE;
275 assert(mi_row >= 0 && mi_row < cm->mi_rows);
281 ymis = MIN(cm->mi_rows
[all...]
H A Dvp9_encoder.c253 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 * c
2943 const int mi_rows = cpi->common.mi_rows; local
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_aq_cyclicrefresh.c50 CYCLIC_REFRESH *vp9_cyclic_refresh_alloc(int mi_rows, int mi_cols) { argument
55 cr->map = vpx_calloc(mi_rows * mi_cols, sizeof(*cr->map));
76 // Number of (8x8) blocks in frame = mi_rows * mi_cols;
78 const int number_blocks = cm->mi_rows * cm->mi_cols;
137 const int ymis = MIN(cm->mi_rows - mi_row, bh);
191 vpx_memset(seg_map, 0, cm->mi_rows * cm->mi_cols);
225 vpx_memset(seg_map, 0, cm->mi_rows * cm->mi_cols);
259 sb_rows = (cm->mi_rows + MI_BLOCK_SIZE - 1) / MI_BLOCK_SIZE;
275 assert(mi_row >= 0 && mi_row < cm->mi_rows);
281 ymis = MIN(cm->mi_rows
[all...]
/external/libvpx/libvpx/vp9/common/
H A Dvp9_mvref_common.c181 int mi_col, int mi_row, int mi_rows,
185 mi_row + mi_pos->row >= mi_rows ||
217 if (is_inside(tile, mi_col, mi_row, cm->mi_rows, mv_ref)) {
237 if (is_inside(tile, mi_col, mi_row, cm->mi_rows, mv_ref)) {
263 if (is_inside(tile, mi_col, mi_row, cm->mi_rows, mv_ref)) {
180 is_inside(const TileInfo *const tile, int mi_col, int mi_row, int mi_rows, const POSITION *mi_pos) argument
H A Dvp9_onyxc_int.h124 // 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;

Completed in 548 milliseconds