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

1 23

  /external/libvpx/libvpx/vp9/common/
vp9_onyxc_int.h 128 int mb_cols, mi_cols; member in struct:VP9Common
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
bitstream.c 539 int total_mbs = pc->mb_rows * pc->mb_cols;
565 while (++mb_col < pc->mb_cols)
578 xd->mb_to_right_edge = ((pc->mb_cols - 1 - mb_col) * 16) << 3;
730 int total_mbs = c->mb_rows * c->mb_cols;
748 while (++mb_col < c->mb_cols)
    [all...]
firstpass.c 598 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++)
633 x->mv_col_max = ((cm->mb_cols - 1 - mb_col) * 16) + (VP8BORDERINPIXELS - 16);
756 if (mb_col < cm->mb_cols / 2)
763 else if (mb_col > cm->mb_cols / 2)
786 x->src.y_buffer += 16 * x->src.y_stride - 16 * cm->mb_cols;
787 x->src.u_buffer += 8 * x->src.uv_stride - 8 * cm->mb_cols;
788 x->src.v_buffer += 8 * x->src.uv_stride - 8 * cm->mb_cols;
    [all...]
ratectrl.c 451 int pct_gf_active = (100 * cpi->gf_active_count) / (cpi->common.mb_rows * cpi->common.mb_cols);
    [all...]
pickinter.c     [all...]
rdopt.c     [all...]
  /external/libvpx/libvpx/vp8/encoder/
bitstream.c 540 int total_mbs = pc->mb_rows * pc->mb_cols;
566 while (++mb_col < pc->mb_cols)
579 xd->mb_to_right_edge = ((pc->mb_cols - 1 - mb_col) * 16) << 3;
731 int total_mbs = c->mb_rows * c->mb_cols;
749 while (++mb_col < c->mb_cols)
    [all...]
firstpass.c 598 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++)
633 x->mv_col_max = ((cm->mb_cols - 1 - mb_col) * 16) + (VP8BORDERINPIXELS - 16);
756 if (mb_col < cm->mb_cols / 2)
763 else if (mb_col > cm->mb_cols / 2)
786 x->src.y_buffer += 16 * x->src.y_stride - 16 * cm->mb_cols;
787 x->src.u_buffer += 8 * x->src.uv_stride - 8 * cm->mb_cols;
788 x->src.v_buffer += 8 * x->src.uv_stride - 8 * cm->mb_cols;
    [all...]
ratectrl.c 451 int pct_gf_active = (100 * cpi->gf_active_count) / (cpi->common.mb_rows * cpi->common.mb_cols);
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_firstpass.c 531 for (mb_col = 0; mb_col < cm->mb_cols; ++mb_col) {
537 const int mb_index = mb_row * cm->mb_cols + mb_col;
593 x->mv_col_max = ((cm->mb_cols - 1 - mb_col) * 16) + BORDER_MV_PIXELS_B16;
795 if (mb_col < cm->mb_cols / 2) {
800 } else if (mb_col > cm->mb_cols / 2) {
823 x->plane[0].src.buf += 16 * x->plane[0].src.stride - 16 * cm->mb_cols;
825 uv_mb_height * cm->mb_cols;
827 uv_mb_height * cm->mb_cols;
    [all...]
vp9_encodeframe.c     [all...]
vp9_encoder.c 503 unsigned int tokens = get_token_alloc(cm->mb_rows, cm->mb_cols);
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c 581 for (mb_col = 0; mb_col < cm->mb_cols; ++mb_col) {
627 x->mv_col_max = ((cm->mb_cols - 1 - mb_col) * 16) + BORDER_MV_PIXELS_B16;
752 if (mb_col < cm->mb_cols / 2) {
757 } else if (mb_col > cm->mb_cols / 2) {
780 x->plane[0].src.buf += 16 * x->plane[0].src.stride - 16 * cm->mb_cols;
782 uv_mb_height * cm->mb_cols;
784 uv_mb_height * cm->mb_cols;
    [all...]
vp9_encodeframe.c 175 const int mb_cols = cm->mb_cols; local
182 return cpi->active_map[mb_row * mb_cols + mb_col];
188 if (row >= mb_rows || col >= mb_cols)
190 if (cpi->active_map[row * mb_cols + col])
217 const int idx_map = mb_row * cm->mb_cols + mb_col;
704 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++) {
762 for (mb_col = 0; mb_col < cm->mb_cols; mb_col++) {
786 x->plane[0].src.buf += 16 * x->plane[0].src.stride - 16 * cm->mb_cols;
    [all...]
vp9_onyx_if.c 594 unsigned int tokens = get_token_alloc(cm->mb_rows, cm->mb_cols);
602 cm->mb_rows * cm->mb_cols));
607 cm->mb_rows * cm->mb_cols));
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/
vp8_dx_iface.c 468 (pc->mb_cols + 1) * (pc->mb_rows + 1),
vp8_cx_iface.c 597 int mb_cols = ((cfg->g_h + 15) >>4); local
605 shared_mem_loc->mb_info = calloc(mb_rows*mb_cols, sizeof(LOWER_RES_MB_INFO));
    [all...]
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 549 int mb_cols = ((cfg->g_h + 15) >>4); local
557 shared_mem_loc->mb_info = calloc(mb_rows*mb_cols, sizeof(LOWER_RES_MB_INFO));
    [all...]
vp8_dx_iface.c 522 (pc->mb_cols + 1) * (pc->mb_rows + 1),

Completed in 203 milliseconds

1 23