Searched defs:mb_col (Results 1 - 25 of 44) sorted by relevance

12

/external/chromium_org/third_party/libvpx/source/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 Dmr_dissim.c85 int mb_col; local
93 for (mb_col = 0; mb_col < cm->mb_cols; mb_col ++)
123 if(mb_col < (cm->mb_cols-1))
139 if(mb_col < (cm->mb_cols-1)
152 if(mb_col < (cm->mb_cols-1))
168 if(mb_col < (cm->mb_cols-1)
H A Dethreading.c84 int mb_col; local
116 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++)
118 *current_mb_col = mb_col - 1;
120 if ((mb_col & (nsync - 1)) == 0)
122 while (mb_col > (*last_row_current_mb_col - nsync))
137 xd->mb_to_left_edge = -((mb_col * 16) << 3);
138 xd->mb_to_right_edge = ((cm->mb_cols - 1 - mb_col) * 16) << 3;
145 x->mv_col_min = -((mb_col * 1
[all...]
H A Dtemporal_filter.c233 int mb_col, mb_row; local
270 for (mb_col = 0; mb_col < mb_cols; mb_col++)
279 cpi->mb.mv_col_min = -((mb_col * 16) + (16 - 5));
280 cpi->mb.mv_col_max = ((cpi->common.mb_cols - 1 - mb_col) * 16)
H A Ddenoising.c495 int mb_col,
706 if (mb_col > 0) {
487 vp8_denoiser_denoise_mb(VP8_DENOISER *denoiser, MACROBLOCK *x, unsigned int best_sse, unsigned int zero_mv_sse, int recon_yoffset, int recon_uvoffset, loop_filter_info_n *lfi_n, int mb_row, int mb_col, int block_index) argument
/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 Dmr_dissim.c84 int mb_col; local
92 for (mb_col = 0; mb_col < cm->mb_cols; mb_col ++)
122 if(mb_col < (cm->mb_cols-1))
138 if(mb_col < (cm->mb_cols-1)
151 if(mb_col < (cm->mb_cols-1))
167 if(mb_col < (cm->mb_cols-1)
H A Dethreading.c84 int mb_col; local
116 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++)
118 *current_mb_col = mb_col - 1;
120 if ((mb_col & (nsync - 1)) == 0)
122 while (mb_col > (*last_row_current_mb_col - nsync))
137 xd->mb_to_left_edge = -((mb_col * 16) << 3);
138 xd->mb_to_right_edge = ((cm->mb_cols - 1 - mb_col) * 16) << 3;
145 x->mv_col_min = -((mb_col * 1
[all...]
H A Dtemporal_filter.c232 int mb_col, mb_row; local
269 for (mb_col = 0; mb_col < mb_cols; mb_col++)
278 cpi->mb.mv_col_min = -((mb_col * 16) + (16 - 5));
279 cpi->mb.mv_col_max = ((cpi->common.mb_cols - 1 - mb_col) * 16)
/external/chromium_org/third_party/libvpx/source/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 Dloopfilter.c203 int mb_col; local
209 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++)
229 if (mb_col > 0)
261 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.c285 int mb_col; local
304 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++)
/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 Dloopfilter.c203 int mb_col; local
209 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++)
229 if (mb_col > 0)
261 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.c285 int mb_col; local
304 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++)
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
H A Donyxd_if.c437 int mb_row, mb_col; local
441 for (mb_col = 0; mb_col < oci->mb_cols; mb_col++,mi++)
H A Ddecodemv.c632 int mb_col = -1; local
637 while (++mb_col < pbi->common.mb_cols)
640 int mb_num = mb_row * pbi->common.mb_cols + mb_col;
H A Dthreading.c340 int mb_col; local
405 for (mb_col = 0; mb_col < pc->mb_cols; mb_col++)
407 *current_mb_col = mb_col - 1;
409 if ((mb_col & (nsync - 1)) == 0)
411 while (mb_col > (*last_row_current_mb_col - nsync))
422 xd->mb_to_left_edge = -((mb_col * 16) << 3);
423 xd->mb_to_right_edge = ((pc->mb_cols - 1 - mb_col) * 16) << 3;
448 mb_row, mb_col,
[all...]
H A Ddecodeframe.c511 int mb_row, mb_col; local
596 for (mb_col = 0; mb_col < pc->mb_cols; mb_col++)
602 xd->mb_to_left_edge = -((mb_col * 16) << 3);
603 xd->mb_to_right_edge = ((pc->mb_cols - 1 - mb_col) * 16) << 3;
624 mb_row, mb_col,
H A Derror_concealment.c107 * (mb_row, mb_col) in macroblocks, which are being overlapped by a given
114 int mb_row, int mb_col,
117 /* Find the blocks within this MB (defined by mb_row, mb_col) which are
123 const int rel_ol_blk_col = first_blk_col - mb_col * 4;
136 int end_col = MIN(4 + mb_col * 4 - first_blk_col, 2);
152 if (new_col < (mb_col*16)<<3)
327 int mb_row, int mb_col,
340 4 * mb_col + sub_col);
352 int mb_row, mb_col; local
357 for (mb_col
112 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
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
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/libvpx/libvpx/vp8/decoder/
H A Donyxd_if.c463 int mb_row, mb_col; local
467 for (mb_col = 0; mb_col < oci->mb_cols; mb_col++,mi++)
H A Ddecodemv.c632 int mb_col = -1; local
637 while (++mb_col < pbi->common.mb_cols)
640 int mb_num = mb_row * pbi->common.mb_cols + mb_col;
H A Dthreading.c340 int mb_col; local
405 for (mb_col = 0; mb_col < pc->mb_cols; mb_col++)
407 *current_mb_col = mb_col - 1;
409 if ((mb_col & (nsync - 1)) == 0)
411 while (mb_col > (*last_row_current_mb_col - nsync))
422 xd->mb_to_left_edge = -((mb_col * 16) << 3);
423 xd->mb_to_right_edge = ((pc->mb_cols - 1 - mb_col) * 16) << 3;
448 mb_row, mb_col,
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_mbgraph.c26 int mb_col) {
69 vp9_build_inter_predictors_sby(xd, mb_row, mb_col, BLOCK_16X16);
82 int_mv *dst_mv, int mb_row, int mb_col) {
96 tmp_err = do_16x16_motion_iteration(cpi, ref_mv, &tmp_mv, mb_row, mb_col);
109 mb_row, mb_col);
175 int mb_col
204 mb_row, mb_col);
236 int mb_col, mb_row, offset = 0; local
267 for (mb_col = 0; mb_col < c
22 do_16x16_motion_iteration(VP9_COMP *cpi, const MV *ref_mv, MV *dst_mv, int mb_row, int mb_col) argument
81 do_16x16_motion_search(VP9_COMP *cpi, const MV *ref_mv, int_mv *dst_mv, int mb_row, int mb_col) argument
298 int mb_col, mb_row, offset, i; local
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_mbgraph.c28 int mb_col) {
67 vp9_build_inter_predictors_sby(xd, mb_row, mb_col, BLOCK_16X16);
81 int_mv *dst_mv, int mb_row, int mb_col) {
97 mb_row, mb_col);
111 mb_row, mb_col);
179 int mb_col
208 mb_row, mb_col);
240 int mb_col, mb_row, offset = 0; local
274 for (mb_col = 0; mb_col < c
24 do_16x16_motion_iteration(VP9_COMP *cpi, const MV *ref_mv, MV *dst_mv, int mb_row, int mb_col) argument
80 do_16x16_motion_search(VP9_COMP *cpi, const int_mv *ref_mv, int_mv *dst_mv, int mb_row, int mb_col) argument
307 int mb_col, mb_row, offset, i; local
[all...]

Completed in 3856 milliseconds

12