Home
last modified time | relevance | path

Searched refs:vpx_usec_timer (Results 1 – 25 of 29) sorted by relevance

12

/aosp_15_r20/external/libvpx/vpx_ports/
H A Dvpx_timer.h50 struct vpx_usec_timer { struct
58 static INLINE void vpx_usec_timer_start(struct vpx_usec_timer *t) { in vpx_usec_timer_start() argument
66 static INLINE void vpx_usec_timer_mark(struct vpx_usec_timer *t) { in vpx_usec_timer_mark()
74 static INLINE int64_t vpx_usec_timer_elapsed(struct vpx_usec_timer *t) { in vpx_usec_timer_elapsed()
97 struct vpx_usec_timer { struct
101 static INLINE void vpx_usec_timer_start(struct vpx_usec_timer *t) {} in vpx_usec_timer_start() argument
103 static INLINE void vpx_usec_timer_mark(struct vpx_usec_timer *t) {} in vpx_usec_timer_mark()
105 static INLINE int vpx_usec_timer_elapsed(struct vpx_usec_timer *t) { return 0; } in vpx_usec_timer_elapsed()
/aosp_15_r20/external/libvpx/test/
H A Dconvolve_test.cc561 vpx_usec_timer timer; in TEST_P()
581 vpx_usec_timer timer; in TEST_P()
602 vpx_usec_timer timer; in TEST_P()
625 vpx_usec_timer timer; in TEST_P()
648 vpx_usec_timer timer; in TEST_P()
671 vpx_usec_timer timer; in TEST_P()
694 vpx_usec_timer timer; in TEST_P()
717 vpx_usec_timer timer; in TEST_P()
740 vpx_usec_timer timer; in TEST_P()
762 vpx_usec_timer timer; in TEST_P()
H A Ddct32x32_test.cc388 vpx_usec_timer timer_c; in RunInvTrans32x32SpeedTest()
396 vpx_usec_timer timer_mod; in RunInvTrans32x32SpeedTest()
405 vpx_usec_timer timer_c; in RunInvTrans32x32SpeedTest()
413 vpx_usec_timer timer_mod; in RunInvTrans32x32SpeedTest()
H A Ddct16x16_test.cc567 vpx_usec_timer timer_c; in RunSpeedTest()
575 vpx_usec_timer timer_mod; in RunSpeedTest()
680 vpx_usec_timer timer_c; in RunInvTrans16x16SpeedTest()
688 vpx_usec_timer timer_mod; in RunInvTrans16x16SpeedTest()
697 vpx_usec_timer timer_c; in RunInvTrans16x16SpeedTest()
705 vpx_usec_timer timer_mod; in RunInvTrans16x16SpeedTest()
H A Ddecode_perf_test.cc87 vpx_usec_timer t; in TEST_P()
236 vpx_usec_timer t; in TEST_P()
H A Davg_test.cc450 vpx_usec_timer timer; in TEST_P()
505 vpx_usec_timer timer; in TEST_P()
551 vpx_usec_timer timer; in TEST_P()
H A Dvp9_subtract_test.cc263 vpx_usec_timer ref_timer; in RunForSpeed()
277 vpx_usec_timer timer; in RunForSpeed()
H A Dbench.cc20 vpx_usec_timer timer; in RunNTimes()
H A Dtest_intra_pred_speed.cc91 vpx_usec_timer timer; in TestIntraPred()
386 vpx_usec_timer timer; in TestHighbdIntraPred()
H A Dencode_perf_test.cc153 vpx_usec_timer t; in TEST_P()
H A Dvp9_scale_test.cc177 vpx_usec_timer timer; in TEST_P()
H A Dcomp_avg_pred_test.cc187 vpx_usec_timer timer; in TestSpeed()
H A Dsum_squares_test.cc225 vpx_usec_timer ref_timer, test_timer; in RunTest()
H A Dhadamard_test.cc234 vpx_usec_timer timer; in SpeedTest()
H A Dvp9_quantize_test.cc282 vpx_usec_timer timer, simd_timer; in Speed()
H A Dsad_test.cc679 vpx_usec_timer timer; in TEST_P()
778 vpx_usec_timer timer; in TEST_P()
H A Dyuv_temporal_filter_test.cc627 vpx_usec_timer timer; in TEST_P()
H A Dvariance_test.cc518 vpx_usec_timer timer; in SpeedTest()
780 vpx_usec_timer timer; in SpeedTest()
/aosp_15_r20/external/libvpx/examples/
H A Dvp8_multi_resolution_encoder.c540 struct vpx_usec_timer timer; in main()
H A Dvpx_temporal_svc_encoder.c944 struct vpx_usec_timer timer; in main()
H A Dvp9_spatial_svc_encoder.c895 struct vpx_usec_timer timer; in main()
/aosp_15_r20/external/libvpx/vp8/encoder/
H A Donyx_if.c3143 struct vpx_usec_timer timer; in vp8_loopfilter_frame()
4787 struct vpx_usec_timer timer; in vp8_receive_raw_frame()
4825 struct vpx_usec_timer tsctimer; in vp8_get_compressed_data()
4826 struct vpx_usec_timer ticktimer; in vp8_get_compressed_data()
4827 struct vpx_usec_timer cmptimer; in vp8_get_compressed_data()
H A Dencodeframe.c750 struct vpx_usec_timer emr_timer; in vp8_encode_frame()
/aosp_15_r20/external/libvpx/
H A Dvpxenc.c1380 struct vpx_usec_timer timer; in encode_frame()
1887 struct vpx_usec_timer timer; in main()
H A Dvpxdec.c843 struct vpx_usec_timer timer; in main_loop()

12