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

  /external/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++)
ethreading.c 86 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++)
88 int seg_map_index = (mb_row * cm->mb_cols);
90 while (mb_col > (*last_row_current_mb_col - 1) && *last_row_current_mb_col != cm->mb_cols - 1)
99 xd->mb_to_right_edge = ((cm->mb_cols - 1 - mb_col) * 16) << 3;
105 x->mv_col_max = ((cm->mb_cols - 1 - mb_col) * 16) + (VP8BORDERINPIXELS - 16);
201 x->src.y_buffer += 16 * x->src.y_stride * (cpi->encoding_thread_count + 1) - 16 * cm->mb_cols;
202 x->src.u_buffer += 8 * x->src.uv_stride * (cpi->encoding_thread_count + 1) - 8 * cm->mb_cols;
203 x->src.v_buffer += 8 * x->src.uv_stride * (cpi->encoding_thread_count + 1) - 8 * cm->mb_cols;
encodeframe.c 384 int seg_map_index = (mb_row * cpi->common.mb_cols);
409 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++)
415 xd->mb_to_right_edge = ((cm->mb_cols - 1 - mb_col) * 16) << 3;
420 x->mv_col_max = ((cm->mb_cols - 1 - mb_col) * 16)
678 vpx_memset(cm->above_context, 0, sizeof(ENTROPY_CONTEXT_PLANES) * cm->mb_cols);
695 x->src.y_buffer += 16 * x->src.y_stride - 16 * cm->mb_cols;
696 x->src.u_buffer += 8 * x->src.uv_stride - 8 * cm->mb_cols;
697 x->src.v_buffer += 8 * x->src.uv_stride - 8 * cm->mb_cols;
719 cpi->mb_row_ei[i].tp = cpi->tok + (mb_row + i + 1) * (cm->mb_cols * 16 * 24);
727 tp = cpi->tok + mb_row * (cm->mb_cols * 16 * 24)
    [all...]
onyx_if.c 362 vpx_memcpy(cpi->segmentation_map, segmentation_map, (cpi->common.mb_rows * cpi->common.mb_cols));
394 CHECK_MEM_ERROR(seg_map, vpx_calloc(cpi->common.mb_rows * cpi->common.mb_cols, 1));
399 for ( j = 0; j < cpi->common.mb_cols; j++ )
401 //seg_map[(i*cpi->common.mb_cols) + j] = (j % 2) + ((i%2)* 2);
402 //if ( j < cpi->common.mb_cols/2 )
405 if ( (i == 0) || (j == 0) || (i == (cpi->common.mb_rows-1)) || (j == (cpi->common.mb_cols-1)) )
406 seg_map[(i*cpi->common.mb_cols) + j] = 1;
407 //else if ( (i < 2) || (j < 2) || (i > (cpi->common.mb_rows-3)) || (j > (cpi->common.mb_cols-3)) )
408 // seg_map[(i*cpi->common.mb_cols) + j] = 2;
409 //else if ( (i < 5) || (j < 5) || (i > (cpi->common.mb_rows-6)) || (j > (cpi->common.mb_cols-6))
    [all...]
firstpass.c 519 int col_blocks = 4 * cm->mb_cols;
585 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++)
615 x->mv_col_max = ((cm->mb_cols - 1 - mb_col) * 16) + (VP8BORDERINPIXELS - 16);
726 if (mb_col < cm->mb_cols / 2)
733 else if (mb_col > cm->mb_cols / 2)
784 x->src.y_buffer += 16 * x->src.y_stride - 16 * cm->mb_cols;
785 x->src.u_buffer += 8 * x->src.uv_stride - 8 * cm->mb_cols;
786 x->src.v_buffer += 8 * x->src.uv_stride - 8 * cm->mb_cols;
    [all...]
temporal_filter.c 324 int cols = cpi->common.mb_cols;
369 cpi->mb.mv_col_max = ((cpi->common.mb_cols - 1 - mb_col) * 16)
bitstream.c 923 while (++mb_col < pc->mb_cols)
934 xd->mb_to_right_edge = ((pc->mb_cols - 1 - mb_col) * 16) << 3;
1093 while (++mb_col < c->mb_cols)
    [all...]
ratectrl.c 411 int pct_gf_active = (100 * cpi->gf_active_count) / (cpi->common.mb_rows * cpi->common.mb_cols);
    [all...]
  /external/libvpx/vp8/common/
alloccommon.c 101 oci->mb_cols = width >> 4;
102 oci->MBs = oci->mb_rows * oci->mb_cols;
103 oci->mode_info_stride = oci->mb_cols + 1;
104 oci->mip = vpx_calloc((oci->mb_cols + 1) * (oci->mb_rows + 1), sizeof(MODE_INFO));
115 oci->above_context = vpx_calloc(sizeof(ENTROPY_CONTEXT_PLANES) * oci->mb_cols, 1);
123 vp8_update_mode_info_border(oci->mi, oci->mb_rows, oci->mb_cols);
onyxc_int.h 116 int mb_cols; member in struct:VP8Common
postproc.c 748 oci->mb_cols, oci->mb_rows);
758 int mb_cols = post->y_width >> 4; local
767 for (j = 0; j < mb_cols; j++)
790 int mb_cols = post->y_width >> 4; local
799 for (j = 0; j < mb_cols; j++)
828 int mb_cols = post->y_width >> 4;
837 for (j = 0; j < mb_cols; j++)
862 int mb_cols = width >> 4; local
    [all...]
loopfilter.c 366 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++)
470 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++)
522 int mb_cols = post->y_width >> 4; local
534 /*MODE_INFO * this_mb_mode_info = cm->mi + (post->y_height>>5) * (mb_cols + 1);*/ /* Point at base of Mb MODE_INFO list */
535 mbd->mode_info_context = cm->mi + (post->y_height >> 5) * (mb_cols + 1); /* Point at base of Mb MODE_INFO list */
578 for (mb_col = 0; mb_col < mb_cols; mb_col++)
  /external/libvpx/vp8/decoder/x86/
onyxdxv.c 385 int mb_cols = post->y_width >> 4; local
394 for (j = 0; j < mb_cols; j++)
419 int mb_cols = post->y_width >> 4; local
428 for (j = 0; j < mb_cols; j++)
  /external/libvpx/vp8/decoder/
threading.c 294 for (mb_col = 0; mb_col < pc->mb_cols; mb_col++)
298 while (mb_col > (*last_row_current_mb_col - nsync) && *last_row_current_mb_col != pc->mb_cols - 1)
330 xd->mb_to_right_edge = ((pc->mb_cols - 1 - mb_col) * 16) << 3;
364 if(mb_col != pc->mb_cols-1)
842 for (mb_col = 0; mb_col < pc->mb_cols; mb_col++)
845 while (mb_col > (*last_row_current_mb_col - nsync) && *last_row_current_mb_col != pc->mb_cols - 1)
877 xd->mb_to_right_edge = ((pc->mb_cols - 1 - mb_col) * 16) << 3;
    [all...]
decodemv.c 318 mb_to_right_edge = ((pbi->common.mb_cols - 1 - mb_col) * 16) << 3;
544 while (++mb_col < pbi->common.mb_cols)
decodframe.c 348 for (mb_col = 0; mb_col < pc->mb_cols; mb_col++)
364 xd->mb_to_right_edge = ((pc->mb_cols - 1 - mb_col) * 16) << 3;
853 vpx_memset(pc->above_context, 0, sizeof(ENTROPY_CONTEXT_PLANES) * pc->mb_cols);

Completed in 251 milliseconds