Searched refs:totalrate (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/vp8/encoder/ |
D | encodeframe.c | 319 int *segment_counts, int *totalrate) { in encode_mb_row() argument 448 *totalrate += vp8cx_encode_intra_macroblock(cpi, x, tp); in encode_mb_row() 453 *totalrate += vp8cx_encode_inter_macroblock( in encode_mb_row() 669 int totalrate; in vp8_encode_frame() local 676 totalrate = 0; in vp8_encode_frame() 770 encode_mb_row(cpi, cm, mb_row, x, xd, &tp, segment_counts, &totalrate); in vp8_encode_frame() 813 totalrate += cpi->mb_row_ei[i].totalrate; in vp8_encode_frame() 860 encode_mb_row(cpi, cm, mb_row, x, xd, &tp, segment_counts, &totalrate); in vp8_encode_frame() 921 cpi->projected_frame_size = totalrate >> 8; in vp8_encode_frame()
|
D | ethreading.c | 66 int *totalrate = &mbri->totalrate; in thread_encoding_proc() local 176 *totalrate += vp8cx_encode_intra_macroblock(cpi, x, &tp); in thread_encoding_proc() 181 *totalrate += vp8cx_encode_inter_macroblock( in thread_encoding_proc() 452 mbr_ei[i].totalrate = 0; in vp8cx_init_mbrthread_data()
|
D | onyx_int.h | 188 int totalrate; member
|