Searched refs:tc_2 (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonDepIICScalar.td | 360 InstrItinData <tc_002cb246, /*tc_2*/ 632 InstrItinData <tc_61830035, /*tc_2*/ 660 InstrItinData <tc_703e822c, /*tc_2*/ 676 InstrItinData <tc_779080bf, /*tc_2*/ 680 InstrItinData <tc_784490da, /*tc_2*/ 740 InstrItinData <tc_9461ff31, /*tc_2*/ 800 InstrItinData <tc_a813cf9a, /*tc_2*/ 916 InstrItinData <tc_cf8126ae, /*tc_2*/ 924 InstrItinData <tc_d08ee0f4, /*tc_2*/ 988 InstrItinData <tc_e4a7f9f0, /*tc_2*/ [all …]
|
/third_party/ffmpeg/libavcodec/ |
D | hevcdsp_template.c | 1576 const int tc_2 = tc >> 1; in FUNC() local 1597 … const int deltap1 = av_clip((((p2 + p0 + 1) >> 1) - p1 + delta0) >> 1, -tc_2, tc_2); in FUNC() 1601 … const int deltaq1 = av_clip((((q2 + q0 + 1) >> 1) - q1 - delta0) >> 1, -tc_2, tc_2); in FUNC()
|