/aosp_15_r20/external/libvpx/vpx_ports/ |
H A D | vpx_timer.h | 50 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 D | convolve_test.cc | 561 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 D | dct32x32_test.cc | 388 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 D | dct16x16_test.cc | 567 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 D | decode_perf_test.cc | 87 vpx_usec_timer t; in TEST_P() 236 vpx_usec_timer t; in TEST_P()
|
H A D | avg_test.cc | 450 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 D | vp9_subtract_test.cc | 263 vpx_usec_timer ref_timer; in RunForSpeed() 277 vpx_usec_timer timer; in RunForSpeed()
|
H A D | bench.cc | 20 vpx_usec_timer timer; in RunNTimes()
|
H A D | test_intra_pred_speed.cc | 91 vpx_usec_timer timer; in TestIntraPred() 386 vpx_usec_timer timer; in TestHighbdIntraPred()
|
H A D | encode_perf_test.cc | 153 vpx_usec_timer t; in TEST_P()
|
H A D | vp9_scale_test.cc | 177 vpx_usec_timer timer; in TEST_P()
|
H A D | comp_avg_pred_test.cc | 187 vpx_usec_timer timer; in TestSpeed()
|
H A D | sum_squares_test.cc | 225 vpx_usec_timer ref_timer, test_timer; in RunTest()
|
H A D | hadamard_test.cc | 234 vpx_usec_timer timer; in SpeedTest()
|
H A D | vp9_quantize_test.cc | 282 vpx_usec_timer timer, simd_timer; in Speed()
|
H A D | sad_test.cc | 679 vpx_usec_timer timer; in TEST_P() 778 vpx_usec_timer timer; in TEST_P()
|
H A D | yuv_temporal_filter_test.cc | 627 vpx_usec_timer timer; in TEST_P()
|
H A D | variance_test.cc | 518 vpx_usec_timer timer; in SpeedTest() 780 vpx_usec_timer timer; in SpeedTest()
|
/aosp_15_r20/external/libvpx/examples/ |
H A D | vp8_multi_resolution_encoder.c | 540 struct vpx_usec_timer timer; in main()
|
H A D | vpx_temporal_svc_encoder.c | 944 struct vpx_usec_timer timer; in main()
|
H A D | vp9_spatial_svc_encoder.c | 895 struct vpx_usec_timer timer; in main()
|
/aosp_15_r20/external/libvpx/vp8/encoder/ |
H A D | onyx_if.c | 3143 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 D | encodeframe.c | 750 struct vpx_usec_timer emr_timer; in vp8_encode_frame()
|
/aosp_15_r20/external/libvpx/ |
H A D | vpxenc.c | 1380 struct vpx_usec_timer timer; in encode_frame() 1887 struct vpx_usec_timer timer; in main()
|
H A D | vpxdec.c | 843 struct vpx_usec_timer timer; in main_loop()
|