/external/libavc/common/x86/ |
D | ih264_deblk_chroma_ssse3.c | 104 __m128i linea, lineb, linec, lined, linee, linef, lineg, lineh; in ih264_deblk_chroma_vert_bs4_ssse3() local 118 lined = _mm_loadl_epi64((__m128i *)(pu1_src_uv - 4 + 3 * src_strd)); in ih264_deblk_chroma_vert_bs4_ssse3() 125 temp2 = _mm_unpacklo_epi16(linec, lined); in ih264_deblk_chroma_vert_bs4_ssse3() 226 lined = _mm_srli_si128(linec, 8); in ih264_deblk_chroma_vert_bs4_ssse3() 235 _mm_storel_epi64((__m128i *)(pu1_src_uv - 4 + 3 * src_strd), lined); in ih264_deblk_chroma_vert_bs4_ssse3() 441 __m128i linea, lineb, linec, lined, linee, linef, lineg, lineh; in ih264_deblk_chroma_vert_bslt4_ssse3() local 467 lined = _mm_loadl_epi64((__m128i *)(pu1_src_uv - 4 + 3 * src_strd)); in ih264_deblk_chroma_vert_bslt4_ssse3() 474 temp2 = _mm_unpacklo_epi16(linec, lined); in ih264_deblk_chroma_vert_bslt4_ssse3() 594 lined = _mm_srli_si128(linec, 8); in ih264_deblk_chroma_vert_bslt4_ssse3() 603 _mm_storel_epi64((__m128i *)(pu1_src_uv - 4 + 3 * src_strd), lined); in ih264_deblk_chroma_vert_bslt4_ssse3() [all …]
|
D | ih264_deblk_luma_ssse3.c | 861 __m128i linea, lineb, linec, lined, linee, linef, lineg, lineh; in ih264_deblk_luma_vert_bslt4_ssse3() local 874 lined = _mm_loadl_epi64((__m128i *)(pu1_src - 3 + 3 * src_strd + j)); in ih264_deblk_luma_vert_bslt4_ssse3() 879 lined = _mm_unpacklo_epi8(lined, zero); in ih264_deblk_luma_vert_bslt4_ssse3() 884 int2 = _mm_unpacklo_epi16(linec, lined); in ih264_deblk_luma_vert_bslt4_ssse3() 885 lined = _mm_unpackhi_epi16(linec, lined); in ih264_deblk_luma_vert_bslt4_ssse3() 890 linec = _mm_unpacklo_epi16(lineb, lined); in ih264_deblk_luma_vert_bslt4_ssse3() 891 high1 = _mm_unpackhi_epi16(lineb, lined); in ih264_deblk_luma_vert_bslt4_ssse3() 919 lined = _mm_unpackhi_epi16(int1, int2); in ih264_deblk_luma_vert_bslt4_ssse3() 947 diff = _mm_subs_epi16(linec, lined); //Condn 1 in ih264_deblk_luma_vert_bslt4_ssse3() 952 diff = _mm_subs_epi16(linee, lined); //Condtn 2 in ih264_deblk_luma_vert_bslt4_ssse3() [all …]
|
/external/tensorflow/tensorflow/contrib/session_bundle/ |
D | manifest.proto | 9 // in-lined in tutorials, please update tutorial documents accordingly 55 // in-lined in tutorials, please update tutorial documents accordingly
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | intrapred_ssse3.asm | 51 mov lined, 2 67 dec lined 111 mov lined, 4 135 dec lined 251 mov lined, 4 262 dec lined 287 mov lined, 8 307 dec lined 713 mov lined, 2 725 dec lined
|
/external/ltp/testcases/kernel/hotplug/cpu_hotplug/functional/ |
D | cpuhotplug03.sh | 17 Desc: Do tasks get scheduled to a newly on-lined CPU?
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/IndVarSimplify/ |
D | iv-widen.ll | 107 define void @loop_2(i32 %size, i32 %nsteps, i32 %hsize, i32* %lined, i8 %tmp1) { 111 %tmp0 = bitcast i32* %lined to i8*
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopStrengthReduce/X86/ |
D | nested-loop.ll | 11 define void @foo(i32 %size, i32 %nsteps, i32 %hsize, i32* %lined, i8* %maxarray) {
|
/external/testng/ |
D | ANNOUNCEMENT.txt | 86 We have an exciting list of new features lined up for our next version, among which a plug-in API, …
|
/external/skqp/site/dev/contrib/ |
D | style.md | 444 parameters may be lined up with the first parameter on the next line
|
/external/skia/site/dev/contrib/ |
D | style.md | 444 parameters may be lined up with the first parameter on the next line
|
/external/brotli/tests/testdata/ |
D | asyoulik.txt | 1675 In fair round belly with good capon lined, 1904 All the pictures fairest lined 1920 Winter garments must be lined,
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/resources/ |
D | Transliterator_Kanji_English.txt | 4858 袷>'[lined garment]';
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrVSX.td | 1365 lined up for the MFVSRD
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCInstrVSX.td | 1635 lined up for the MFVSRD
|
/external/icu/icu4j/main/shared/data/ |
D | Transliterator_Han_Latin_Definition.txt | 8733 袷 < lined\-garment; 41885 袷 > lined\-garment; 42099 裌 > lined\-garment;
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|
/external/python/cpython2/Misc/ |
D | HISTORY | 5467 - Various configure methods of Tkinter have been stream-lined, so that
|
/external/python/cpython3/Misc/ |
D | HISTORY | 22851 - Various configure methods of Tkinter have been stream-lined, so that
|
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/ |
D | internal_raw_IPA-old.txt | 115894 lined %33058 lạnd
|
D | internal_raw_IPA.txt | 97834 lined %40701 lɑɪnd
|