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

  /external/libvpx/vpx_ports/
vpx_timer.h 79 vpx_usec_timer_elapsed(struct vpx_usec_timer *t) function
117 vpx_usec_timer_elapsed(struct vpx_usec_timer *t) { return 0; } function
  /external/libvpx/vp8/decoder/
onyxd_if.c 389 pbi->time_loop_filtering += vpx_usec_timer_elapsed(&lpftimer);
402 pbi->decode_microseconds = vpx_usec_timer_elapsed(&timer);
  /external/libvpx/
vpxdec.c 1036 dx_time += vpx_usec_timer_elapsed(&timer);
    [all...]
vpxenc.c     [all...]
  /external/libvpx/vp8/encoder/
onyx_if.c     [all...]
encodeframe.c 893 cpi->time_encode_mb_row += vpx_usec_timer_elapsed(&emr_timer);
    [all...]

Completed in 25 milliseconds