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

  /external/libvpx/libvpx/vpx_ports/
vpx_timer.h 50 struct vpx_usec_timer { struct
58 static INLINE void vpx_usec_timer_start(struct vpx_usec_timer *t) {
66 static INLINE void vpx_usec_timer_mark(struct vpx_usec_timer *t) {
74 static INLINE int64_t vpx_usec_timer_elapsed(struct vpx_usec_timer *t) {
97 struct vpx_usec_timer { struct
101 static INLINE void vpx_usec_timer_start(struct vpx_usec_timer *t) {}
103 static INLINE void vpx_usec_timer_mark(struct vpx_usec_timer *t) {}
105 static INLINE int vpx_usec_timer_elapsed(struct vpx_usec_timer *t) { return 0; }
  /external/libvpx/libvpx/test/
decode_perf_test.cc 85 vpx_usec_timer t;
234 vpx_usec_timer t;
encode_perf_test.cc 153 vpx_usec_timer t;
comp_avg_pred_test.cc 148 vpx_usec_timer timer;
vp9_scale_test.cc 177 vpx_usec_timer timer;
convolve_test.cc 549 vpx_usec_timer timer;
569 vpx_usec_timer timer;
590 vpx_usec_timer timer;
613 vpx_usec_timer timer;
636 vpx_usec_timer timer;
659 vpx_usec_timer timer;
682 vpx_usec_timer timer;
    [all...]
avg_test.cc 373 vpx_usec_timer timer;
417 vpx_usec_timer timer;
test_intra_pred_speed.cc 91 vpx_usec_timer timer;
364 vpx_usec_timer timer;
hadamard_test.cc 108 vpx_usec_timer timer;
temporal_filter_test.cc 255 vpx_usec_timer timer;
vp9_quantize_test.cc 408 vpx_usec_timer timer;
partial_idct_test.cc 310 vpx_usec_timer timer;
    [all...]
variance_test.cc 493 vpx_usec_timer timer;
    [all...]
  /external/libvpx/libvpx/examples/
vp8_multi_resolution_encoder.c 540 struct vpx_usec_timer timer;
vp9_spatial_svc_encoder.c 634 struct vpx_usec_timer timer;
    [all...]
vpx_temporal_svc_encoder.c 818 struct vpx_usec_timer timer;
    [all...]
  /external/libvpx/libvpx/
vpxdec.c 795 struct vpx_usec_timer timer;
    [all...]
vpxenc.c     [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c     [all...]
encodeframe.c 747 struct vpx_usec_timer emr_timer;
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.c     [all...]
vp9_encodeframe.c     [all...]

Completed in 427 milliseconds