/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...] |
encodeframe.c | 225 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++) 287 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++) 315 x->src.y_buffer += 16 * x->src.y_stride - 16 * cm->mb_cols; 376 int map_index = (mb_row * cpi->common.mb_cols); 386 const int rightmost_col = cm->mb_cols + nsync; 430 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++) 441 xd->mb_to_right_edge = ((cm->mb_cols - 1 - mb_col) * 16) << 3; 447 x->mv_col_max = ((cm->mb_cols - 1 - mb_col) * 16) 649 sizeof(ENTROPY_CONTEXT_PLANES) * cm->mb_cols); 826 tp = cpi->tok + mb_row * (cm->mb_cols * 16 * 24) [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);
|
onyx_if.c | 507 vpx_memcpy(cpi->segmentation_map, segmentation_map, (cpi->common.mb_rows * cpi->common.mb_cols)); 539 CHECK_MEM_ERROR(seg_map, vpx_calloc(cpi->common.mb_rows * cpi->common.mb_cols, 1)); 575 int mbs_in_frame = cpi->common.mb_rows * cpi->common.mb_cols; [all...] |
/external/libvpx/libvpx/test/ |
set_roi.cc | 56 cpi.common.mb_cols = 320 >> 4; 57 const int mbs = (cpi.common.mb_rows * cpi.common.mb_cols); 72 cpi.common.mb_cols, delta_q, delta_lf, 140 cpi.common.mb_cols, rand_deltas, 150 cpi.common.mb_cols, delta_q, 162 cpi.common.mb_cols, delta_q, 169 cpi.common.mb_cols, delta_q, 174 cpi.common.mb_cols - 1, delta_q,
|
/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 | 210 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++) 266 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++) 317 int mb_cols = cm->mb_cols; local 341 for (mb_col = 0; mb_col < mb_cols; mb_col++) 397 for (mb_col = 0; mb_col < mb_cols; mb_col++) 483 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++) 566 int mb_cols = post->y_width >> 4; local 593 mode_info_context = cm->mi + (post->y_height >> 5) * (mb_cols + 1); 598 for (mb_col = 0; mb_col < mb_cols; mb_col++ [all...] |
onyxc_int.h | 100 int mb_cols; member in struct:VP8Common
|
postproc.c | 343 unsigned char *uvlimits = cm->pp_limits_buffer + 16 * cm->mb_cols; 353 for (mbc = 0; mbc < cm->mb_cols; mbc++) 402 int mb_cols = source->y_height >> 4; local 409 vpx_memset(limits, (unsigned char)ppl, 16 * mb_cols); 849 oci->mb_cols, oci->mb_rows); 859 int mb_cols = post->y_width >> 4; local 868 for (j = 0; j < mb_cols; j++) 891 int mb_cols = post->y_width >> 4; local 900 for (j = 0; j < mb_cols; j++) [all...] |
/external/libvpx/libvpx/vp8/decoder/ |
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...] |
error_concealment.h | 33 int mb_rows, int mb_cols,
|
threading.c | 303 const int first_row_no_sync_above = pc->mb_cols + nsync; 405 for (mb_col = 0; mb_col < pc->mb_cols; mb_col++) 423 xd->mb_to_right_edge = ((pc->mb_cols - 1 - mb_col) * 16) << 3; 449 pc->mb_rows, pc->mb_cols, 506 if(mb_col != pc->mb_cols-1)
|
decodframe.c | 595 for (mb_col = 0; mb_col < pc->mb_cols; mb_col++) 602 xd->mb_to_right_edge = ((pc->mb_cols - 1 - mb_col) * 16) << 3; 624 pc->mb_rows, pc->mb_cols, 703 lf_mic += pc->mb_cols; [all...] |
onyxd_if.c | 392 for (col = 0; col < pbi->common.mb_cols; ++col) 467 for (mb_col = 0; mb_col < oci->mb_cols; mb_col++,mi++)
|
decodemv.c | 628 mb_to_right_edge_start = ((pbi->common.mb_cols - 1) * 16) << 3; 637 while (++mb_col < pbi->common.mb_cols) 640 int mb_num = mb_row * pbi->common.mb_cols + mb_col;
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_lookahead.c | 94 int mb_cols = (src->y_width + 15) >> 4; local 116 for (; col < mb_cols; ++col) { 122 if (col == mb_cols) 128 for (; active_end < mb_cols; ++active_end) { 143 active_map += mb_cols;
|
vp9_mbgraph.c | 278 x->mv_col_max = (cm->mb_cols - 1) * 8 + BORDER_MV_PIXELS_B16; 281 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++) { 308 offset += cm->mb_cols; 323 vpx_calloc(cm->mb_rows * cm->mb_cols * sizeof(*arf_not_zz), 335 offset += cm->mb_cols, mb_row++) { 336 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++) { 359 if (arf_not_zz[mi_row/2*cm->mb_cols + mi_col/2]) { 411 cm->mb_rows * cm->mb_cols *
|
vp9_temporal_filter.c | 196 int mb_cols = cpi->common.mb_cols; local 232 for (mb_col = 0; mb_col < mb_cols; mb_col++) { 241 cpi->mb.mv_col_max = ((cpi->common.mb_cols - 1 - mb_col) * 16) 352 mb_y_offset += 16 * (f->y_stride - mb_cols); 353 mb_uv_offset += 8 * (f->uv_stride - mb_cols);
|
vp9_onyx_int.h | 706 static int get_token_alloc(int mb_rows, int mb_cols) { 707 return mb_rows * mb_cols * (48 * 16 + 4);
|
/external/libvpx/libvpx/vp9/common/ |
vp9_alloccommon.c | 60 cm->mb_cols = (cm->mi_cols + 1) >> 1; 62 cm->MBs = cm->mb_rows * cm->mb_cols;
|
vp9_postproc.c | 686 cm->mb_cols, cm->mb_rows); 696 int mb_cols = post->y_width >> 4; 704 for (j = 0; j < mb_cols; j++) { 724 int mb_cols = post->y_width >> 4; 732 for (j = 0; j < mb_cols; j++) {
|