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

  /external/libvpx/vp8/encoder/
onyx_int.h 485 int avg_encode_time; //microsecond member in struct:__anon5299
rdopt.c 372 if (cpi->avg_pick_mode_time < milliseconds_for_compress && (cpi->avg_encode_time - cpi->avg_pick_mode_time) < milliseconds_for_compress)
380 if (milliseconds_for_compress * 100 < cpi->avg_encode_time * 95)
384 cpi->avg_encode_time = 0;
392 if (milliseconds_for_compress * 100 > cpi->avg_encode_time * vp8_auto_speed_thresh[cpi->Speed])
396 cpi->avg_encode_time = 0;
415 cpi->avg_encode_time = 0;
    [all...]
onyx_if.c     [all...]

Completed in 15 milliseconds