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

1 23

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_postproc.c 656 cm->mb_cols, cm->mb_rows);
663 int mb_rows = ppbuf->y_height >> 4;
671 for (i = 0; i < mb_rows; i++) {
690 int mb_rows = ppbuf->y_height >> 4;
698 for (i = 0; i < mb_rows; i++) {
vp9_onyxc_int.h 124 // MBs, mb_rows/cols is in 16-pixel units; mi_rows/cols is in
127 int mb_rows, mi_rows; member in struct:VP9Common
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.h 587 static INLINE int get_token_alloc(int mb_rows, int mb_cols) {
590 // mb_rows, cols are in units of 16 pixels. We assume 3 planes all at full
593 return mb_rows * mb_cols * (16 * 16 * 3 + 4);
vp9_firstpass.c 246 ((this_frame->inactive_zone_rows * 2) / (double)cpi->common.mb_rows));
635 for (mb_row = 0; mb_row < cm->mb_rows; ++mb_row) {
646 x->mv_row_max = ((cm->mb_rows - 1 - mb_row) * 16)
    [all...]
vp9_temporal_filter.c 284 int mb_rows = (frames[alt_ref_index]->y_crop_height + 15) >> 4; local
316 for (mb_row = 0; mb_row < mb_rows; mb_row++) {
329 cpi->td.mb.mv_row_max = ((mb_rows - 1 - mb_row) * 16)
vp9_encodeframe.c     [all...]
vp9_encoder.c 166 if (rows == cpi->common.mb_rows && cols == cpi->common.mb_cols) {
195 if (rows == cpi->common.mb_rows && cols == cpi->common.mb_cols &&
702 unsigned int tokens = get_token_alloc(cm->mb_rows, cm->mb_cols);
    [all...]
  /external/libvpx/libvpx/vp8/decoder/
decodemv.c 629 pbi->mb.mb_to_bottom_edge = ((pbi->common.mb_rows - 1) * 16) << 3;
632 while (++mb_row < pbi->common.mb_rows)
decodeframe.c 556 for (mb_row = 0; mb_row < pc->mb_rows; mb_row++)
577 xd->mb_to_bottom_edge = ((pc->mb_rows - 1 - mb_row) * 16) << 3;
628 pc->mb_rows, pc->mb_cols,
    [all...]
  /external/libvpx/libvpx/vp8/
vp8_dx_iface.c 406 int prev_mb_rows = pc->mb_rows;
456 (pc->mb_cols + 1) * (pc->mb_rows + 1),
vp8_cx_iface.c 620 int mb_rows = ((cfg->g_w + 15) >>4); local
629 shared_mem_loc->mb_info = calloc(mb_rows*mb_cols, sizeof(LOWER_RES_MB_INFO));
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
decodemv.c 626 pbi->mb.mb_to_bottom_edge = ((pbi->common.mb_rows - 1) * 16) << 3;
629 while (++mb_row < pbi->common.mb_rows)
decodeframe.c 552 for (mb_row = 0; mb_row < pc->mb_rows; mb_row++)
573 xd->mb_to_bottom_edge = ((pc->mb_rows - 1 - mb_row) * 16) << 3;
624 pc->mb_rows, pc->mb_cols,
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_onyxc_int.h 176 // MBs, mb_rows/cols is in 16-pixel units; mi_rows/cols is in
179 int mb_rows, mi_rows; member in struct:VP9Common
  /external/libvpx/libvpx/vp8/common/
mfqe.c 303 for (mb_row = 0; mb_row < cm->mb_rows; mb_row++)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
mfqe.c 302 for (mb_row = 0; mb_row < cm->mb_rows; mb_row++)
  /external/libvpx/libvpx/vp8/encoder/
ratectrl.c 453 int pct_gf_active = (100 * cpi->gf_active_count) / (cpi->common.mb_rows * cpi->common.mb_cols);
    [all...]
firstpass.c 580 for (mb_row = 0; mb_row < cm->mb_rows; mb_row++)
595 x->mv_row_max = ((cm->mb_rows - 1 - mb_row) * 16) + (VP8BORDERINPIXELS - 16);
741 if (mb_row < cm->mb_rows / 2)
748 else if (mb_row > cm->mb_rows / 2)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
ratectrl.c 451 int pct_gf_active = (100 * cpi->gf_active_count) / (cpi->common.mb_rows * cpi->common.mb_cols);
    [all...]
firstpass.c 579 for (mb_row = 0; mb_row < cm->mb_rows; mb_row++)
594 x->mv_row_max = ((cm->mb_rows - 1 - mb_row) * 16) + (VP8BORDERINPIXELS - 16);
740 if (mb_row < cm->mb_rows / 2)
747 else if (mb_row > cm->mb_rows / 2)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
vp8_dx_iface.c 475 int prev_mb_rows = pc->mb_rows;
524 (pc->mb_cols + 1) * (pc->mb_rows + 1),
vp8_cx_iface.c 551 int mb_rows = ((cfg->g_w + 15) >>4); local
560 shared_mem_loc->mb_info = calloc(mb_rows*mb_cols, sizeof(LOWER_RES_MB_INFO));
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_firstpass.c 564 for (mb_row = 0; mb_row < cm->mb_rows; ++mb_row) {
577 x->mv_row_max = ((cm->mb_rows - 1 - mb_row) * 16)
738 if (mb_row < cm->mb_rows / 2) {
743 } else if (mb_row > cm->mb_rows / 2) {
    [all...]
vp9_encodeframe.c 174 const int mb_rows = cm->mb_rows; local
188 if (row >= mb_rows || col >= mb_cols)
270 const int tile_progress = tile->mi_col_start * cm->mb_rows >> 1;
718 for (mb_row = 0; mb_row < cm->mb_rows; mb_row++) {
771 for (mb_row = 0; mb_row < cm->mb_rows; mb_row++) {
    [all...]
vp9_onyx_if.c 609 unsigned int tokens = get_token_alloc(cm->mb_rows, cm->mb_cols);
617 cm->mb_rows * cm->mb_cols));
622 cm->mb_rows * cm->mb_cols));
    [all...]

Completed in 873 milliseconds

1 23