Home
last modified time | relevance | path

Searched defs:t3a (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/libdav1d/src/
H A Ditx_1d.c818 const int t3a = (( 1931 * in5 - (3612 - 4096) * in2 + 2048) >> 12) - in2; in inv_adst8_1d_internal_c() local
888 int t3a = CLIP(t3 + t11); in inv_adst16_1d_internal_c() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/date_time/test/posix_time/
Dtestdst_rules.cpp62 ptime t3a(dst_start, time_duration(2,0,0)); //invalid time label in main() local
/aosp_15_r20/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dexample-tuple.cpp109 tuple<int*, float*, double*> t3a(&i, &f, &d); in test_tuple() local