/aosp_15_r20/external/libvpx/test/ |
H A D | convolve_test.cc | 563 vpx_usec_timer_start(&timer); in TEST_P() 583 vpx_usec_timer_start(&timer); in TEST_P() 606 vpx_usec_timer_start(&timer); in TEST_P() 629 vpx_usec_timer_start(&timer); in TEST_P() 652 vpx_usec_timer_start(&timer); in TEST_P() 675 vpx_usec_timer_start(&timer); in TEST_P() 698 vpx_usec_timer_start(&timer); in TEST_P() 721 vpx_usec_timer_start(&timer); in TEST_P() 744 vpx_usec_timer_start(&timer); in TEST_P() 766 vpx_usec_timer_start(&timer); in TEST_P()
|
H A D | dct32x32_test.cc | 389 vpx_usec_timer_start(&timer_c); in RunInvTrans32x32SpeedTest() 397 vpx_usec_timer_start(&timer_mod); in RunInvTrans32x32SpeedTest() 406 vpx_usec_timer_start(&timer_c); in RunInvTrans32x32SpeedTest() 414 vpx_usec_timer_start(&timer_mod); in RunInvTrans32x32SpeedTest()
|
H A D | dct16x16_test.cc | 568 vpx_usec_timer_start(&timer_c); in RunSpeedTest() 576 vpx_usec_timer_start(&timer_mod); in RunSpeedTest() 681 vpx_usec_timer_start(&timer_c); in RunInvTrans16x16SpeedTest() 689 vpx_usec_timer_start(&timer_mod); in RunInvTrans16x16SpeedTest() 698 vpx_usec_timer_start(&timer_c); in RunInvTrans16x16SpeedTest() 706 vpx_usec_timer_start(&timer_mod); in RunInvTrans16x16SpeedTest()
|
H A D | decode_perf_test.cc | 88 vpx_usec_timer_start(&t); in TEST_P() 237 vpx_usec_timer_start(&t); in TEST_P()
|
H A D | avg_test.cc | 455 vpx_usec_timer_start(&timer); in TEST_P() 510 vpx_usec_timer_start(&timer); in TEST_P() 557 vpx_usec_timer_start(&timer); in TEST_P()
|
H A D | sum_squares_test.cc | 256 vpx_usec_timer_start(&ref_timer); in RunTest() 264 vpx_usec_timer_start(&test_timer); in RunTest()
|
H A D | vp9_subtract_test.cc | 264 vpx_usec_timer_start(&ref_timer); in RunForSpeed() 278 vpx_usec_timer_start(&timer); in RunForSpeed()
|
H A D | bench.cc | 21 vpx_usec_timer_start(&timer); in RunNTimes()
|
H A D | test_intra_pred_speed.cc | 92 vpx_usec_timer_start(&timer); in TestIntraPred() 387 vpx_usec_timer_start(&timer); in TestHighbdIntraPred()
|
H A D | encode_perf_test.cc | 154 vpx_usec_timer_start(&t); in TEST_P()
|
H A D | vp9_quantize_test.cc | 284 vpx_usec_timer_start(&timer); in Speed() 293 vpx_usec_timer_start(&simd_timer); in Speed()
|
H A D | vp9_scale_test.cc | 178 vpx_usec_timer_start(&timer); in TEST_P()
|
H A D | comp_avg_pred_test.cc | 188 vpx_usec_timer_start(&timer); in TestSpeed()
|
H A D | hadamard_test.cc | 235 vpx_usec_timer_start(&timer); in SpeedTest()
|
H A D | sad_test.cc | 683 vpx_usec_timer_start(&timer); in TEST_P() 782 vpx_usec_timer_start(&timer); in TEST_P()
|
H A D | yuv_temporal_filter_test.cc | 628 vpx_usec_timer_start(&timer); in TEST_P()
|
H A D | variance_test.cc | 519 vpx_usec_timer_start(&timer); in SpeedTest() 781 vpx_usec_timer_start(&timer); in SpeedTest()
|
/aosp_15_r20/external/libvpx/vpx_ports/ |
H A D | vpx_timer.h | 58 static INLINE void vpx_usec_timer_start(struct vpx_usec_timer *t) { in vpx_usec_timer_start() function 101 static INLINE void vpx_usec_timer_start(struct vpx_usec_timer *t) {} in vpx_usec_timer_start() function
|
/aosp_15_r20/external/libvpx/ |
H A D | vpxdec.c | 852 vpx_usec_timer_start(&timer); in main_loop() 883 vpx_usec_timer_start(&timer); in main_loop()
|
H A D | vpxenc.c | 1454 vpx_usec_timer_start(&timer); in encode_frame() 1933 vpx_usec_timer_start(&timer); in main() 1950 vpx_usec_timer_start(&timer); in main()
|
/aosp_15_r20/external/libvpx/examples/ |
H A D | vp8_multi_resolution_encoder.c | 591 vpx_usec_timer_start(&timer); in main()
|
H A D | vpx_temporal_svc_encoder.c | 978 vpx_usec_timer_start(&timer); in main()
|
H A D | vp9_spatial_svc_encoder.c | 1105 vpx_usec_timer_start(&timer); in main()
|
/aosp_15_r20/external/libvpx/vp8/encoder/ |
H A D | onyx_if.c | 3147 vpx_usec_timer_start(&timer); in vp8_loopfilter_frame() 4790 vpx_usec_timer_start(&timer); in vp8_receive_raw_frame() 4834 vpx_usec_timer_start(&cmptimer); in vp8_get_compressed_data() 5008 vpx_usec_timer_start(&tsctimer); in vp8_get_compressed_data() 5009 vpx_usec_timer_start(&ticktimer); in vp8_get_compressed_data()
|
H A D | encodeframe.c | 751 vpx_usec_timer_start(&emr_timer); in vp8_encode_frame()
|