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

  /external/libvpx/libvpx/vp8/encoder/
ethreading.c 75 int *totalrate = &mbri->totalrate; local
186 *totalrate += vp8cx_encode_intra_macroblock(cpi, x, &tp);
193 *totalrate += vp8cx_encode_inter_macroblock(cpi, x, &tp, recon_yoffset, recon_uvoffset, mb_row, mb_col);
473 mbr_ei[i].totalrate = 0;
encodeframe.c 368 int *totalrate)
502 *totalrate += vp8cx_encode_intra_macroblock(cpi, x, tp);
509 *totalrate += vp8cx_encode_inter_macroblock(cpi, x, tp, recon_yoffset, recon_uvoffset, mb_row, mb_col);
734 int totalrate; local
741 totalrate = 0;
842 encode_mb_row(cpi, cm, mb_row, x, xd, &tp, segment_counts, &totalrate);
885 totalrate += cpi->mb_row_ei[i].totalrate;
935 encode_mb_row(cpi, cm, mb_row, x, xd, &tp, segment_counts, &totalrate);
1000 cpi->projected_frame_size = totalrate >> 8
    [all...]
onyx_int.h 202 int totalrate; member in struct:__anon13809
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
ethreading.c 75 int *totalrate = &mbri->totalrate; local
186 *totalrate += vp8cx_encode_intra_macroblock(cpi, x, &tp);
193 *totalrate += vp8cx_encode_inter_macroblock(cpi, x, &tp, recon_yoffset, recon_uvoffset, mb_row, mb_col);
458 mbr_ei[i].totalrate = 0;
encodeframe.c 369 int *totalrate)
503 *totalrate += vp8cx_encode_intra_macroblock(cpi, x, tp);
510 *totalrate += vp8cx_encode_inter_macroblock(cpi, x, tp, recon_yoffset, recon_uvoffset, mb_row, mb_col);
722 int totalrate; local
729 totalrate = 0;
830 encode_mb_row(cpi, cm, mb_row, x, xd, &tp, segment_counts, &totalrate);
873 totalrate += cpi->mb_row_ei[i].totalrate;
923 encode_mb_row(cpi, cm, mb_row, x, xd, &tp, segment_counts, &totalrate);
988 cpi->projected_frame_size = totalrate >> 8
    [all...]
onyx_int.h 205 int totalrate; member in struct:__anon24171
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodeframe.c 688 int *totalrate, int64_t *totaldist,
714 *totalrate = 0;
776 vp9_rd_pick_intra_mode_sb(cpi, x, totalrate, totaldist, bsize, ctx,
781 vp9_rd_pick_inter_mode_sb_seg_skip(cpi, x, totalrate, totaldist, bsize,
785 totalrate, totaldist, bsize, ctx, best_rd);
787 vp9_rd_pick_inter_mode_sub8x8(cpi, x, tile, mi_row, mi_col, totalrate,
794 if (aq_mode == VARIANCE_AQ && *totalrate != INT_MAX) {
796 *totalrate = (int)round(*totalrate * rdmult_ratio);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_encodeframe.c     [all...]

Completed in 88 milliseconds