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

  /external/libvpx/vpx_ports/
vpx_timer.h 46 struct vpx_usec_timer struct
57 vpx_usec_timer_start(struct vpx_usec_timer *t)
68 vpx_usec_timer_mark(struct vpx_usec_timer *t)
79 vpx_usec_timer_elapsed(struct vpx_usec_timer *t)
105 struct vpx_usec_timer struct
111 vpx_usec_timer_start(struct vpx_usec_timer *t) { }
114 vpx_usec_timer_mark(struct vpx_usec_timer *t) { }
117 vpx_usec_timer_elapsed(struct vpx_usec_timer *t) { return 0; }
  /external/libvpx/vp8/decoder/
onyxd_if.c 255 struct vpx_usec_timer timer;
382 struct vpx_usec_timer lpftimer;
  /external/libvpx/
vpxdec.c 1020 struct vpx_usec_timer timer;
    [all...]
vpxenc.c     [all...]
  /external/libvpx/vp8/encoder/
onyx_if.c     [all...]
encodeframe.c 800 struct vpx_usec_timer emr_timer;
    [all...]

Completed in 83 milliseconds