Searched defs:totalrate (Results 1 - 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
H A Dethreading.c73 int *totalrate = &mbri->totalrate; local
184 *totalrate += vp8cx_encode_intra_macroblock(cpi, x, &tp);
191 *totalrate += vp8cx_encode_inter_macroblock(cpi, x, &tp, recon_yoffset, recon_uvoffset, mb_row, mb_col);
472 mbr_ei[i].totalrate = 0;
H A Dencodeframe.c370 int *totalrate)
504 *totalrate += vp8cx_encode_intra_macroblock(cpi, x, tp);
511 *totalrate += vp8cx_encode_inter_macroblock(cpi, x, tp, recon_yoffset, recon_uvoffset, mb_row, mb_col);
743 int totalrate; local
750 totalrate = 0;
851 encode_mb_row(cpi, cm, mb_row, x, xd, &tp, segment_counts, &totalrate);
894 totalrate += cpi->mb_row_ei[i].totalrate;
944 encode_mb_row(cpi, cm, mb_row, x, xd, &tp, segment_counts, &totalrate);
1009 cpi->projected_frame_size = totalrate >>
363 encode_mb_row(VP8_COMP *cpi, VP8_COMMON *cm, int mb_row, MACROBLOCK *x, MACROBLOCKD *xd, TOKENEXTRA **tp, int *segment_counts, int *totalrate) argument
[all...]
H A Donyx_int.h202 int totalrate; member in struct:__anon11044

Completed in 98 milliseconds