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

  /external/chromium_org/third_party/libvpx/source/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:__anon17716
  /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 205 int totalrate; member in struct:__anon8579
  /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:__anon19762

Completed in 5468 milliseconds