Searched refs:avg_encode_time (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Donyx_int.h467 int avg_encode_time; /* microsecond */ member in struct:VP8_COMP
H A Drdopt.c361 if (cpi->avg_pick_mode_time < milliseconds_for_compress && (cpi->avg_encode_time - cpi->avg_pick_mode_time) < milliseconds_for_compress)
369 if (milliseconds_for_compress * 100 < cpi->avg_encode_time * 95)
373 cpi->avg_encode_time = 0;
381 if (milliseconds_for_compress * 100 > cpi->avg_encode_time * auto_speed_thresh[cpi->Speed])
385 cpi->avg_encode_time = 0;
404 cpi->avg_encode_time = 0;
H A Donyx_if.c2041 cpi->avg_encode_time = 0;
5364 if (cpi->avg_encode_time == 0)
5365 cpi->avg_encode_time = duration;
5367 cpi->avg_encode_time = (7 * cpi->avg_encode_time + duration) >> 3;
/external/libvpx/libvpx/vp8/encoder/
H A Drdopt.c362 if (cpi->avg_pick_mode_time < milliseconds_for_compress && (cpi->avg_encode_time - cpi->avg_pick_mode_time) < milliseconds_for_compress)
370 if (milliseconds_for_compress * 100 < cpi->avg_encode_time * 95)
374 cpi->avg_encode_time = 0;
382 if (milliseconds_for_compress * 100 > cpi->avg_encode_time * auto_speed_thresh[cpi->Speed])
386 cpi->avg_encode_time = 0;
405 cpi->avg_encode_time = 0;
H A Donyx_int.h470 int avg_encode_time; /* microsecond */ member in struct:VP8_COMP
H A Donyx_if.c1991 cpi->avg_encode_time = 0;
5197 if (cpi->avg_encode_time == 0)
5198 cpi->avg_encode_time = duration;
5200 cpi->avg_encode_time = (7 * cpi->avg_encode_time + duration) >> 3;

Completed in 173 milliseconds