Searched refs:totalrate (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vp8/encoder/ |
D | encodeframe.c | 370 int *totalrate) in encode_mb_row() argument 504 *totalrate += vp8cx_encode_intra_macroblock(cpi, x, tp); in encode_mb_row() 511 …*totalrate += vp8cx_encode_inter_macroblock(cpi, x, tp, recon_yoffset, recon_uvoffset, mb_row, mb_… in encode_mb_row() 743 int totalrate; in vp8_encode_frame() local 750 totalrate = 0; in vp8_encode_frame() 851 encode_mb_row(cpi, cm, mb_row, x, xd, &tp, segment_counts, &totalrate); in vp8_encode_frame() 894 totalrate += cpi->mb_row_ei[i].totalrate; in vp8_encode_frame() 944 encode_mb_row(cpi, cm, mb_row, x, xd, &tp, segment_counts, &totalrate); in vp8_encode_frame() 1009 cpi->projected_frame_size = totalrate >> 8; in vp8_encode_frame()
|
D | ethreading.c | 73 int *totalrate = &mbri->totalrate; in thread_encoding_proc() local 184 *totalrate += vp8cx_encode_intra_macroblock(cpi, x, &tp); in thread_encoding_proc() 191 …*totalrate += vp8cx_encode_inter_macroblock(cpi, x, &tp, recon_yoffset, recon_uvoffset, mb_row, mb… in thread_encoding_proc() 472 mbr_ei[i].totalrate = 0; in vp8cx_init_mbrthread_data()
|
D | onyx_int.h | 202 int totalrate; member
|