/external/libhevc/common/ |
D | ihevc_intra_pred_filters.c | 116 WORD32 nt, in ihevc_intra_pred_luma_ref_subst_all_avlble() argument 123 WORD32 two_nt = 2 * nt; in ihevc_intra_pred_luma_ref_subst_all_avlble() 135 if(nt == 4) in ihevc_intra_pred_luma_ref_subst_all_avlble() 144 for(i = 0; i < nt; i++) in ihevc_intra_pred_luma_ref_subst_all_avlble() 149 for(i = nt; i < two_nt; i++) in ihevc_intra_pred_luma_ref_subst_all_avlble() 154 ihevc_memcpy(&pu1_dst[two_nt + 1], pu1_top, nt); in ihevc_intra_pred_luma_ref_subst_all_avlble() 158 ihevc_memcpy(&pu1_dst[two_nt + 1 + nt], pu1_top + nt, nt); in ihevc_intra_pred_luma_ref_subst_all_avlble() 168 ASSERT((nt == 8) || (nt == 16) || (nt == 32)); in ihevc_intra_pred_luma_ref_subst_all_avlble() 171 for(i = 0; i < nt; i++) in ihevc_intra_pred_luma_ref_subst_all_avlble() 174 for(i = nt; i < two_nt; i++) in ihevc_intra_pred_luma_ref_subst_all_avlble() [all …]
|
D | ihevc_chroma_intra_pred_filters.c | 129 WORD32 nt, in ihevc_intra_pred_chroma_ref_substitution() argument 136 WORD32 total_samples = (4 * nt) + 1; in ihevc_intra_pred_chroma_ref_substitution() 172 pu1_dst[(4 * nt)] = *pu1_top_left; // U top-left sample in ihevc_intra_pred_chroma_ref_substitution() 173 pu1_dst[(4 * nt) + 1] = *(pu1_top_left + 1); // V top-left sample in ihevc_intra_pred_chroma_ref_substitution() 178 for(i = 0, j = 0; i < (2 * nt); i += 2) in ihevc_intra_pred_chroma_ref_substitution() 180 pu1_dst[(4 * nt) - 2 - i] = pu1_left[j * src_strd]; // U left samples in ihevc_intra_pred_chroma_ref_substitution() 181 pu1_dst[(4 * nt) - 1 - i] = pu1_left[(j * src_strd) + 1]; // V left samples in ihevc_intra_pred_chroma_ref_substitution() 188 for(i = (2 * nt), j = nt; i < (4 * nt); i += 2) in ihevc_intra_pred_chroma_ref_substitution() 190 pu1_dst[(4 * nt) - 2 - i] = pu1_left[j * src_strd]; // U left samples in ihevc_intra_pred_chroma_ref_substitution() 191 pu1_dst[(4 * nt) - 1 - i] = pu1_left[(j * src_strd) + 1]; // V left samples in ihevc_intra_pred_chroma_ref_substitution() [all …]
|
D | ihevc_intra_pred.h | 55 WORD32 nt, 65 WORD32 nt, 73 WORD32 nt, 82 WORD32 nt, 91 WORD32 nt, 100 WORD32 nt, 109 WORD32 nt, 118 WORD32 nt, 127 WORD32 nt, 136 WORD32 nt, [all …]
|
D | ihevc_chroma_intra_pred.h | 47 WORD32 nt, 55 WORD32 nt, 63 WORD32 nt, 71 WORD32 nt, 79 WORD32 nt, 87 WORD32 nt, 95 WORD32 nt, 103 WORD32 nt, 111 WORD32 nt, 119 WORD32 nt, [all …]
|
/external/libhevc/common/arm/ |
D | ihevc_intra_ref_substitution_a9q.c | 103 WORD32 nt, in ihevc_intra_pred_chroma_ref_substitution_a9q() argument 110 WORD32 total_samples = (4 * nt) + 1; in ihevc_intra_pred_chroma_ref_substitution_a9q() 146 pu1_dst[(4 * nt)] = *pu1_top_left; // U top-left sample in ihevc_intra_pred_chroma_ref_substitution_a9q() 147 pu1_dst[(4 * nt) + 1] = *(pu1_top_left + 1); // V top-left sample in ihevc_intra_pred_chroma_ref_substitution_a9q() 152 for(i = 0, j = 0; i < (2 * nt); i += 2) in ihevc_intra_pred_chroma_ref_substitution_a9q() 154 pu1_dst[(4 * nt) - 2 - i] = pu1_left[j * src_strd]; // U left samples in ihevc_intra_pred_chroma_ref_substitution_a9q() 155 pu1_dst[(4 * nt) - 1 - i] = pu1_left[(j * src_strd) + 1]; // V left samples in ihevc_intra_pred_chroma_ref_substitution_a9q() 162 for(i = (2 * nt), j = nt; i < (4 * nt); i += 2) in ihevc_intra_pred_chroma_ref_substitution_a9q() 164 pu1_dst[(4 * nt) - 2 - i] = pu1_left[j * src_strd]; // U left samples in ihevc_intra_pred_chroma_ref_substitution_a9q() 165 pu1_dst[(4 * nt) - 1 - i] = pu1_left[(j * src_strd) + 1]; // V left samples in ihevc_intra_pred_chroma_ref_substitution_a9q() [all …]
|
D | ihevc_intra_pred_chroma_planar.s | 81 @ word32 nt, 91 @ nt 116 ldr r4,[sp,#nt_offset] @loads nt 125 vdup.8 d2, r4 @nt 126 vdup.s16 q8, r4 @nt 128 sub r6, r4, #1 @nt-1 129 add r6, r0,r6,lsl #1 @2*(nt-1) 131 vdup.s16 d0, r7 @src[nt-1] 133 add r6, r4, r4,lsl #1 @3nt 134 add r6, r6, #1 @3nt + 1 [all …]
|
D | ihevc_intra_pred_filters_neon_intr.c | 113 WORD32 nt, in ihevc_intra_pred_luma_ref_substitution_neonintr() argument 120 WORD32 total_samples = (4 * nt) + 1; in ihevc_intra_pred_luma_ref_substitution_neonintr() 121 WORD32 two_nt = 2 * nt; in ihevc_intra_pred_luma_ref_substitution_neonintr() 122 WORD32 three_nt = 3 * nt; in ihevc_intra_pred_luma_ref_substitution_neonintr() 163 if(nt <= 8) in ihevc_intra_pred_luma_ref_substitution_neonintr() 186 idx = nt * next; in ihevc_intra_pred_luma_ref_substitution_neonintr() 194 idx = (nt * (next - 1)) + 1; in ihevc_intra_pred_luma_ref_substitution_neonintr() 208 pu1_dst_const_nt += nt; in ihevc_intra_pred_luma_ref_substitution_neonintr() 210 if(0 == (nt & 7)) in ihevc_intra_pred_luma_ref_substitution_neonintr() 212 dup_pu1_dst1 = vdup_n_u8(pu1_dst[nt - 1]); in ihevc_intra_pred_luma_ref_substitution_neonintr() [all …]
|
D | ihevc_intra_pred_luma_dc.s | 81 @ word32 nt, 91 @ nt 111 ldr r4,[sp,#nt_offset] @loads nt 124 add r6, r0, r4 @&src[nt] 126 add r7, r0, r4, lsl #1 @&src[2nt] 128 add r8, r7, #1 @&src[2nt+1] 136 sub r9, r7, #1 @&src[2nt-1] 139 mov r7, r8 @r7 also stores 2nt+1 142 add r14, r14, r12 @src[2nt+1] + src[2nt-1] 143 add r14, r14, r11 @src[2nt+1] + src[2nt-1] + 2 [all …]
|
D | ihevc_intra_pred_luma_planar.s | 81 @ word32 nt, 91 @ nt 120 ldr r4,[sp,#nt_offset] @loads nt 129 vdup.8 d2, r4 @nt 130 vdup.s16 q8, r4 @nt 132 sub r6, r4, #1 @nt-1 135 vdup.s8 d0, r7 @src[nt-1] 137 add r6, r4, r4,lsl #1 @3nt 138 add r6, r6, #1 @3nt + 1 141 vdup.s8 d1, r7 @src[3nt+1] [all …]
|
D | ihevc_intra_pred_luma_vert.s | 78 @ word32 nt, 88 @ nt 107 ldr r4,[sp,#nt_offset] @loads nt 109 lsl r5, r4, #1 @2nt 115 add r5, r5, #1 @2nt+1 116 add r6, r0, r5 @&src[2nt+1] 178 add r6, r0, r5 @&src[2nt] 180 ldrb r11, [r6], #1 @src[2nt] 182 vdup.8 q11, r11 @src[2nt] 183 ldrb r12, [r6] @src[2nt+1] [all …]
|
/external/llvm-project/llvm/test/MC/Hexagon/ |
D | v60-vmem.s | 10 #CHECK: 294dc319 { v25 = vmem(r13++#3):nt } 12 v25=vmem(r13++#3):nt 30 #CHECK: 296ec411 { vmem(r14++#-4):nt = v17 } 32 vmem(r14++#-4):nt=v17 35 #CHECK: 29fec62f { if (!p0) vmem(r30++#-2):nt = v15 } 37 if (!p0) vmem(r30++#-2):nt=v15 40 #CHECK: 29f9c914 { if (p1) vmem(r25++#1):nt = v20 } 42 if (p1) vmem(r25++#1):nt=v20 55 #CHECK: 29c9c425 { if (!q0) vmem(r9++#-4):nt = v5 } 57 if (!q0) vmem(r9++#-4):nt=v5 [all …]
|
D | v60-misc.s | 5 # CHECK: 5c00c000 { if (p0) jump:nt 8 # CHECK: 5cffe1fe { if (!p1) jump:nt 11 # CHECK: 5340c200 { if (p2) jumpr:nt 14 # CHECK: 5361c300 { if (!p3) jumpr:nt 65 # CHECK: 2841c010 { v16 = vmem(r1+#0):nt } 66 v16 = vmem(r1):nt 71 # CHECK: 2863c012 { vmem(r3+#0):nt = v18 } 72 vmem(r3):nt = v18 80 # CHECK: 28c6d015 { if (q2) vmem(r6+#0):nt = v21 } 81 if (q2) vmem(r6):nt = v21 [all …]
|
/external/llvm/test/MC/Hexagon/ |
D | v60-vmem.s | 10 #CHECK: 294dc319 { v25 = vmem(r13++#3):nt } 12 v25=vmem(r13++#3):nt 30 #CHECK: 296ec411 { vmem(r14++#-4):nt = v17 } 32 vmem(r14++#-4):nt=v17 35 #CHECK: 29fec62f { if (!p0) vmem(r30++#-2):nt = v15 } 37 if (!p0) vmem(r30++#-2):nt=v15 40 #CHECK: 29f9c914 { if (p1) vmem(r25++#1):nt = v20 } 42 if (p1) vmem(r25++#1):nt=v20 55 #CHECK: 29c9c425 { if (!q0) vmem(r9++#-4):nt = v5 } 57 if (!q0) vmem(r9++#-4):nt=v5 [all …]
|
D | v60-misc.s | 5 # CHECK: 5c00c000 { if (p0) jump:nt 8 # CHECK: 5cffe1fe { if (!p1) jump:nt 11 # CHECK: 5340c200 { if (p2) jumpr:nt 14 # CHECK: 5361c300 { if (!p3) jumpr:nt 65 # CHECK: 2841c010 { v16 = vmem(r1+#0):nt } 66 v16 = vmem(r1):nt 71 # CHECK: 2863c012 { vmem(r3+#0):nt = v18 } 72 vmem(r3):nt = v18 80 # CHECK: 28c6d015 { if (q2) vmem(r6+#0):nt = v21 } 81 if (q2) vmem(r6):nt = v21 [all …]
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | sanitize-dtor-zero-size-field.cpp | 39 NonTrivial nt; member 53 NonTrivial nt; member 68 NonTrivial nt; member 83 NonTrivial nt; member 94 NonTrivial nt; member 107 NonTrivial nt; member 122 NonTrivial nt; member 138 NonTrivial nt; member 153 NonTrivial nt; member 169 NonTrivial nt; member [all …]
|
/external/libhevc/common/x86/ |
D | ihevc_chroma_intra_pred_filters_sse42_intr.c | 113 WORD32 nt, in ihevc_intra_pred_chroma_planar_sse42() argument 126 switch(nt) in ihevc_intra_pred_chroma_planar_sse42() 140 two_nt = 2 * nt; in ihevc_intra_pred_chroma_planar_sse42() 141 three_nt = 3 * nt; in ihevc_intra_pred_chroma_planar_sse42() 156 …1_4x32b = _mm_set_epi16(pu1_ref[2 * (nt - 1) + 1], pu1_ref[2 * (nt - 1)], pu1_ref[2 * (nt - 1) + 1… in ihevc_intra_pred_chroma_planar_sse42() 157 …pu1_ref[2 * (nt - 1) + 1], pu1_ref[2 * (nt - 1)], pu1_ref[2 * (nt - 1) + 1], pu1_ref[2 * (nt - 1)]… in ihevc_intra_pred_chroma_planar_sse42() 159 const_temp4_4x32b = _mm_set1_epi16(nt - 1); in ihevc_intra_pred_chroma_planar_sse42() 160 const_temp6_4x32b = _mm_set1_epi16(nt); in ihevc_intra_pred_chroma_planar_sse42() 165 if(nt % 4 == 0) in ihevc_intra_pred_chroma_planar_sse42() 169 for(row = 0; row < nt; row++) in ihevc_intra_pred_chroma_planar_sse42() [all …]
|
D | ihevc_chroma_intra_pred_filters_ssse3_intr.c | 132 WORD32 nt, in ihevc_intra_pred_chroma_planar_ssse3() argument 144 switch(nt) in ihevc_intra_pred_chroma_planar_ssse3() 158 two_nt = 2 * nt; in ihevc_intra_pred_chroma_planar_ssse3() 159 three_nt = 3 * nt; in ihevc_intra_pred_chroma_planar_ssse3() 174 …1_4x32b = _mm_set_epi16(pu1_ref[2 * (nt - 1) + 1], pu1_ref[2 * (nt - 1)], pu1_ref[2 * (nt - 1) + 1… in ihevc_intra_pred_chroma_planar_ssse3() 175 …pu1_ref[2 * (nt - 1) + 1], pu1_ref[2 * (nt - 1)], pu1_ref[2 * (nt - 1) + 1], pu1_ref[2 * (nt - 1)]… in ihevc_intra_pred_chroma_planar_ssse3() 177 const_temp4_4x32b = _mm_set1_epi16(nt - 1); in ihevc_intra_pred_chroma_planar_ssse3() 178 const_temp6_4x32b = _mm_set1_epi16(nt); in ihevc_intra_pred_chroma_planar_ssse3() 184 if(nt % 4 == 0) in ihevc_intra_pred_chroma_planar_ssse3() 188 for(row = 0; row < nt; row++) in ihevc_intra_pred_chroma_planar_ssse3() [all …]
|
/external/libxml2/result/ |
D | badcomment.xml.rdr | 5 1 8 #comment 0 1 >Char</nt>* ']]>' <nt def='NT-Char'>Char</nt>*)) 9 (<nt def="NT-Char">Char</nt> - ('[' | ']'))+ 11 <nt def="NT-simpleDTD">simpleDTD</nt>* 16 (<nt def='NT-Char'>Char</nt>* - 17 (<nt def='NT-Char'>Char</nt>* '&comc;' <nt def='NT-Char'>Char</nt>*))
|
D | badcomment.xml.rde | 5 1 8 #comment 0 1 >Char</nt>* ']]>' <nt def='NT-Char'>Char</nt>*)) 9 (<nt def="NT-Char">Char</nt> - ('[' | ']'))+ 11 <nt def="NT-simpleDTD">simpleDTD</nt>* 16 (<nt def='NT-Char'>Char</nt>* - 17 (<nt def='NT-Char'>Char</nt>* '&comc;' <nt def='NT-Char'>Char</nt>*))
|
D | badcomment.xml.sax | 7 SAX.comment(>Char</nt>* ']]>' <nt def='NT-Char'>Char</nt>*)) 11 (<nt def="NT-Char">Char</nt> - ('[' | ']'))+ 13 <nt def="NT-simpleDTD">simpleDTD</nt>* 18 (<nt def='NT-Char'>Char</nt>* - 19 (<nt def='NT-Char'>Char</nt>* '&comc;' <nt def='NT-Char'>Char</nt>*))
|
D | badcomment.xml.sax2 | 7 SAX.comment(>Char</nt>* ']]>' <nt def='NT-Char'>Char</nt>*)) 11 (<nt def="NT-Char">Char</nt> - ('[' | ']'))+ 13 <nt def="NT-simpleDTD">simpleDTD</nt>* 18 (<nt def='NT-Char'>Char</nt>* - 19 (<nt def='NT-Char'>Char</nt>* '&comc;' <nt def='NT-Char'>Char</nt>*))
|
/external/llvm-project/llvm/test/MC/VE/ |
D | BC.s | 14 # CHECK-INST: baf.l.nt -1(, %s11) 16 baf.l.nt -1(, %s11) 22 # CHECK-INST: baf.d.nt -1(, %s11) 24 baf.d.nt -1(, %s11) 38 # CHECK-INST: bgt.d.nt %s20, 20(, %s11) 40 bgt.d.nt %s20, 20(, %s11) 46 # CHECK-INST: blt.s.nt %s20, (, %s11) 48 blt.s.nt %s20, (, %s11) 54 # CHECK-INST: bne.d.nt %s20, 20(, %s11) 56 bne.d.nt %s20, 20(, %s11) [all …]
|
/external/libxml2/result/noent/ |
D | badcomment.xml.sax2 | 7 SAX.comment(>Char</nt>* ']]>' <nt def='NT-Char'>Char</nt>*)) 11 (<nt def="NT-Char">Char</nt> - ('[' | ']'))+ 13 <nt def="NT-simpleDTD">simpleDTD</nt>* 18 (<nt def='NT-Char'>Char</nt>* - 19 (<nt def='NT-Char'>Char</nt>* '&comc;' <nt def='NT-Char'>Char</nt>*))
|
/external/llvm-project/llvm/test/MC/Disassembler/Hexagon/ |
D | j.txt | 14 # CHECK: p0 = cmp.eq(r17,#-1); if (p0.new) jump:nt 16 # CHECK: p0 = cmp.gt(r17,#-1); if (p0.new) jump:nt 18 # CHECK: p0 = tstbit(r17,#0); if (p0.new) jump:nt 26 # CHECK: p0 = cmp.eq(r17,#-1); if (!p0.new) jump:nt 28 # CHECK: p0 = cmp.gt(r17,#-1); if (!p0.new) jump:nt 30 # CHECK: p0 = tstbit(r17,#0); if (!p0.new) jump:nt 38 # CHECK: p0 = cmp.eq(r17,#21); if (p0.new) jump:nt 42 # CHECK: p0 = cmp.eq(r17,#21); if (!p0.new) jump:nt 46 # CHECK: p0 = cmp.gt(r17,#21); if (p0.new) jump:nt 50 # CHECK: p0 = cmp.gt(r17,#21); if (!p0.new) jump:nt [all …]
|
/external/llvm/test/MC/Disassembler/Hexagon/ |
D | j.txt | 14 # CHECK: p0 = cmp.eq(r17,#-1); if (p0.new) jump:nt 16 # CHECK: p0 = cmp.gt(r17,#-1); if (p0.new) jump:nt 18 # CHECK: p0 = tstbit(r17, #0); if (p0.new) jump:nt 26 # CHECK: p0 = cmp.eq(r17,#-1); if (!p0.new) jump:nt 28 # CHECK: p0 = cmp.gt(r17,#-1); if (!p0.new) jump:nt 30 # CHECK: p0 = tstbit(r17, #0); if (!p0.new) jump:nt 38 # CHECK: p0 = cmp.eq(r17, #21); if (p0.new) jump:nt 42 # CHECK: p0 = cmp.eq(r17, #21); if (!p0.new) jump:nt 46 # CHECK: p0 = cmp.gt(r17, #21); if (p0.new) jump:nt 50 # CHECK: p0 = cmp.gt(r17, #21); if (!p0.new) jump:nt [all …]
|