HomeSort by relevance Sort by last modified time
    Searched refs:quantptr (Results 1 - 21 of 21) sorted by null

  /external/libjpeg-turbo/
jidctred.c 128 ISLOW_MULT_TYPE *quantptr; local
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])
285 ISLOW_MULT_TYPE *quantptr; local
395 ISLOW_MULT_TYPE *quantptr; local
402 quantptr = (ISLOW_MULT_TYPE *)compptr->dct_table; local
    [all...]
jidctflt.c 80 FLOAT_MULT_TYPE *quantptr; local
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...]
jidctfst.c 179 IFAST_MULT_TYPE *quantptr; local
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...]
jidctint.c 181 ISLOW_MULT_TYPE *quantptr; local
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])
434 ISLOW_MULT_TYPE *quantptr; local
583 ISLOW_MULT_TYPE *quantptr; local
704 ISLOW_MULT_TYPE *quantptr; local
818 ISLOW_MULT_TYPE *quantptr; local
909 ISLOW_MULT_TYPE *quantptr; local
1081 ISLOW_MULT_TYPE *quantptr; local
1276 ISLOW_MULT_TYPE *quantptr; local
1470 ISLOW_MULT_TYPE *quantptr; local
1686 ISLOW_MULT_TYPE *quantptr; local
1914 ISLOW_MULT_TYPE *quantptr; local
2140 ISLOW_MULT_TYPE *quantptr; local
2382 ISLOW_MULT_TYPE *quantptr; local
    [all...]
  /external/libjpeg-turbo/simd/loongson/
jidctint-mmi.c 294 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; local
    [all...]
  /external/libjpeg-turbo/simd/mips/
jsimd.c 1058 IFAST_MULT_TYPE *quantptr; local
1064 quantptr = (IFAST_MULT_TYPE *)compptr->dct_table;
1066 jsimd_idct_ifast_cols_dspr2(inptr, quantptr, workspace,
  /external/libjpeg-turbo/simd/i386/
jidctred-mmx.asm 140 mov edx, POINTER [dct_table(eax)] ; quantptr
328 add edx, byte 4*SIZEOF_ISLOW_MULT_TYPE ; quantptr
521 mov edx, POINTER [dct_table(ebp)] ; quantptr
jidctflt-3dn.asm 88 mov edx, POINTER [dct_table(eax)] ; quantptr
279 add edx, byte 2*SIZEOF_FLOAT_MULT_TYPE ; quantptr
jidctfst-mmx.asm 119 mov edx, POINTER [dct_table(eax)] ; quantptr
319 add edx, byte 4*SIZEOF_IFAST_MULT_TYPE ; quantptr
jidctflt-sse.asm 98 mov edx, POINTER [dct_table(eax)] ; quantptr
358 add edx, byte 4*SIZEOF_FLOAT_MULT_TYPE ; quantptr
jidctflt-sse2.asm 98 mov edx, POINTER [dct_table(eax)] ; quantptr
320 add edx, byte 4*SIZEOF_FLOAT_MULT_TYPE ; quantptr
jidctred-sse2.asm 138 mov edx, POINTER [dct_table(eax)] ; quantptr
442 mov edx, POINTER [dct_table(ebp)] ; quantptr
jidctfst-sse2.asm 117 mov edx, POINTER [dct_table(eax)] ; quantptr
jidctint-avx2.asm 319 mov edx, POINTER [dct_table(eax)] ; quantptr
jidctint-mmx.asm 132 mov edx, POINTER [dct_table(eax)] ; quantptr
506 add edx, byte 4*SIZEOF_ISLOW_MULT_TYPE ; quantptr
    [all...]
jidctint-sse2.asm 130 mov edx, POINTER [dct_table(eax)] ; quantptr
    [all...]
  /external/libjpeg-turbo/simd/x86_64/
jidctflt-sse2.asm 92 mov rdx, r10 ; quantptr
312 add rdx, byte 4*SIZEOF_FLOAT_MULT_TYPE ; quantptr
jidctred-sse2.asm 131 mov rdx, r10 ; quantptr
426 mov rdx, r10 ; quantptr
jidctfst-sse2.asm 110 mov rdx, r10 ; quantptr
jidctint-sse2.asm 123 mov rdx, r10 ; quantptr
    [all...]
  /external/libjpeg-turbo/simd/
jsimd.h     [all...]

Completed in 340 milliseconds