HomeSort by relevance Sort by last modified time
    Searched defs:mb_col (Results 1 - 20 of 20) sorted by null

  /external/libvpx/libvpx/vp8/encoder/
segmentation.c 17 int mb_row, mb_col; local
35 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++)
mr_dissim.c 84 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)
ethreading.c 84 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 * 16) + (VP8BORDERINPIXELS - 16))
    [all...]
temporal_filter.c 233 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)
encodeframe.c 116 int mb_row, int mb_col)
122 int use_dc_pred = (mb_col || mb_row) && (!mb_col || !mb_row);
207 int mb_row, mb_col; local
225 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++)
274 int mb_row, mb_col; local
287 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++
371 int mb_col; local
    [all...]
bitstream.c 564 int mb_col = -1; local
566 while (++mb_col < pc->mb_cols)
578 xd->mb_to_left_edge = -((mb_col * 16) << 3);
579 xd->mb_to_right_edge = ((pc->mb_cols - 1 - mb_col) * 16) << 3;
747 int mb_col = -1; local
749 while (++mb_col < c->mb_cols)
    [all...]
onyx_if.c 4332 int mb_col; local
4356 int mb_col; local
    [all...]
firstpass.c 509 int mb_row, mb_col; local
598 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++)
602 int use_dc_pred = (mb_col || mb_row) && (!mb_col || !mb_row);
607 xd->left_available = (mb_col != 0);
632 x->mv_col_min = -((mb_col * 16) + (VP8BORDERINPIXELS - 16));
633 x->mv_col_max = ((cm->mb_cols - 1 - mb_col) * 16) + (VP8BORDERINPIXELS - 16);
756 if (mb_col < cm->mb_cols / 2
    [all...]
  /external/libvpx/libvpx/vp8/common/
debugmodes.c 20 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...]
loopfilter.c 204 int mb_col; local
210 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++)
230 if (mb_col > 0)
262 int mb_col; local
266 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++)
280 if (mb_col > 0
315 int mb_col; local
458 int mb_col; local
565 int mb_col; local
    [all...]
mfqe.c 285 int mb_col; local
304 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++)
  /external/libvpx/libvpx/vp8/decoder/
onyxd_if.c 463 int mb_row, mb_col; local
467 for (mb_col = 0; mb_col < oci->mb_cols; mb_col++,mi++)
decodemv.c 632 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;
error_concealment.c 109 * (mb_row, mb_col) in macroblocks, which are being overlapped by a given
116 int mb_row, int mb_col,
119 /* Find the blocks within this MB (defined by mb_row, mb_col) which are
125 const int rel_ol_blk_col = first_blk_col - mb_col * 4;
138 int end_col = MIN(4 + mb_col * 4 - first_blk_col, 2);
154 if (new_col < (mb_col*16)<<3)
329 int mb_row, int mb_col,
342 4 * mb_col + sub_col);
354 int mb_row, mb_col; local
359 for (mb_col = 0; mb_col < mb_cols; ++mb_col
    [all...]
threading.c 340 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...]
decodframe.c 510 int mb_row, mb_col; local
595 for (mb_col = 0; mb_col < pc->mb_cols; mb_col++)
601 xd->mb_to_left_edge = -((mb_col * 16) << 3);
602 xd->mb_to_right_edge = ((pc->mb_cols - 1 - mb_col) * 16) << 3;
623 mb_row, mb_col,
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_mbgraph.c 29 int mb_col) {
71 vp9_build_inter_predictors_sby(xd, mb_row, mb_col, BLOCK_16X16);
86 int mb_row, int mb_col) {
101 tmp_err = do_16x16_motion_iteration(cpi, ref_mv, &tmp_mv, mb_row, mb_col);
115 mb_row, mb_col);
186 int mb_col
215 mb_row, mb_col);
247 int mb_col, mb_row, offset = 0; local
281 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++)
315 int mb_col, mb_row, offset, i; local
    [all...]
vp9_temporal_filter.c 194 int mb_col, mb_row; local
232 for (mb_col = 0; mb_col < mb_cols; mb_col++) {
240 cpi->mb.mv_col_min = -((mb_col * 16) + (17 - 2 * VP9_INTERP_EXTEND));
241 cpi->mb.mv_col_max = ((cpi->common.mb_cols - 1 - mb_col) * 16)
vp9_encodeframe.c 149 static unsigned int mb_activity_measure(MACROBLOCK *x, int mb_row, int mb_col) {
153 int use_dc_pred = (mb_col || mb_row) && (!mb_col || !mb_row);
229 int mb_row, mb_col; local
246 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++) {
290 int mb_row, mb_col; local
304 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++)
516 const int mb_col = mi_col >> 1; local
    [all...]
vp9_firstpass.c 480 int mb_row, mb_col; local
570 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++) {
573 int use_dc_pred = (mb_col || mb_row) && (!mb_col || !mb_row);
582 xd->left_available = (mb_col != 0);
584 if (mb_col * 2 + 1 < cm->mi_cols) {
601 mb_col << 1,
631 x->mv_col_min = -((mb_col * 16) + BORDER_MV_PIXELS_B16)
    [all...]

Completed in 126 milliseconds