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

  /external/libvpx/libvpx/vp8/encoder/
rdopt.c 362 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;
    [all...]
onyx_int.h 466 int avg_encode_time; /* microsecond */ member in struct:VP8_COMP
onyx_if.c     [all...]

Completed in 171 milliseconds