Searched refs:td1 (Results 1 - 4 of 4) sorted by relevance
/third_party/musl/libc-test/src/functional/ |
H A D | pthread_cond.c | 34 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 D | opusenc_psy.c | 384 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 D | vf_removegrain.c | 444 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 D | vf_removegrain.asm | 1163 psubw m1, [rsp] ; td1
|
Completed in 4 milliseconds