Home
last modified time | relevance | path

Searched refs:quantptr (Results 1 – 10 of 10) sorted by relevance

/external/libjpeg-turbo/
Djidctred.c128 ISLOW_MULT_TYPE *quantptr; variable
139 quantptr = (ISLOW_MULT_TYPE *)compptr->dct_table;
141 for (ctr = DCTSIZE; ctr > 0; inptr++, quantptr++, wsptr++, ctr--) {
150 quantptr[DCTSIZE * 0]), PASS1_BITS);
162 tmp0 = DEQUANTIZE(inptr[DCTSIZE * 0], quantptr[DCTSIZE * 0]);
165 z2 = DEQUANTIZE(inptr[DCTSIZE * 2], quantptr[DCTSIZE * 2]);
166 z3 = DEQUANTIZE(inptr[DCTSIZE * 6], quantptr[DCTSIZE * 6]);
175 z1 = DEQUANTIZE(inptr[DCTSIZE * 7], quantptr[DCTSIZE * 7]);
176 z2 = DEQUANTIZE(inptr[DCTSIZE * 5], quantptr[DCTSIZE * 5]);
177 z3 = DEQUANTIZE(inptr[DCTSIZE * 3], quantptr[DCTSIZE * 3]);
[all …]
Djidctint.c181 ISLOW_MULT_TYPE *quantptr; variable
194 quantptr = (ISLOW_MULT_TYPE *)compptr->dct_table;
212 quantptr[DCTSIZE * 0]), PASS1_BITS);
224 quantptr++;
232 z2 = DEQUANTIZE(inptr[DCTSIZE * 2], quantptr[DCTSIZE * 2]);
233 z3 = DEQUANTIZE(inptr[DCTSIZE * 6], quantptr[DCTSIZE * 6]);
239 z2 = DEQUANTIZE(inptr[DCTSIZE * 0], quantptr[DCTSIZE * 0]);
240 z3 = DEQUANTIZE(inptr[DCTSIZE * 4], quantptr[DCTSIZE * 4]);
254 tmp0 = DEQUANTIZE(inptr[DCTSIZE * 7], quantptr[DCTSIZE * 7]);
255 tmp1 = DEQUANTIZE(inptr[DCTSIZE * 5], quantptr[DCTSIZE * 5]);
[all …]
Djidctflt.c80 FLOAT_MULT_TYPE *quantptr; variable
91 quantptr = (FLOAT_MULT_TYPE *)compptr->dct_table;
109 quantptr[DCTSIZE * 0] * _0_125);
121 quantptr++;
128 tmp0 = DEQUANTIZE(inptr[DCTSIZE * 0], quantptr[DCTSIZE * 0] * _0_125);
129 tmp1 = DEQUANTIZE(inptr[DCTSIZE * 2], quantptr[DCTSIZE * 2] * _0_125);
130 tmp2 = DEQUANTIZE(inptr[DCTSIZE * 4], quantptr[DCTSIZE * 4] * _0_125);
131 tmp3 = DEQUANTIZE(inptr[DCTSIZE * 6], quantptr[DCTSIZE * 6] * _0_125);
146 tmp4 = DEQUANTIZE(inptr[DCTSIZE * 1], quantptr[DCTSIZE * 1] * _0_125);
147 tmp5 = DEQUANTIZE(inptr[DCTSIZE * 3], quantptr[DCTSIZE * 3] * _0_125);
[all …]
Djidctfst.c179 IFAST_MULT_TYPE *quantptr; variable
191 quantptr = (IFAST_MULT_TYPE *)compptr->dct_table;
208 int dcval = (int)DEQUANTIZE(inptr[DCTSIZE * 0], quantptr[DCTSIZE * 0]);
220 quantptr++;
227 tmp0 = DEQUANTIZE(inptr[DCTSIZE * 0], quantptr[DCTSIZE * 0]);
228 tmp1 = DEQUANTIZE(inptr[DCTSIZE * 2], quantptr[DCTSIZE * 2]);
229 tmp2 = DEQUANTIZE(inptr[DCTSIZE * 4], quantptr[DCTSIZE * 4]);
230 tmp3 = DEQUANTIZE(inptr[DCTSIZE * 6], quantptr[DCTSIZE * 6]);
245 tmp4 = DEQUANTIZE(inptr[DCTSIZE * 1], quantptr[DCTSIZE * 1]);
246 tmp5 = DEQUANTIZE(inptr[DCTSIZE * 3], quantptr[DCTSIZE * 3]);
[all …]
/external/libjpeg-turbo/simd/loongson/
Djidctint-mmi.c294 quant0l = _mm_load_si64((__m64 *)&quantptr[DCTSIZE * 0]); \
337 quant0l = _mm_load_si64((__m64 *)&quantptr[DCTSIZE * 0]); \
338 quant2l = _mm_load_si64((__m64 *)&quantptr[DCTSIZE * 2]); \
339 quant4l = _mm_load_si64((__m64 *)&quantptr[DCTSIZE * 4]); \
340 quant6l = _mm_load_si64((__m64 *)&quantptr[DCTSIZE * 6]); \
384 quant1l = _mm_load_si64((__m64 *)&quantptr[DCTSIZE * 1]); \
385 quant3l = _mm_load_si64((__m64 *)&quantptr[DCTSIZE * 3]); \
386 quant5l = _mm_load_si64((__m64 *)&quantptr[DCTSIZE * 5]); \
387 quant7l = _mm_load_si64((__m64 *)&quantptr[DCTSIZE * 7]); \
546 ISLOW_MULT_TYPE *quantptr; in jsimd_idct_islow_mmi() local
[all …]
/external/libjpeg-turbo/simd/mips/
Djsimd.c1058 IFAST_MULT_TYPE *quantptr; in jsimd_idct_ifast() local
1064 quantptr = (IFAST_MULT_TYPE *)compptr->dct_table; in jsimd_idct_ifast()
1066 jsimd_idct_ifast_cols_dspr2(inptr, quantptr, workspace, in jsimd_idct_ifast()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Thumb2/
D2009-07-30-PEICrash.ll55 %quantptr.118 = bitcast i8* %scevgep76 to float* ; <float*> [#uses=1]
62 %5 = load float, float* %quantptr.118, align 4 ; <float> [#uses=1]
/external/swiftshader/third_party/LLVM/test/CodeGen/Thumb2/
D2009-07-30-PEICrash.ll55 %quantptr.118 = bitcast i8* %scevgep76 to float* ; <float*> [#uses=1]
62 %5 = load float* %quantptr.118, align 4 ; <float> [#uses=1]
/external/llvm/test/CodeGen/Thumb2/
D2009-07-30-PEICrash.ll55 %quantptr.118 = bitcast i8* %scevgep76 to float* ; <float*> [#uses=1]
62 %5 = load float, float* %quantptr.118, align 4 ; <float> [#uses=1]
/external/libjpeg-turbo/simd/
Djsimd.h1037 (JCOEF *inptr, IFAST_MULT_TYPE *quantptr, DCTELEM *wsptr,