Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functional/
H A Dpthread_cond.c34 pthread_t td, td1, td2, td3; in main() local
57 TEST(r, pthread_create(&td1, 0, start_wait, (void *[]){ &cond, &mtx, foo }), ""); in main()
72 TEST(r, pthread_join(td1, 0), ""); in main()
83 TEST(r, pthread_create(&td1, 0, start_wait, (void *[]){ &cond, &mtx, foo }), ""); in main()
92 TEST(r, pthread_join(td1, 0), ""); in main()
/third_party/ffmpeg/libavcodec/
H A Dopusenc_psy.c384 float td1, td2; in celt_search_for_dual_stereo() local
390 bands_dist(s, f, &td1); in celt_search_for_dual_stereo()
394 f->dual_stereo = td2 < td1; in celt_search_for_dual_stereo()
395 s->dual_stereo_used += td2 < td1; in celt_search_for_dual_stereo()
/third_party/ffmpeg/libavfilter/
H A Dvf_removegrain.c444 const int td1 = mi1 - c; in mode24() local
449 const int d1 = FFMIN(td1, linediff1 - td1); in mode24()
/third_party/ffmpeg/libavfilter/x86/
H A Dvf_removegrain.asm1163 psubw m1, [rsp] ; td1

Completed in 5 milliseconds