HomeSort by relevance Sort by last modified time
    Searched refs:totalrate (Results 1 - 3 of 3) sorted by null

  /external/libvpx/vp8/encoder/
ethreading.c 79 int *totalrate = &mbri->totalrate; local
172 *totalrate += vp8cx_encode_intra_macro_block(cpi, x, &tp);
179 *totalrate += vp8cx_encode_inter_macroblock(cpi, x, &tp, recon_yoffset, recon_uvoffset);
420 mbr_ei[i].totalrate = 0;
encodeframe.c 471 int *totalrate)
575 *totalrate += vp8cx_encode_intra_macro_block(cpi, x, tp);
582 *totalrate += vp8cx_encode_inter_macroblock(cpi, x, tp, recon_yoffset, recon_uvoffset);
686 int totalrate; local
735 totalrate = 0;
824 encode_mb_row(cpi, cm, mb_row, x, xd, &tp, segment_counts, &totalrate);
862 totalrate += cpi->mb_row_ei[i].totalrate;
880 encode_mb_row(cpi, cm, mb_row, x, xd, &tp, segment_counts, &totalrate);
    [all...]
onyx_int.h 199 int totalrate; member in struct:__anon8489

Completed in 48 milliseconds