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 357 if (cpi->avg_pick_mode_time < milliseconds_for_compress && (cpi->avg_encode_time - cpi->avg_pick_mode_time) < milliseconds_for_compress)
365 if (milliseconds_for_compress * 100 < cpi->avg_encode_time * 95)
369 cpi->avg_encode_time = 0;
377 if (milliseconds_for_compress * 100 > cpi->avg_encode_time * auto_speed_thresh[cpi->Speed])
381 cpi->avg_encode_time = 0;
400 cpi->avg_encode_time = 0;
    [all...]
onyx_int.h 475 int avg_encode_time; /* microsecond */ member in struct:VP8_COMP
onyx_if.c     [all...]

Completed in 136 milliseconds