Home
last modified time | relevance | path

Searched refs:time_encoded (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Donyx_if.c2226 double time_encoded = (cpi->last_end_time_stamp_seen in vp8_remove_compressor() local
2230 double dr = (double)cpi->bytes * 8.0 / 1000.0 / time_encoded; in vp8_remove_compressor()
2243 8.0 / 1000.0 / time_encoded; in vp8_remove_compressor()
2296 8.0 / 1000.0 / time_encoded; in vp8_remove_compressor()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c1954 double time_encoded = (cpi->last_end_time_stamp_seen in vp9_remove_compressor() local
1959 (double)cpi->bytes * (double) 8 / (double)1000 / time_encoded; in vp9_remove_compressor()