Home
last modified time | relevance | path

Searched refs:n8 (Results 1 – 25 of 35) sorted by relevance

12

/third_party/ffmpeg/libavcodec/
Dmdct_template.c107 int k, n8, n4, n2, n, j; in ff_imdct_half_c() local
117 n8 = n >> 3; in ff_imdct_half_c()
131 for(k = 0; k < n8; k++) { in ff_imdct_half_c()
133 CMUL(r0, i1, z[n8-k-1].im, z[n8-k-1].re, tsin[n8-k-1], tcos[n8-k-1]); in ff_imdct_half_c()
134 CMUL(r1, i0, z[n8+k ].im, z[n8+k ].re, tsin[n8+k ], tcos[n8+k ]); in ff_imdct_half_c()
135 z[n8-k-1].re = r0; in ff_imdct_half_c()
136 z[n8-k-1].im = i0; in ff_imdct_half_c()
137 z[n8+k ].re = r1; in ff_imdct_half_c()
138 z[n8+k ].im = i1; in ff_imdct_half_c()
169 int i, j, n, n8, n4, n2, n3; in ff_mdct_calc_c() local
[all …]
/third_party/ffmpeg/libavcodec/mips/
Dfft_mips.c326 int k, n8, n4, n2, n, j; in ff_imdct_half_mips() local
342 n8 = n >> 3; in ff_imdct_half_mips()
405 for(k = 0; k < n8; k += 2) { in ff_imdct_half_mips()
406 tcos1 = &tcos[n8 - k - 2]; in ff_imdct_half_mips()
407 tsin1 = &tsin[n8 - k - 2]; in ff_imdct_half_mips()
408 tcos2 = &tcos[n8 + k]; in ff_imdct_half_mips()
409 tsin2 = &tsin[n8 + k]; in ff_imdct_half_mips()
410 z1 = &z[n8 - k - 2]; in ff_imdct_half_mips()
411 z2 = &z[n8 + k ]; in ff_imdct_half_mips()
/third_party/freetype/src/sfnt/
Dpngshim.c104 v82 n8 = { 8, 8, 8, 8, 8, 8, 8, 8 }; in premultiply_data() local
113 s1 = s >> n8; /* G A G A G A G A */ in premultiply_data()
123 s0 = ( s0 + ( s0 >> n8 ) ) >> n8; in premultiply_data()
124 s1 = ( s1 + ( s1 >> n8 ) ) >> n8; in premultiply_data()
126 s = s0 | ( s1 << n8 ); in premultiply_data()
/third_party/flutter/skia/third_party/externals/freetype/src/sfnt/
Dpngshim.c99 v82 n8 = { 8, 8, 8, 8, 8, 8, 8, 8 }; in premultiply_data() local
108 s1 = s >> n8; /* G A G A G A G A */ in premultiply_data()
118 s0 = ( s0 + ( s0 >> n8 ) ) >> n8; in premultiply_data()
119 s1 = ( s1 + ( s1 >> n8 ) ) >> n8; in premultiply_data()
121 s = s0 | ( s1 << n8 ); in premultiply_data()
/third_party/skia/third_party/externals/freetype/src/sfnt/
Dpngshim.c104 v82 n8 = { 8, 8, 8, 8, 8, 8, 8, 8 }; in premultiply_data() local
113 s1 = s >> n8; /* G A G A G A G A */ in premultiply_data()
123 s0 = ( s0 + ( s0 >> n8 ) ) >> n8; in premultiply_data()
124 s1 = ( s1 + ( s1 >> n8 ) ) >> n8; in premultiply_data()
126 s = s0 | ( s1 << n8 ); in premultiply_data()
/third_party/ffmpeg/libavcodec/arm/
Dmdct_vfp.S122 .set trig_lo_head, n8 - k - 2
123 .set trig_hi_head, n8 + k
126 .set trig_lo_tail, n8 - (k - 2) - 2
127 .set trig_hi_tail, n8 + (k - 2)
243 .set n8, n/8 define
256 .rept n8/2
268 .rept n8/2 - 1
Dmdct_neon.S78 lsr lr, r12, #3 @ n8 = n >> 3
257 lsr lr, r12, #3 @ n8 = n >> 3
/third_party/ffmpeg/libavcodec/ppc/
Dfft_init.c51 int n8 = n >> 3; in imdct_half_altivec() local
55 const vec_f *tcos = (const vec_f*)(s->tcos+n8); in imdct_half_altivec()
56 const vec_f *tsin = (const vec_f*)(s->tsin+n8); in imdct_half_altivec()
/third_party/boost/libs/graph/test/
Dcycle_ratio_s382.90.dot7 n94 -> n8 [w1=1];
8 n95 -> n8 [w1=1];
9 n93 -> n8 [w1=1];
128 n8 -> n60 [w1=1];
/third_party/boost/libs/graph/doc/
Dwrite_graphml.rst168 <node id="n8">
219 <edge id="e10" source="n5" target="n8">
225 <edge id="e12" source="n7" target="n8">
228 <edge id="e13" source="n8" target="n13">
/third_party/typescript/tests/baselines/reference/
DlogicalAndOperatorStrictMode.js72 const n8 = n && z; constant
147 var n8 = n && z; variable
DlogicalAndOperatorStrictMode.types369 const n8 = n && z;
370 >n8 : null
DlogicalAndOperatorStrictMode.symbols306 const n8 = n && z;
307 >n8 : Symbol(n8, Decl(logicalAndOperatorStrictMode.ts, 70, 5))
DlogicalAndOperatorStrictMode.errors.txt98 const n8 = n && z;
/third_party/glslang/Test/
Ddecls.frag12 int n8[8], p;
/third_party/ffmpeg/libavcodec/x86/
Dfft.asm804 %macro PREROTATER 5 ;-2*k, 2*k, input+n4, tcos+n8, tsin+n8
805 %if mmsize == 8 ; j*2+2-n4, n4-2-j*2, input+n4, tcos+n8, tsin+n8
881 %macro POSROTATESHUF 5 ;j, k, z+n8, tcos+n8, tsin+n8
1009 mov r6, [esp] ; rrevtab = ptr+n8
/third_party/typescript/tests/cases/conformance/expressions/binaryOperators/logicalAndOperator/
DlogicalAndOperatorStrictMode.ts73 const n8 = n && z; constant
/third_party/pcre2/pcre2/src/
Dpcre2_compile.c4919 unsigned int n8 = 0; in add_to_class_internal() local
4941 if (rc > 0) n8 += add_list_to_class_internal(classbits, uchardptr, options, cb, in add_to_class_internal()
4958 else n8 += add_to_class_internal(classbits, uchardptr, options, cb, oc, od); in add_to_class_internal()
4969 n8++; in add_to_class_internal()
4980 if (start > cb->class_range_start && end < cb->class_range_end) return n8; in add_to_class_internal()
4988 n8++; in add_to_class_internal()
5040 return n8; /* Number of 8-bit characters */ in add_to_class_internal()
5072 unsigned int n8 = 0; in add_list_to_class_internal() local
5079 n8 += add_to_class_internal(classbits, uchardptr, options, cb, p[0], p[n]); in add_list_to_class_internal()
5083 return n8; in add_list_to_class_internal()
[all …]
/third_party/ffmpeg/tests/checkasm/x86/
Dcheckasm.asm45 n8: dq 0x75b6ba21077c48ad define
/third_party/ltp/testcases/kernel/mce-test/kvm/
DREADME126 kernel /boot/vmlinuz-2.6.32kvm ro root=/dev/sda1 console=tty0 console=ttyS0,115200n8
/third_party/glslang/Test/baseResults/
Ddecls.frag.out197 0:? 'n8' ( global 8-element array of int)
442 0:? 'n8' ( global 8-element array of int)
/third_party/libpsl/fuzz/libpsl_icu_load_fuzzer.in/
D8a7038d949648bccd88c9cca392875c8562a62962047 ظ!--n8-.xZ--p.�o;-dada.ظ.1
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DREADME-SSE.txt780 …i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64-S128"
/third_party/libjpeg-turbo/testimages/
Dtestorig.ppm4n8,x:-;.�;.�<4�<5�>3�@3�A2�B1�A2�A1�>1�@4�B7�B9�A7�>5�>3�?2�?-�?-�>,�=+�;,�<-�<-�<-�;.�;.�<.�;-�;…
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/testimages/
Dtestorig.ppm4n8,x:-;.�;.�<4�<5�>3�@3�A2�B1�A2�A1�>1�@4�B7�B9�A7�>5�>3�?2�?-�?-�>,�=+�;,�<-�<-�<-�;.�;.�<.�;-�;…

12