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

1 2

  /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 86 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)
ethreading.c 82 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 * 16) + (VP8BORDERINPIXELS - 16))
    [all...]
temporal_filter.c 235 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)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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 232 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/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...]
vp8_loopfilter.c 202 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 > 0
314 int mb_col; local
457 int mb_col; local
564 int mb_col; local
    [all...]
mfqe.c 286 int mb_col; local
305 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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
267 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++)
281 if (mb_col > 0
316 int mb_col; local
459 int mb_col; local
566 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 457 int mb_row, mb_col; local
461 for (mb_col = 0; mb_col < oci->mb_cols; mb_col++,mi++)
decodemv.c 634 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;
error_concealment.c 108 * (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 = 0; mb_col < mb_cols; ++mb_col
    [all...]
threading.c 343 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...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
onyxd_if.c 465 int mb_row, mb_col; local
469 for (mb_col = 0; mb_col < oci->mb_cols; mb_col++,mi++)
decodemv.c 631 int mb_col = -1; local
636 while (++mb_col < pbi->common.mb_cols)
639 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...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_mbgraph.c 30 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 < cm->mb_cols; mb_col++)
304 int mb_col, mb_row, offset, i; local
    [all...]
vp9_temporal_filter.c 281 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);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_mbgraph.c 28 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 < cm->mb_cols; mb_col++)
307 int mb_col, mb_row, offset, i; local
    [all...]

Completed in 3168 milliseconds

1 2