Home
last modified time | relevance | path

Searched refs:nt (Results 1 – 25 of 227) sorted by relevance

12345678910

/external/libhevc/common/
Dihevc_intra_pred_filters.c131 WORD32 nt, in ihevc_intra_pred_luma_ref_subst_all_avlble() argument
138 WORD32 two_nt = 2 * nt; in ihevc_intra_pred_luma_ref_subst_all_avlble()
150 if(nt == 4) in ihevc_intra_pred_luma_ref_subst_all_avlble()
159 for(i = 0; i < nt; i++) in ihevc_intra_pred_luma_ref_subst_all_avlble()
164 for(i = nt; i < two_nt; i++) in ihevc_intra_pred_luma_ref_subst_all_avlble()
169 ihevc_memcpy(&pu1_dst[two_nt + 1], pu1_top, nt); in ihevc_intra_pred_luma_ref_subst_all_avlble()
173 ihevc_memcpy(&pu1_dst[two_nt + 1 + nt], pu1_top + nt, nt); in ihevc_intra_pred_luma_ref_subst_all_avlble()
183 ASSERT((nt == 8) || (nt == 16) || (nt == 32)); in ihevc_intra_pred_luma_ref_subst_all_avlble()
186 for(i = 0; i < nt; i++) in ihevc_intra_pred_luma_ref_subst_all_avlble()
189 for(i = nt; i < two_nt; i++) in ihevc_intra_pred_luma_ref_subst_all_avlble()
[all …]
Dihevc_chroma_intra_pred_filters.c139 WORD32 nt, in ihevc_intra_pred_chroma_ref_substitution() argument
146 WORD32 total_samples = (4 * nt) + 1; in ihevc_intra_pred_chroma_ref_substitution()
182 pu1_dst[(4 * nt)] = *pu1_top_left; // U top-left sample in ihevc_intra_pred_chroma_ref_substitution()
183 pu1_dst[(4 * nt) + 1] = *(pu1_top_left + 1); // V top-left sample in ihevc_intra_pred_chroma_ref_substitution()
188 for(i = 0, j = 0; i < (2 * 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()
198 for(i = (2 * nt), j = nt; i < (4 * nt); i += 2) in ihevc_intra_pred_chroma_ref_substitution()
200 pu1_dst[(4 * nt) - 2 - i] = pu1_left[j * src_strd]; // U left samples in ihevc_intra_pred_chroma_ref_substitution()
201 pu1_dst[(4 * nt) - 1 - i] = pu1_left[(j * src_strd) + 1]; // V left samples in ihevc_intra_pred_chroma_ref_substitution()
[all …]
Dihevc_intra_pred.h53 WORD32 nt,
63 WORD32 nt,
71 WORD32 nt,
80 WORD32 nt,
89 WORD32 nt,
98 WORD32 nt,
107 WORD32 nt,
116 WORD32 nt,
125 WORD32 nt,
134 WORD32 nt,
[all …]
Dihevc_chroma_intra_pred.h47 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/
Dihevc_intra_ref_substitution_a9q.c108 WORD32 nt, in ihevc_intra_pred_chroma_ref_substitution_a9q() argument
115 WORD32 total_samples = (4 * nt) + 1; in ihevc_intra_pred_chroma_ref_substitution_a9q()
151 pu1_dst[(4 * nt)] = *pu1_top_left; // U top-left sample in ihevc_intra_pred_chroma_ref_substitution_a9q()
152 pu1_dst[(4 * nt) + 1] = *(pu1_top_left + 1); // V top-left sample in ihevc_intra_pred_chroma_ref_substitution_a9q()
157 for(i = 0, j = 0; i < (2 * nt); i += 2) in ihevc_intra_pred_chroma_ref_substitution_a9q()
159 pu1_dst[(4 * nt) - 2 - i] = pu1_left[j * src_strd]; // U left samples in ihevc_intra_pred_chroma_ref_substitution_a9q()
160 pu1_dst[(4 * nt) - 1 - i] = pu1_left[(j * src_strd) + 1]; // V left samples in ihevc_intra_pred_chroma_ref_substitution_a9q()
167 for(i = (2 * nt), j = nt; i < (4 * nt); i += 2) in ihevc_intra_pred_chroma_ref_substitution_a9q()
169 pu1_dst[(4 * nt) - 2 - i] = pu1_left[j * src_strd]; // U left samples in ihevc_intra_pred_chroma_ref_substitution_a9q()
170 pu1_dst[(4 * nt) - 1 - i] = pu1_left[(j * src_strd) + 1]; // V left samples in ihevc_intra_pred_chroma_ref_substitution_a9q()
[all …]
Dihevc_intra_pred_chroma_planar.s81 @ word32 nt,
91 @ nt
113 ldr r4,[sp,#40] @loads nt
122 vdup.8 d2, r4 @nt
123 vdup.s16 q8, r4 @nt
125 sub r6, r4, #1 @nt-1
126 add r6, r0,r6,lsl #1 @2*(nt-1)
128 vdup.s16 d0, r7 @src[nt-1]
130 add r6, r4, r4,lsl #1 @3nt
131 add r6, r6, #1 @3nt + 1
[all …]
Dihevc_intra_pred_filters_neon_intr.c121 WORD32 nt, in ihevc_intra_pred_luma_ref_substitution_neonintr() argument
128 WORD32 total_samples = (4 * nt) + 1; in ihevc_intra_pred_luma_ref_substitution_neonintr()
129 WORD32 two_nt = 2 * nt; in ihevc_intra_pred_luma_ref_substitution_neonintr()
130 WORD32 three_nt = 3 * nt; in ihevc_intra_pred_luma_ref_substitution_neonintr()
171 if(nt <= 8) in ihevc_intra_pred_luma_ref_substitution_neonintr()
194 idx = nt * next; in ihevc_intra_pred_luma_ref_substitution_neonintr()
202 idx = (nt * (next - 1)) + 1; in ihevc_intra_pred_luma_ref_substitution_neonintr()
216 pu1_dst_const_nt += nt; in ihevc_intra_pred_luma_ref_substitution_neonintr()
218 if(0 == (nt & 7)) in ihevc_intra_pred_luma_ref_substitution_neonintr()
220 dup_pu1_dst1 = vdup_n_u8(pu1_dst[nt - 1]); in ihevc_intra_pred_luma_ref_substitution_neonintr()
[all …]
Dihevc_intra_pred_luma_dc.s81 @ word32 nt,
91 @ nt
109 ldr r4,[sp,#40] @loads nt
122 add r6, r0, r4 @&src[nt]
124 add r7, r0, r4, lsl #1 @&src[2nt]
126 add r8, r7, #1 @&src[2nt+1]
134 sub r9, r7, #1 @&src[2nt-1]
137 mov r7, r8 @r7 also stores 2nt+1
140 add r14, r14, r12 @src[2nt+1] + src[2nt-1]
141 add r14, r14, r11 @src[2nt+1] + src[2nt-1] + 2
[all …]
Dihevc_intra_pred_luma_planar.s81 @ word32 nt,
91 @ nt
118 ldr r4,[sp,#40] @loads nt
127 vdup.8 d2, r4 @nt
128 vdup.s16 q8, r4 @nt
130 sub r6, r4, #1 @nt-1
133 vdup.s8 d0, r7 @src[nt-1]
135 add r6, r4, r4,lsl #1 @3nt
136 add r6, r6, #1 @3nt + 1
139 vdup.s8 d1, r7 @src[3nt+1]
[all …]
Dihevc_intra_pred_luma_vert.s78 @ word32 nt,
88 @ nt
105 ldr r4,[sp,#40] @loads nt
107 lsl r5, r4, #1 @2nt
113 add r5, r5, #1 @2nt+1
114 add r6, r0, r5 @&src[2nt+1]
176 add r6, r0, r5 @&src[2nt]
178 ldrb r11, [r6], #1 @src[2nt]
180 vdup.8 q11, r11 @src[2nt]
181 ldrb r12, [r6] @src[2nt+1]
[all …]
Dihevc_intra_pred_chroma_dc.s81 @ word32 nt,
91 @ nt
109 ldr r4,[sp,#40] @loads nt
115 add r6, r0, r4,lsl #1 @&src[2nt]
118 add r7, r0, r4, lsl #2 @&src[4nt]
120 add r8, r7, #2 @&src[4nt+2]
123 beq dc_4 @nt=4 loop
127 vld2.s8 {d30,d31}, [r6]! @load from src[nt]
128 lsl r10,r4,#1 @2nt
133 vld2.s8 {d26,d27}, [r8]! @load from src[2nt+1]
[all …]
Dihevc_intra_pred_chroma_ver.s78 @ word32 nt,
87 @ nt
104 ldr r4,[sp,#40] @loads nt
105 lsl r5, r4, #2 @4nt
113 add r5, r5, #2 @2nt+2
114 add r6, r0, r5 @&src[2nt+1]
182 add r5, r5, #2 @2nt+2
183 add r6, r0, r5 @&src[2nt+1]
209 @lsl r5, r4, #2 @4nt
210 add r5, r5, #2 @2nt+2
[all …]
/external/llvm/test/MC/Hexagon/
Dv60-vmem.s10 #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 …]
/external/libhevc/common/x86/
Dihevc_chroma_intra_pred_filters_sse42_intr.c126 WORD32 nt, in ihevc_intra_pred_chroma_planar_sse42() argument
139 switch(nt) in ihevc_intra_pred_chroma_planar_sse42()
153 two_nt = 2 * nt; in ihevc_intra_pred_chroma_planar_sse42()
154 three_nt = 3 * nt; in ihevc_intra_pred_chroma_planar_sse42()
169 …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()
170 …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()
172 const_temp4_4x32b = _mm_set1_epi16(nt - 1); in ihevc_intra_pred_chroma_planar_sse42()
173 const_temp6_4x32b = _mm_set1_epi16(nt); in ihevc_intra_pred_chroma_planar_sse42()
178 if(nt % 4 == 0) in ihevc_intra_pred_chroma_planar_sse42()
182 for(row = 0; row < nt; row++) in ihevc_intra_pred_chroma_planar_sse42()
[all …]
Dihevc_chroma_intra_pred_filters_ssse3_intr.c145 WORD32 nt, in ihevc_intra_pred_chroma_planar_ssse3() argument
157 switch(nt) in ihevc_intra_pred_chroma_planar_ssse3()
171 two_nt = 2 * nt; in ihevc_intra_pred_chroma_planar_ssse3()
172 three_nt = 3 * nt; in ihevc_intra_pred_chroma_planar_ssse3()
187 …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()
188 …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()
190 const_temp4_4x32b = _mm_set1_epi16(nt - 1); in ihevc_intra_pred_chroma_planar_ssse3()
191 const_temp6_4x32b = _mm_set1_epi16(nt); in ihevc_intra_pred_chroma_planar_ssse3()
197 if(nt % 4 == 0) in ihevc_intra_pred_chroma_planar_ssse3()
201 for(row = 0; row < nt; row++) in ihevc_intra_pred_chroma_planar_ssse3()
[all …]
Dihevc_intra_pred_filters_ssse3_intr.c137 WORD32 nt, in ihevc_intra_pred_luma_ref_substitution_ssse3() argument
144 WORD32 total_samples = (4 * nt) + 1; in ihevc_intra_pred_luma_ref_substitution_ssse3()
145 WORD32 two_nt = 2 * nt; in ihevc_intra_pred_luma_ref_substitution_ssse3()
147 WORD32 three_nt = 3 * nt; in ihevc_intra_pred_luma_ref_substitution_ssse3()
180 if(nt <= 8) in ihevc_intra_pred_luma_ref_substitution_ssse3()
203 idx = nt * next; in ihevc_intra_pred_luma_ref_substitution_ssse3()
211 idx = (nt * (next - 1)) + 1; in ihevc_intra_pred_luma_ref_substitution_ssse3()
222 for(i = 0; i < nt; i++) in ihevc_intra_pred_luma_ref_substitution_ssse3()
223 pu1_dst[nt + i] = pu1_dst[nt - 1]; in ihevc_intra_pred_luma_ref_substitution_ssse3()
231 for(i = 0; i < nt; i++) in ihevc_intra_pred_luma_ref_substitution_ssse3()
[all …]
Dihevc_intra_pred_filters_sse42_intr.c122 WORD32 nt, in ihevc_intra_pred_ref_filtering_sse42() argument
129 WORD32 four_nt = 4 * nt; in ihevc_intra_pred_ref_filtering_sse42()
142 filter_flag = gau1_intra_pred_ref_filter[mode] & (1 << (CTZ(nt) - 2)); in ihevc_intra_pred_ref_filtering_sse42()
151 if(nt == 4) in ihevc_intra_pred_ref_filtering_sse42()
159 else if(nt == 8) in ihevc_intra_pred_ref_filtering_sse42()
171 else if(nt == 16) in ihevc_intra_pred_ref_filtering_sse42()
186 else if(nt == 32) in ihevc_intra_pred_ref_filtering_sse42()
218 if((1 == strong_intra_smoothing_enable_flag) && (32 == nt)) in ihevc_intra_pred_ref_filtering_sse42()
221 abs_cond_top_flag = (abs(pu1_src[2 * nt] + pu1_src[4 * nt] in ihevc_intra_pred_ref_filtering_sse42()
222 - (2 * pu1_src[3 * nt]))) < dc_val; in ihevc_intra_pred_ref_filtering_sse42()
[all …]
/external/libxml2/result/
Dbadcomment.xml.rdr5 1 8 #comment 0 1 >Char</nt>* ']]&gt;' <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>*))
Dbadcomment.xml.rde5 1 8 #comment 0 1 >Char</nt>* ']]&gt;' <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>*))
Dbadcomment.xml.sax7 SAX.comment(>Char</nt>* ']]&gt;' <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>*))
Dbadcomment.xml.sax27 SAX.comment(>Char</nt>* ']]&gt;' <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/test/MC/Disassembler/Hexagon/
Dj.txt14 # 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 …]
Dnv_j.txt7 # CHECK-NEXT: if (cmp.eq(r17.new, r21)) jump:nt
13 # CHECK-NEXT: if (!cmp.eq(r17.new, r21)) jump:nt
19 # CHECK-NEXT: if (cmp.gt(r17.new, r21)) jump:nt
25 # CHECK-NEXT: if (!cmp.gt(r17.new, r21)) jump:nt
31 # CHECK-NEXT: if (cmp.gtu(r17.new, r21)) jump:nt
37 # CHECK-NEXT: if (!cmp.gtu(r17.new, r21)) jump:nt
43 # CHECK-NEXT: if (cmp.gt(r21, r17.new)) jump:nt
49 # CHECK-NEXT: if (!cmp.gt(r21, r17.new)) jump:nt
55 # CHECK-NEXT: if (cmp.gtu(r21, r17.new)) jump:nt
61 # CHECK-NEXT: if (!cmp.gtu(r21, r17.new)) jump:nt
[all …]
/external/v8/test/mjsunit/
Dobject-toprimitive.js59 var nt = Number(ot); variable
60 assertEquals(42, nt);
70 var nt = Number(ot);
71 assertEquals(Number("foo"), nt);
102 var nt = Number(ot);
103 assertEquals(87, nt);
/external/icu/icu4c/source/data/locales/
Dnnh.txt94 "mbɔ́ɔntè mvfò lyɛ̌ʼ",
96 "mbɔ́ɔntè tsetsɛ̀ɛ lyɛ̌ʼ",
103 "mbɔ́ɔntè mvfò lyɛ̌ʼ",
105 "mbɔ́ɔntè tsetsɛ̀ɛ lyɛ̌ʼ",
112 "mbɔ́ɔntè mvfò lyɛ̌ʼ",
114 "mbɔ́ɔntè tsetsɛ̀ɛ lyɛ̌ʼ",
123 "mbɔ́ɔntè mvfò lyɛ̌ʼ",
125 "mbɔ́ɔntè tsetsɛ̀ɛ lyɛ̌ʼ",
132 "mbɔ́ɔntè mvfò lyɛ̌ʼ",
134 "mbɔ́ɔntè tsetsɛ̀ɛ lyɛ̌ʼ",
[all …]

12345678910