Home
last modified time | relevance | path

Searched refs:totalrate (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Dencodeframe.c327 int *segment_counts, int *totalrate) { in encode_mb_row() argument
453 *totalrate += vp8cx_encode_intra_macroblock(cpi, x, tp); in encode_mb_row()
458 *totalrate += vp8cx_encode_inter_macroblock( in encode_mb_row()
673 int totalrate; in vp8_encode_frame() local
680 totalrate = 0; in vp8_encode_frame()
774 encode_mb_row(cpi, cm, mb_row, x, xd, &tp, segment_counts, &totalrate); in vp8_encode_frame()
817 totalrate += cpi->mb_row_ei[i].totalrate; in vp8_encode_frame()
864 encode_mb_row(cpi, cm, mb_row, x, xd, &tp, segment_counts, &totalrate); in vp8_encode_frame()
925 cpi->projected_frame_size = totalrate >> 8; in vp8_encode_frame()
Dethreading.c66 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()
Donyx_int.h183 int totalrate; member