HomeSort by relevance Sort by last modified time
    Searched refs:mb_cols (Results 1 - 25 of 69) sorted by null

1 2 3

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
segmentation.c 26 vpx_memset(cpi->gf_active_flags, 1, (cm->mb_rows * cm->mb_cols));
27 cpi->gf_active_count = cm->mb_rows * cm->mb_cols;
35 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++)
lookahead.c 114 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;
mr_dissim.c 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)
ethreading.c 89 int map_index = (mb_row * cm->mb_cols);
96 tp = cpi->tok + (mb_row * (cm->mb_cols * 16 * 24));
116 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++)
138 xd->mb_to_right_edge = ((cm->mb_cols - 1 - mb_col) * 16) << 3;
146 x->mv_col_max = ((cm->mb_cols - 1 - mb_col) * 16) + (VP8BORDERINPIXELS - 16);
303 x->src.y_buffer += 16 * x->src.y_stride * (cpi->encoding_thread_count + 1) - 16 * cm->mb_cols;
304 x->src.u_buffer += 8 * x->src.uv_stride * (cpi->encoding_thread_count + 1) - 8 * cm->mb_cols;
305 x->src.v_buffer += 8 * x->src.uv_stride * (cpi->encoding_thread_count + 1) - 8 * cm->mb_cols;
309 x->gf_active_ptr += cm->mb_cols * cpi->encoding_thread_count;
532 if(th_count > ((cm->mb_cols / cpi->mt_sync_range) - 1)
    [all...]
temporal_filter.c 235 int mb_cols = cpi->common.mb_cols; local
270 for (mb_col = 0; mb_col < mb_cols; mb_col++)
280 cpi->mb.mv_col_max = ((cpi->common.mb_cols - 1 - mb_col) * 16)
418 mb_y_offset += 16*(f->y_stride-mb_cols);
419 mb_uv_offset += 8*(f->uv_stride-mb_cols);
  /external/libvpx/libvpx/vp8/encoder/
segmentation.c 26 vpx_memset(cpi->gf_active_flags, 1, (cm->mb_rows * cm->mb_cols));
27 cpi->gf_active_count = cm->mb_rows * cm->mb_cols;
35 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++)
lookahead.c 114 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;
mr_dissim.c 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 89 int map_index = (mb_row * cm->mb_cols);
96 tp = cpi->tok + (mb_row * (cm->mb_cols * 16 * 24));
116 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++)
138 xd->mb_to_right_edge = ((cm->mb_cols - 1 - mb_col) * 16) << 3;
146 x->mv_col_max = ((cm->mb_cols - 1 - mb_col) * 16) + (VP8BORDERINPIXELS - 16);
288 x->src.y_buffer += 16 * x->src.y_stride * (cpi->encoding_thread_count + 1) - 16 * cm->mb_cols;
289 x->src.u_buffer += 8 * x->src.uv_stride * (cpi->encoding_thread_count + 1) - 8 * cm->mb_cols;
290 x->src.v_buffer += 8 * x->src.uv_stride * (cpi->encoding_thread_count + 1) - 8 * cm->mb_cols;
294 x->gf_active_ptr += cm->mb_cols * cpi->encoding_thread_count;
517 if(th_count > ((cm->mb_cols / cpi->mt_sync_range) - 1)
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
error_concealment.h 37 int mb_rows, int mb_cols,
error_concealment.c 53 pbi->overlaps = vpx_calloc(pbi->common.mb_rows * pbi->common.mb_cols,
171 int mb_rows, int mb_cols,
190 if (new_row >= ((16*mb_rows) << 3) || new_col >= ((16*mb_cols) << 3))
212 end_col = MIN(mb_cols - overlap_mb_col, 2);
230 mb_overlap = overlap_ul + (overlap_mb_row + rel_row) * mb_cols +
328 int mb_rows, int mb_cols)
337 overlaps, mb_rows, mb_cols,
349 int mb_rows, int mb_cols,
353 vpx_memset(overlaps, 0, sizeof(MB_OVERLAP) * mb_rows * mb_cols);
357 for (mb_col = 0; mb_col < mb_cols; ++mb_col
    [all...]
  /external/libvpx/libvpx/vp8/decoder/
error_concealment.h 37 int mb_rows, int mb_cols,
error_concealment.c 55 pbi->overlaps = vpx_calloc(pbi->common.mb_rows * pbi->common.mb_cols,
173 int mb_rows, int mb_cols,
192 if (new_row >= ((16*mb_rows) << 3) || new_col >= ((16*mb_cols) << 3))
214 end_col = MIN(mb_cols - overlap_mb_col, 2);
232 mb_overlap = overlap_ul + (overlap_mb_row + rel_row) * mb_cols +
330 int mb_rows, int mb_cols)
339 overlaps, mb_rows, mb_cols,
351 int mb_rows, int mb_cols,
355 vpx_memset(overlaps, 0, sizeof(MB_OVERLAP) * mb_rows * mb_cols);
359 for (mb_col = 0; mb_col < mb_cols; ++mb_col
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/test/
set_roi.cc 54 cpi.common.mb_cols = 320 >> 4;
55 const int mbs = (cpi.common.mb_rows * cpi.common.mb_cols);
70 cpi.common.mb_cols, delta_q, delta_lf,
138 cpi.common.mb_cols, rand_deltas,
148 cpi.common.mb_cols, delta_q,
160 cpi.common.mb_cols, delta_q,
167 cpi.common.mb_cols, delta_q,
172 cpi.common.mb_cols - 1, delta_q,
  /external/libvpx/libvpx/test/
set_roi.cc 54 cpi.common.mb_cols = 320 >> 4;
55 const int mbs = (cpi.common.mb_rows * cpi.common.mb_cols);
70 cpi.common.mb_cols, delta_q, delta_lf,
138 cpi.common.mb_cols, rand_deltas,
148 cpi.common.mb_cols, delta_q,
160 cpi.common.mb_cols, delta_q,
167 cpi.common.mb_cols, delta_q,
172 cpi.common.mb_cols - 1, delta_q,
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
alloccommon.c 83 oci->mb_cols = width >> 4;
84 oci->MBs = oci->mb_rows * oci->mb_cols;
85 oci->mode_info_stride = oci->mb_cols + 1;
86 oci->mip = vpx_calloc((oci->mb_cols + 1) * (oci->mb_rows + 1), sizeof(MODE_INFO));
96 oci->above_context = vpx_calloc(sizeof(ENTROPY_CONTEXT_PLANES) * oci->mb_cols, 1);
112 * Note: Round up mb_cols to support SIMD reads
114 oci->pp_limits_buffer = vpx_memalign(16, 24 * ((oci->mb_cols + 1) & ~1));
mfqe.c 304 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++)
376 y_ptr += show->y_stride * 16 - 16 * cm->mb_cols;
377 u_ptr += show->uv_stride * 8 - 8 * cm->mb_cols;
378 v_ptr += show->uv_stride * 8 - 8 * cm->mb_cols;
379 yd_ptr += dest->y_stride * 16 - 16 * cm->mb_cols;
380 ud_ptr += dest->uv_stride * 8 - 8 * cm->mb_cols;
381 vd_ptr += dest->uv_stride * 8 - 8 * cm->mb_cols;
loopfilter.c 209 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_col++
    [all...]
  /external/libvpx/libvpx/vp8/common/
alloccommon.c 83 oci->mb_cols = width >> 4;
84 oci->MBs = oci->mb_rows * oci->mb_cols;
85 oci->mode_info_stride = oci->mb_cols + 1;
86 oci->mip = vpx_calloc((oci->mb_cols + 1) * (oci->mb_rows + 1), sizeof(MODE_INFO));
96 oci->above_context = vpx_calloc(sizeof(ENTROPY_CONTEXT_PLANES) * oci->mb_cols, 1);
112 * Note: Round up mb_cols to support SIMD reads
114 oci->pp_limits_buffer = vpx_memalign(16, 24 * ((oci->mb_cols + 1) & ~1));
mfqe.c 304 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++)
376 y_ptr += show->y_stride * 16 - 16 * cm->mb_cols;
377 u_ptr += show->uv_stride * 8 - 8 * cm->mb_cols;
378 v_ptr += show->uv_stride * 8 - 8 * cm->mb_cols;
379 yd_ptr += dest->y_stride * 16 - 16 * cm->mb_cols;
380 ud_ptr += dest->uv_stride * 8 - 8 * cm->mb_cols;
381 vd_ptr += dest->uv_stride * 8 - 8 * cm->mb_cols;
loopfilter.c 209 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_col++
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_lookahead.c 96 int mb_cols = (src->y_width + 15) >> 4; local
118 for (; col < mb_cols; ++col) {
124 if (col == mb_cols)
130 for (; active_end < mb_cols; ++active_end) {
145 active_map += mb_cols;
vp9_mbgraph.c 264 x->mv_col_max = (cm->mb_cols - 1) * 8 + BORDER_MV_PIXELS_B16;
267 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++) {
291 offset += cm->mb_cols;
306 vpx_calloc(cm->mb_rows * cm->mb_cols * sizeof(*arf_not_zz),
318 offset += cm->mb_cols, mb_row++) {
319 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++) {
342 if (arf_not_zz[mi_row / 2 * cm->mb_cols + mi_col / 2]) {
391 cm->mb_rows * cm->mb_cols *
  /external/libvpx/libvpx/vp9/encoder/
vp9_lookahead.c 99 int mb_cols = (src->y_width + 15) >> 4; local
121 for (; col < mb_cols; ++col) {
127 if (col == mb_cols)
133 for (; active_end < mb_cols; ++active_end) {
148 active_map += mb_cols;
vp9_mbgraph.c 271 x->mv_col_max = (cm->mb_cols - 1) * 8 + BORDER_MV_PIXELS_B16;
274 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++) {
300 offset += cm->mb_cols;
315 vpx_calloc(cm->mb_rows * cm->mb_cols * sizeof(*arf_not_zz),
327 offset += cm->mb_cols, mb_row++) {
328 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++) {
351 if (arf_not_zz[mi_row / 2 * cm->mb_cols + mi_col / 2]) {
400 cm->mb_rows * cm->mb_cols *

Completed in 400 milliseconds

1 2 3