Searched refs:mb_col (Results 1 - 25 of 31) sorted by relevance

12

/external/libvpx/libvpx/vp8/common/
H A Ddebugmodes.c20 int mb_col; local
30 for (mb_col = 0; mb_col < cols; mb_col++)
49 for (mb_col = 0; mb_col < cols; mb_col++)
69 for (mb_col = 0; mb_col < cols; mb_col
[all...]
H A Dvp8_loopfilter.c202 int mb_col; local
208 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++)
228 if (mb_col > 0)
260 int mb_col; local
265 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++)
279 if (mb_col >
314 int mb_col; local
457 int mb_col; local
564 int mb_col; local
[all...]
H A Dmfqe.c286 int mb_col; local
305 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++)
/external/libvpx/libvpx/vp8/encoder/
H A Dsegmentation.c17 int mb_row, mb_col; local
35 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++)
H A Dpickinter.h24 int mb_row, int mb_col);
H A Dencodeframe.h27 int mb_row, int mb_col);
H A Dethreading.c82 int mb_col; local
114 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++)
116 *current_mb_col = mb_col - 1;
118 if ((mb_col & (nsync - 1)) == 0)
120 while (mb_col > (*last_row_current_mb_col - nsync))
135 xd->mb_to_left_edge = -((mb_col * 16) << 3);
136 xd->mb_to_right_edge = ((cm->mb_cols - 1 - mb_col) * 16) << 3;
143 x->mv_col_min = -((mb_col * 1
[all...]
H A Dencodeframe.c118 int mb_row, int mb_col)
124 int use_dc_pred = (mb_col || mb_row) && (!mb_col || !mb_row);
209 int mb_row, mb_col; local
227 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++)
276 int mb_row, mb_col; local
289 for (mb_col = 0; mb_col < c
117 mb_activity_measure( VP8_COMP *cpi, MACROBLOCK *x, int mb_row, int mb_col) argument
373 int mb_col; local
[all...]
H A Dmr_dissim.c86 int mb_col; local
94 for (mb_col = 0; mb_col < cm->mb_cols; mb_col ++)
124 if(mb_col < (cm->mb_cols-1))
140 if(mb_col < (cm->mb_cols-1)
153 if(mb_col < (cm->mb_cols-1))
169 if(mb_col < (cm->mb_cols-1)
H A Ddenoising.h110 int mb_col,
H A Dtemporal_filter.c235 int mb_col, mb_row; local
272 for (mb_col = 0; mb_col < mb_cols; mb_col++)
281 cpi->mb.mv_col_min = -((mb_col * 16) + (16 - 5));
282 cpi->mb.mv_col_max = ((cpi->common.mb_cols - 1 - mb_col) * 16)
H A Drdopt.h78 int *returnintra, int mb_row, int mb_col);
H A Dpickinter.c86 int mb_col,
94 int index = mb_row * cpi->common.mb_cols + mb_col;
513 int_mv *parent_ref_mv, int mb_row, int mb_col)
529 parent_mb_col = mb_col*cpi->oxcf.mr_down_sampling_factor.den
679 int mb_col)
757 plane[LAST_FRAME][0], mb_row, mb_col, 0);
762 plane[LAST_FRAME][1], mb_row, mb_col, 1);
766 plane[LAST_FRAME][2], mb_row, mb_col, 2);
782 &parent_mode, &parent_ref_mv, mb_row, mb_col);
1398 int block_index = mb_row * cpi->common.mb_cols + mb_col;
80 check_dot_artifact_candidate(VP8_COMP *cpi, MACROBLOCK *x, unsigned char *target_last, int stride, unsigned char* last_ref, int mb_row, int mb_col, int channel) argument
510 get_lower_res_motion_info(VP8_COMP *cpi, MACROBLOCKD *xd, int *dissim, int *parent_ref_frame, MB_PREDICTION_MODE *parent_mode, int_mv *parent_ref_mv, int mb_row, int mb_col) argument
676 vp8_pick_inter_mode(VP8_COMP *cpi, MACROBLOCK *x, int recon_yoffset, int recon_uvoffset, int *returnrate, int *returndistortion, int *returnintra, int mb_row, int mb_col) argument
[all...]
/external/webrtc/webrtc/modules/video_processing/util/
H A Dskin_detection.h24 const int mb_col);
H A Dskin_detection.cc50 const int mb_col) {
51 const uint8_t* y = y_src + ((mb_row << 4) + 8) * stride_y + (mb_col << 4) + 8;
52 const uint8_t* u = u_src + ((mb_row << 3) + 4) * stride_u + (mb_col << 3) + 4;
53 const uint8_t* v = v_src + ((mb_row << 3) + 4) * stride_v + (mb_col << 3) + 4;
43 MbHasSkinColor(const uint8_t* y_src, const uint8_t* u_src, const uint8_t* v_src, const int stride_y, const int stride_u, const int stride_v, const int mb_row, const int mb_col) argument
/external/webrtc/webrtc/modules/video_processing/
H A Dvideo_denoiser.cc27 for (int mb_col = 1; mb_col < mb_cols - 1; ++mb_col) {
28 int mb_index = mb_row * mb_cols + mb_col;
29 uint8_t* mb_dst = y_dst + (mb_row << 4) * stride_y + (mb_col << 4);
30 const uint8_t* mb_src = y_src + (mb_row << 4) * stride_y + (mb_col << 4);
94 for (int mb_col = 0; mb_col < mb_cols; ++mb_col) {
95 const uint8_t* mb_src = y_src + (mb_row << 4) * stride_y + (mb_col <<
[all...]
/external/libvpx/libvpx/vp8/decoder/
H A Derror_concealment.h34 * (mb_row, mb_col). */
36 int mb_row, int mb_col,
H A Derror_concealment.c108 * (mb_row, mb_col) in macroblocks, which are being overlapped by a given
115 int mb_row, int mb_col,
118 /* Find the blocks within this MB (defined by mb_row, mb_col) which are
124 const int rel_ol_blk_col = first_blk_col - mb_col * 4;
137 int end_col = VPXMIN(4 + mb_col * 4 - first_blk_col, 2);
153 if (new_col < (mb_col*16)<<3)
328 int mb_row, int mb_col,
341 4 * mb_col + sub_col);
353 int mb_row, mb_col; local
358 for (mb_col
113 calculate_overlaps_mb(B_OVERLAP *b_overlaps, union b_mode_info *bmi, int new_row, int new_col, int mb_row, int mb_col, int first_blk_row, int first_blk_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
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...]
H A Dthreading.c343 int mb_col; local
408 for (mb_col = 0; mb_col < pc->mb_cols; mb_col++)
410 *current_mb_col = mb_col - 1;
412 if ((mb_col & (nsync - 1)) == 0)
414 while (mb_col > (*last_row_current_mb_col - nsync))
425 xd->mb_to_left_edge = -((mb_col * 16) << 3);
426 xd->mb_to_right_edge = ((pc->mb_cols - 1 - mb_col) * 16) << 3;
451 mb_row, mb_col,
[all...]
H A Donyxd_if.c457 int mb_row, mb_col; local
461 for (mb_col = 0; mb_col < oci->mb_cols; mb_col++,mi++)
H A Ddecodeframe.c514 int mb_row, mb_col; local
599 for (mb_col = 0; mb_col < pc->mb_cols; mb_col++)
605 xd->mb_to_left_edge = -((mb_col * 16) << 3);
606 xd->mb_to_right_edge = ((pc->mb_cols - 1 - mb_col) * 16) << 3;
627 mb_row, mb_col,
H A Ddecodemv.c634 int mb_col = -1; local
639 while (++mb_col < pbi->common.mb_cols)
642 int mb_num = mb_row * pbi->common.mb_cols + mb_col;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_mbgraph.c30 int mb_col) {
75 vp9_build_inter_predictors_sby(xd, mb_row, mb_col, BLOCK_16X16);
88 int_mv *dst_mv, int mb_row, int mb_col) {
102 tmp_err = do_16x16_motion_iteration(cpi, ref_mv, &tmp_mv, mb_row, mb_col);
115 mb_row, mb_col);
181 int mb_col
210 mb_row, mb_col);
242 int mb_col, mb_row, offset = 0; local
273 for (mb_col = 0; mb_col < c
26 do_16x16_motion_iteration(VP9_COMP *cpi, const MV *ref_mv, MV *dst_mv, int mb_row, int mb_col) argument
87 do_16x16_motion_search(VP9_COMP *cpi, const MV *ref_mv, int_mv *dst_mv, int mb_row, int mb_col) argument
304 int mb_col, mb_row, offset, i; local
[all...]
H A Dvp9_firstpass.c457 static BLOCK_SIZE get_bsize(const VP9_COMMON *cm, int mb_row, int mb_col) { argument
458 if (2 * mb_col + 1 < cm->mi_cols) {
496 int mb_row, mb_col; local
649 for (mb_col = 0; mb_col < cm->mb_cols; ++mb_col) {
651 const int use_dc_pred = (mb_col || mb_row) && (!mb_col || !mb_row);
652 const BLOCK_SIZE bsize = get_bsize(cm, mb_row, mb_col);
657 const int mb_index = mb_row * cm->mb_cols + mb_col;
[all...]
H A Dvp9_temporal_filter.c281 int mb_col, mb_row; local
332 for (mb_col = 0; mb_col < mb_cols; mb_col++) {
339 cpi->td.mb.mv_col_min = -((mb_col * 16) + (17 - 2 * VP9_INTERP_EXTEND));
340 cpi->td.mb.mv_col_max = ((mb_cols - 1 - mb_col) * 16)
380 mb_col * 16, mb_row * 16);

Completed in 273 milliseconds

12