HomeSort by relevance Sort by last modified time
    Searched defs:totalrate (Results 1 - 3 of 3) 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

Completed in 148 milliseconds