Home
last modified time | relevance | path

Searched refs:ts0 (Results 1 - 4 of 4) sorted by relevance

/third_party/lame/libmp3lame/
H A Dnewmdct.c837 FLOAT tc0, tc1, tc2, ts0, ts1, ts2; in mdct_short() local
839 ts0 = inout[2 * 3] * win[SHORT_TYPE][0] - inout[5 * 3]; in mdct_short()
841 tc1 = ts0 + tc0; in mdct_short()
842 tc2 = ts0 - tc0; in mdct_short()
844 ts0 = inout[5 * 3] * win[SHORT_TYPE][0] + inout[2 * 3]; in mdct_short()
846 ts1 = ts0 + tc0; in mdct_short()
847 ts2 = -ts0 + tc0; in mdct_short()
850 ts0 = (inout[4 * 3] * win[SHORT_TYPE][1] + inout[1 * 3]) * 2.069978111953089e-11; /* tritab_s[1] */ in mdct_short()
853 inout[3 * 5] = -ts1 * 1.907525191737280e-11 /* tritab_s[0] */ + ts0; in mdct_short()
856 ts1 = ts1 * 0.5 * 1.907525191737281e-11 + ts0; in mdct_short()
[all...]
/third_party/mesa3d/src/vulkan/overlay-layer/
H A Doverlay.cpp1968 uint64_t ts0 = os_time_get(); in overlay_QueuePresentKHR() local
1971 swapchain_data->frame_stats.stats[OVERLAY_PARAM_ENABLED_present_timing] += ts1 - ts0; in overlay_QueuePresentKHR()
2000 uint64_t ts0 = os_time_get(); in overlay_QueuePresentKHR() local
2003 swapchain_data->frame_stats.stats[OVERLAY_PARAM_ENABLED_present_timing] += ts1 - ts0; in overlay_QueuePresentKHR()
2025 uint64_t ts0 = os_time_get(); in overlay_AcquireNextImageKHR() local
2030 swapchain_data->frame_stats.stats[OVERLAY_PARAM_ENABLED_acquire_timing] += ts1 - ts0; in overlay_AcquireNextImageKHR()
2045 uint64_t ts0 = os_time_get(); in overlay_AcquireNextImage2KHR() local
2049 swapchain_data->frame_stats.stats[OVERLAY_PARAM_ENABLED_acquire_timing] += ts1 - ts0; in overlay_AcquireNextImage2KHR()
/third_party/ffmpeg/libavformat/
H A Dasfdec_f.c1006 int64_t ts0, ts1 av_unused; in asf_read_frame_header() local
1058 ts0 = avio_rl64(pb); in asf_read_frame_header()
1060 if (ts0!= -1) asf->packet_frag_timestamp = ts0/10000; in asf_read_frame_header()
/third_party/python/Lib/test/
H A Ddatetimetester.py6199 ts0 = dt.timestamp()
6201 self.assertEqual(ts0, s0 + ss / 2)

Completed in 17 milliseconds