Searched defs:mb_cols (Results 1 - 12 of 12) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/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);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
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_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);
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_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;
271 const int mb_cols = (tile->mi_col_end - tile->mi_col_start) >> 1; local
273 cpi->seg0_progress = ((y * mb_cols + x * 4 + p32 + p16 + tile_progress)
720 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++) {
778 for (mb_col = 0; mb_col < cm->mb_cols; mb_co
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Dloopfilter.c210 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++)
267 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++)
318 int mb_cols = cm->mb_cols; local
342 for (mb_col = 0; mb_col < mb_cols; mb_col++)
398 for (mb_col = 0; mb_col < mb_cols; mb_col++)
484 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++)
567 int mb_cols = post->y_width >> 4; local
594 mode_info_context = cm->mi + (post->y_height >> 5) * (mb_cols + 1);
599 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++)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/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...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
H A Dvp8_cx_iface.c552 int mb_cols = ((cfg->g_h + 15) >>4); local
560 shared_mem_loc->mb_info = calloc(mb_rows*mb_cols, sizeof(LOWER_RES_MB_INFO));
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_onyxc_int.h128 int mb_cols, mi_cols; member in struct:VP9Common

Completed in 90 milliseconds