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

/external/webrtc/webrtc/modules/video_processing/
H A Dvideo_denoiser.cc22 int mb_cols,
27 for (int mb_col = 1; mb_col < mb_cols - 1; ++mb_col) {
28 int mb_index = mb_row * mb_cols + mb_col;
39 metrics_[mb_index + mb_cols].denoise +
40 metrics_[mb_index - mb_cols].denoise <=
48 metrics_[mb_index + mb_cols + 1].denoise +
49 metrics_[mb_index + mb_cols - 1].denoise +
50 metrics_[mb_index - mb_cols + 1].denoise +
51 metrics_[mb_index - mb_cols - 1].denoise +
52 metrics_[mb_index + mb_cols]
21 TrailingReduction(int mb_rows, int mb_cols, const uint8_t* y_src, int stride_y, uint8_t* y_dst) argument
80 int mb_cols = width_ >> 4; local
[all...]
/external/libvpx/libvpx/test/
H A Dactive_map_refresh_test.cc48 void GenerateMap(int mb_rows, int mb_cols, const vpx_image_t &current, argument
51 for (int mb_c = 0; mb_c < mb_cols; ++mb_c) {
52 map[mb_r * mb_cols + mb_c] = CheckMb(current, previous, mb_r, mb_c);
/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.c237 int mb_cols = cpi->common.mb_cols; local
272 for (mb_col = 0; mb_col < mb_cols; mb_col++)
282 cpi->mb.mv_col_max = ((cpi->common.mb_cols - 1 - mb_col) * 16)
420 mb_y_offset += 16*(f->y_stride-mb_cols);
421 mb_uv_offset += 8*(f->uv_stride-mb_cols);
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_lookahead.c102 int mb_cols = (src->y_width + 15) >> 4; local
141 for (; col < mb_cols; ++col) {
147 if (col == mb_cols)
153 for (; active_end < mb_cols; ++active_end) {
168 active_map += mb_cols;
H A Dvp9_temporal_filter.c283 int mb_cols = (frames[alt_ref_index]->y_crop_width + 15) >> 4; local
332 for (mb_col = 0; mb_col < mb_cols; mb_col++) {
340 cpi->td.mb.mv_col_max = ((mb_cols - 1 - mb_col) * 16)
584 mb_y_offset += 16 * (f->y_stride - mb_cols);
585 mb_uv_offset += mb_uv_height * f->uv_stride - mb_uv_width * mb_cols;
H A Dvp9_encoder.h587 static INLINE int get_token_alloc(int mb_rows, int mb_cols) { argument
593 return mb_rows * mb_cols * (16 * 16 * 3 + 4);
/external/libvpx/libvpx/vp8/common/
H A Dvp8_loopfilter.c208 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 memset(limits, (unsigned char)ppl, 16 * mb_cols);
851 oci->mb_cols, oci->mb_rows);
861 int mb_cols = post->y_width >> 4; local
870 for (j = 0; j < mb_cols; j++)
893 int mb_cols = post->y_width >> 4; local
902 for (j = 0; j < mb_cols;
[all...]
/external/libvpx/libvpx/vp8/decoder/
H A Derror_concealment.c54 pbi->overlaps = vpx_calloc(pbi->common.mb_rows * pbi->common.mb_cols,
172 int mb_rows, int mb_cols,
191 if (new_row >= ((16*mb_rows) << 3) || new_col >= ((16*mb_cols) << 3))
213 end_col = VPXMIN(mb_cols - overlap_mb_col, 2);
231 mb_overlap = overlap_ul + (overlap_mb_row + rel_row) * mb_cols +
329 int mb_rows, int mb_cols)
338 overlaps, mb_rows, mb_cols,
350 int mb_rows, int mb_cols,
354 memset(overlaps, 0, sizeof(MB_OVERLAP) * mb_rows * mb_cols);
358 for (mb_col = 0; mb_col < mb_cols;
171 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
327 calc_prev_mb_overlaps(MB_OVERLAP *overlaps, MODE_INFO *prev_mi, int mb_row, int mb_col, int mb_rows, int mb_cols) argument
348 estimate_missing_mvs(MB_OVERLAP *overlaps, MODE_INFO *mi, MODE_INFO *prev_mi, int mb_rows, int mb_cols, unsigned int first_corrupt) argument
432 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
559 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/
H A Dvp8_cx_iface.c621 int mb_cols = ((cfg->g_h + 15) >>4); local
629 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.h180 int mb_cols, mi_cols; member in struct:VP9Common

Completed in 255 milliseconds