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

  /external/libvpx/vp8/decoder/
onyxd_int.h 86 unsigned int decode_microseconds; member in struct:VP8Decompressor
onyxd_if.c 452 pbi->decode_microseconds = vpx_usec_timer_elapsed(&timer);
454 pbi->time_decoding += pbi->decode_microseconds;
  /external/libvpx/vp8/decoder/x86/
onyxdxv.c 226 microseconds_available -= pbi->decode_microseconds;
232 tab->post_proc2time = pbi->decode_microseconds * 1 / 2;
235 tab->post_proc4time = pbi->decode_microseconds;

Completed in 248 milliseconds