Searched defs:mb_cols (Results 1 - 23 of 23) sorted by last modified time

/external/libvpx/libvpx/vp8/common/
H A Dloopfilter.c209 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++)
265 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++)
316 int mb_cols = cm->mb_cols; local
340 for (mb_col = 0; mb_col < mb_cols; mb_col++)
396 for (mb_col = 0; mb_col < mb_cols; mb_col++)
482 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++)
565 int mb_cols = post->y_width >> 4; local
592 mode_info_context = cm->mi + (post->y_height >> 5) * (mb_cols + 1);
597 for (mb_col = 0; mb_col < mb_cols; mb_co
[all...]
H A Donyxc_int.h104 int mb_cols; member in struct:VP8Common
H A Dpostproc.c338 unsigned char *uvlimits = cm->pp_limits_buffer + 16 * cm->mb_cols;
348 for (mbc = 0; mbc < cm->mb_cols; mbc++)
397 int mb_cols = source->y_height >> 4; local
404 vpx_memset(limits, (unsigned char)ppl, 16 * mb_cols);
844 oci->mb_cols, oci->mb_rows);
854 int mb_cols = post->y_width >> 4; local
863 for (j = 0; j < mb_cols; j++)
886 int mb_cols = post->y_width >> 4; local
895 for (j = 0; j < mb_cols; j++)
/external/libvpx/libvpx/vp8/decoder/
H A Derror_concealment.c55 pbi->overlaps = vpx_calloc(pbi->common.mb_rows * pbi->common.mb_cols,
173 int mb_rows, int mb_cols,
192 if (new_row >= ((16*mb_rows) << 3) || new_col >= ((16*mb_cols) << 3))
214 end_col = MIN(mb_cols - overlap_mb_col, 2);
232 mb_overlap = overlap_ul + (overlap_mb_row + rel_row) * mb_cols +
330 int mb_rows, int mb_cols)
339 overlaps, mb_rows, mb_cols,
351 int mb_rows, int mb_cols,
355 vpx_memset(overlaps, 0, sizeof(MB_OVERLAP) * mb_rows * mb_cols);
359 for (mb_col = 0; mb_col < mb_cols;
172 vp8_calculate_overlaps(MB_OVERLAP *overlap_ul, int mb_rows, int mb_cols, union b_mode_info *bmi, int b_row, int b_col) argument
328 calc_prev_mb_overlaps(MB_OVERLAP *overlaps, MODE_INFO *prev_mi, int mb_row, int mb_col, int mb_rows, int mb_cols) argument
349 estimate_missing_mvs(MB_OVERLAP *overlaps, MODE_INFO *mi, MODE_INFO *prev_mi, int mb_rows, int mb_cols, unsigned int first_corrupt) argument
433 find_neighboring_blocks(MODE_INFO *mi, EC_BLOCK *neighbors, int mb_row, int mb_col, int mb_rows, int mb_cols, int mi_stride) argument
560 vp8_interpolate_motion(MACROBLOCKD *mb, int mb_row, int mb_col, int mb_rows, int mb_cols, int mi_stride) argument
[all...]
/external/libvpx/libvpx/vp8/encoder/
H A Dlookahead.c114 int mb_cols = (src->y_width + 15) >> 4; local
135 for (; col < mb_cols; ++col)
142 if (col == mb_cols)
148 for (; active_end < mb_cols; ++active_end)
164 active_map += mb_cols;
H A Dtemporal_filter.c234 int mb_cols = cpi->common.mb_cols; local
269 for (mb_col = 0; mb_col < mb_cols; mb_col++)
279 cpi->mb.mv_col_max = ((cpi->common.mb_cols - 1 - mb_col) * 16)
417 mb_y_offset += 16*(f->y_stride-mb_cols);
418 mb_uv_offset += 8*(f->uv_stride-mb_cols);
/external/libvpx/libvpx/vp8/
H A Dvp8_cx_iface.c549 int mb_cols = ((cfg->g_h + 15) >>4); local
557 shared_mem_loc->mb_info = calloc(mb_rows*mb_cols, sizeof(LOWER_RES_MB_INFO));
/external/libvpx/libvpx/vp9/common/
H A Dvp9_onyxc_int.h128 int mb_cols, mi_cols; member in struct:VP9Common
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c175 const int mb_cols = cm->mb_cols; local
182 return cpi->active_map[mb_row * mb_cols + mb_col];
188 if (row >= mb_rows || col >= mb_cols)
190 if (cpi->active_map[row * mb_cols + col])
217 const int idx_map = mb_row * cm->mb_cols + mb_col;
704 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++) {
762 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++) {
786 x->plane[0].src.buf += 16 * x->plane[0].src.stride - 16 * cm->mb_cols;
3338 assert(tp - cpi->tok <= get_token_alloc(cm->mb_rows, cm->mb_cols));
[all...]
H A Dvp9_lookahead.c99 int mb_cols = (src->y_width + 15) >> 4; local
121 for (; col < mb_cols; ++col) {
127 if (col == mb_cols)
133 for (; active_end < mb_cols; ++active_end) {
148 active_map += mb_cols;
H A Dvp9_onyx_int.h599 static INLINE int get_token_alloc(int mb_rows, int mb_cols) { argument
606 return mb_rows * mb_cols * (16 * 16 * 3 + 4);
H A Dvp9_temporal_filter.c199 int mb_cols = cpi->common.mb_cols; local
239 for (mb_col = 0; mb_col < mb_cols; mb_col++) {
248 cpi->mb.mv_col_max = ((cpi->common.mb_cols - 1 - mb_col) * 16)
362 mb_y_offset += 16 * (f->y_stride - mb_cols);
363 mb_uv_offset += mb_uv_height * (f->uv_stride - mb_cols);
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dloopfilter.c209 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++)
265 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++)
316 int mb_cols = cm->mb_cols; local
340 for (mb_col = 0; mb_col < mb_cols; mb_col++)
396 for (mb_col = 0; mb_col < mb_cols; mb_col++)
482 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++)
565 int mb_cols = post->y_width >> 4; local
592 mode_info_context = cm->mi + (post->y_height >> 5) * (mb_cols + 1);
597 for (mb_col = 0; mb_col < mb_cols; mb_co
[all...]
H A Donyxc_int.h104 int mb_cols; member in struct:VP8Common
H A Dpostproc.c339 unsigned char *uvlimits = cm->pp_limits_buffer + 16 * cm->mb_cols;
349 for (mbc = 0; mbc < cm->mb_cols; mbc++)
400 int mb_cols = cm->mb_cols; local
406 vpx_memset(limits, (unsigned char)ppl, 16 * mb_cols);
848 oci->mb_cols, oci->mb_rows);
858 int mb_cols = post->y_width >> 4; local
867 for (j = 0; j < mb_cols; j++)
890 int mb_cols = post->y_width >> 4; local
899 for (j = 0; j < mb_cols;
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
H A Derror_concealment.c53 pbi->overlaps = vpx_calloc(pbi->common.mb_rows * pbi->common.mb_cols,
171 int mb_rows, int mb_cols,
190 if (new_row >= ((16*mb_rows) << 3) || new_col >= ((16*mb_cols) << 3))
212 end_col = MIN(mb_cols - overlap_mb_col, 2);
230 mb_overlap = overlap_ul + (overlap_mb_row + rel_row) * mb_cols +
328 int mb_rows, int mb_cols)
337 overlaps, mb_rows, mb_cols,
349 int mb_rows, int mb_cols,
353 vpx_memset(overlaps, 0, sizeof(MB_OVERLAP) * mb_rows * mb_cols);
357 for (mb_col = 0; mb_col < mb_cols;
170 vp8_calculate_overlaps(MB_OVERLAP *overlap_ul, int mb_rows, int mb_cols, union b_mode_info *bmi, int b_row, int b_col) argument
326 calc_prev_mb_overlaps(MB_OVERLAP *overlaps, MODE_INFO *prev_mi, int mb_row, int mb_col, int mb_rows, int mb_cols) argument
347 estimate_missing_mvs(MB_OVERLAP *overlaps, MODE_INFO *mi, MODE_INFO *prev_mi, int mb_rows, int mb_cols, unsigned int first_corrupt) argument
431 find_neighboring_blocks(MODE_INFO *mi, EC_BLOCK *neighbors, int mb_row, int mb_col, int mb_rows, int mb_cols, int mi_stride) argument
558 vp8_interpolate_motion(MACROBLOCKD *mb, int mb_row, int mb_col, int mb_rows, int mb_cols, int mi_stride) argument
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dlookahead.c114 int mb_cols = (src->y_width + 15) >> 4; local
135 for (; col < mb_cols; ++col)
142 if (col == mb_cols)
148 for (; active_end < mb_cols; ++active_end)
164 active_map += mb_cols;
H A Dtemporal_filter.c235 int mb_cols = cpi->common.mb_cols; local
270 for (mb_col = 0; mb_col < mb_cols; mb_col++)
280 cpi->mb.mv_col_max = ((cpi->common.mb_cols - 1 - mb_col) * 16)
418 mb_y_offset += 16*(f->y_stride-mb_cols);
419 mb_uv_offset += 8*(f->uv_stride-mb_cols);
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/
H A Dvp8_cx_iface.c597 int mb_cols = ((cfg->g_h + 15) >>4); local
605 shared_mem_loc->mb_info = calloc(mb_rows*mb_cols, sizeof(LOWER_RES_MB_INFO));
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_onyxc_int.h128 int mb_cols, mi_cols; member in struct:VP9Common
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encoder.h476 static INLINE int get_token_alloc(int mb_rows, int mb_cols) { argument
482 return mb_rows * mb_cols * (16 * 16 * 3 + 4);
H A Dvp9_lookahead.c96 int mb_cols = (src->y_width + 15) >> 4; local
118 for (; col < mb_cols; ++col) {
124 if (col == mb_cols)
130 for (; active_end < mb_cols; ++active_end) {
145 active_map += mb_cols;
H A Dvp9_temporal_filter.c203 int mb_cols = (frames[alt_ref_index]->y_crop_width + 15) >> 4; local
239 for (mb_col = 0; mb_col < mb_cols; mb_col++) {
247 cpi->mb.mv_col_max = ((mb_cols - 1 - mb_col) * 16)
353 mb_y_offset += 16 * (f->y_stride - mb_cols);
354 mb_uv_offset += mb_uv_height * f->uv_stride - mb_uv_width * mb_cols;

Completed in 1738 milliseconds