HomeSort by relevance Sort by last modified time
    Searched refs:totalrate (Results 1 - 4 of 4) 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);
458 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);
721 int totalrate; local
728 totalrate = 0;
829 encode_mb_row(cpi, cm, mb_row, x, xd, &tp, segment_counts, &totalrate);
872 totalrate += cpi->mb_row_ei[i].totalrate;
922 encode_mb_row(cpi, cm, mb_row, x, xd, &tp, segment_counts, &totalrate);
987 cpi->projected_frame_size = totalrate >> 8
    [all...]
onyx_int.h 201 int totalrate; member in struct:__anon21246
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodeframe.c 593 int *totalrate, int64_t *totaldist,
615 *totalrate = 0;
662 vp9_rd_pick_intra_mode_sb(cpi, x, totalrate, totaldist, bsize, ctx,
667 totalrate, totaldist, bsize, ctx, best_rd);
669 vp9_rd_pick_inter_mode_sub8x8(cpi, x, tile, mi_row, mi_col, totalrate,
675 if (*totalrate != INT_MAX) {
677 *totalrate = round(*totalrate * rdmult_ratio);
    [all...]

Completed in 103 milliseconds