Searched refs:totalrate (Results 1 – 4 of 4) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | encodeframe.c | 369 int *totalrate) in encode_mb_row() argument 503 *totalrate += vp8cx_encode_intra_macroblock(cpi, x, tp); in encode_mb_row() 510 …*totalrate += vp8cx_encode_inter_macroblock(cpi, x, tp, recon_yoffset, recon_uvoffset, mb_row, mb_… in encode_mb_row() 722 int totalrate; in vp8_encode_frame() local 729 totalrate = 0; in vp8_encode_frame() 830 encode_mb_row(cpi, cm, mb_row, x, xd, &tp, segment_counts, &totalrate); in vp8_encode_frame() 873 totalrate += cpi->mb_row_ei[i].totalrate; in vp8_encode_frame() 923 encode_mb_row(cpi, cm, mb_row, x, xd, &tp, segment_counts, &totalrate); in vp8_encode_frame() 988 cpi->projected_frame_size = totalrate >> 8; in vp8_encode_frame()
|
D | ethreading.c | 75 int *totalrate = &mbri->totalrate; in thread_encoding_proc() local 186 *totalrate += vp8cx_encode_intra_macroblock(cpi, x, &tp); in thread_encoding_proc() 193 …*totalrate += vp8cx_encode_inter_macroblock(cpi, x, &tp, recon_yoffset, recon_uvoffset, mb_row, mb… in thread_encoding_proc() 458 mbr_ei[i].totalrate = 0; in vp8cx_init_mbrthread_data()
|
D | onyx_int.h | 205 int totalrate; member
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_encodeframe.c | 987 int *totalrate, int64_t *totaldist, in rd_pick_sb_modes() argument 1010 *totalrate = 0; in rd_pick_sb_modes() 1078 vp9_rd_pick_intra_mode_sb(cpi, x, totalrate, totaldist, bsize, ctx, in rd_pick_sb_modes() 1083 totalrate, totaldist, bsize, ctx, best_rd); in rd_pick_sb_modes() 1085 vp9_rd_pick_inter_mode_sub8x8(cpi, x, tile, mi_row, mi_col, totalrate, in rd_pick_sb_modes() 1091 if (*totalrate != INT_MAX) { in rd_pick_sb_modes() 1093 *totalrate = (int)round(*totalrate * rdmult_ratio); in rd_pick_sb_modes()
|