Searched refs:dcval (Results 1 - 14 of 14) sorted by relevance

/external/libjpeg-turbo/
H A Djidctred.c148 int dcval = LEFT_SHIFT(DEQUANTIZE(inptr[DCTSIZE*0], quantptr[DCTSIZE*0]), local
151 wsptr[DCTSIZE*0] = dcval;
152 wsptr[DCTSIZE*1] = dcval;
153 wsptr[DCTSIZE*2] = dcval;
154 wsptr[DCTSIZE*3] = dcval;
208 JSAMPLE dcval = range_limit[(int) DESCALE((INT32) wsptr[0], PASS1_BITS+3) local
211 outptr[0] = dcval;
212 outptr[1] = dcval;
213 outptr[2] = dcval;
214 outptr[3] = dcval;
300 int dcval = LEFT_SHIFT(DEQUANTIZE(inptr[DCTSIZE*0], quantptr[DCTSIZE*0]), local
341 JSAMPLE dcval = range_limit[(int) DESCALE((INT32) wsptr[0], PASS1_BITS+3) local
387 int dcval; local
[all...]
H A Djidctfst.c205 int dcval = (int) DEQUANTIZE(inptr[DCTSIZE*0], quantptr[DCTSIZE*0]); local
207 wsptr[DCTSIZE*0] = dcval;
208 wsptr[DCTSIZE*1] = dcval;
209 wsptr[DCTSIZE*2] = dcval;
210 wsptr[DCTSIZE*3] = dcval;
211 wsptr[DCTSIZE*4] = dcval;
212 wsptr[DCTSIZE*5] = dcval;
213 wsptr[DCTSIZE*6] = dcval;
214 wsptr[DCTSIZE*7] = dcval;
296 JSAMPLE dcval local
[all...]
H A Djidctflt.c107 FAST_FLOAT dcval = DEQUANTIZE(inptr[DCTSIZE*0], local
110 wsptr[DCTSIZE*0] = dcval;
111 wsptr[DCTSIZE*1] = dcval;
112 wsptr[DCTSIZE*2] = dcval;
113 wsptr[DCTSIZE*3] = dcval;
114 wsptr[DCTSIZE*4] = dcval;
115 wsptr[DCTSIZE*5] = dcval;
116 wsptr[DCTSIZE*6] = dcval;
117 wsptr[DCTSIZE*7] = dcval;
H A Djidctint.c210 int dcval = LEFT_SHIFT(DEQUANTIZE(inptr[DCTSIZE*0], quantptr[DCTSIZE*0]), local
213 wsptr[DCTSIZE*0] = dcval;
214 wsptr[DCTSIZE*1] = dcval;
215 wsptr[DCTSIZE*2] = dcval;
216 wsptr[DCTSIZE*3] = dcval;
217 wsptr[DCTSIZE*4] = dcval;
218 wsptr[DCTSIZE*5] = dcval;
219 wsptr[DCTSIZE*6] = dcval;
220 wsptr[DCTSIZE*7] = dcval;
316 JSAMPLE dcval local
[all...]
/external/pdfium/third_party/libjpeg/
H A Dfpdfapi_jidctred.c146 int dcval = DEQUANTIZE(inptr[DCTSIZE*0], quantptr[DCTSIZE*0]) << PASS1_BITS; local
148 wsptr[DCTSIZE*0] = dcval;
149 wsptr[DCTSIZE*1] = dcval;
150 wsptr[DCTSIZE*2] = dcval;
151 wsptr[DCTSIZE*3] = dcval;
205 JSAMPLE dcval = range_limit[(int) DESCALE((INT32) wsptr[0], PASS1_BITS+3) local
208 outptr[0] = dcval;
209 outptr[1] = dcval;
210 outptr[2] = dcval;
211 outptr[3] = dcval;
297 int dcval = DEQUANTIZE(inptr[DCTSIZE*0], quantptr[DCTSIZE*0]) << PASS1_BITS; local
337 JSAMPLE dcval = range_limit[(int) DESCALE((INT32) wsptr[0], PASS1_BITS+3) local
383 int dcval; local
[all...]
H A Dfpdfapi_jidctfst.c205 int dcval = (int) DEQUANTIZE(inptr[DCTSIZE*0], quantptr[DCTSIZE*0]); local
207 wsptr[DCTSIZE*0] = dcval;
208 wsptr[DCTSIZE*1] = dcval;
209 wsptr[DCTSIZE*2] = dcval;
210 wsptr[DCTSIZE*3] = dcval;
211 wsptr[DCTSIZE*4] = dcval;
212 wsptr[DCTSIZE*5] = dcval;
213 wsptr[DCTSIZE*6] = dcval;
214 wsptr[DCTSIZE*7] = dcval;
296 JSAMPLE dcval local
[all...]
H A Dfpdfapi_jidctint.c186 int dcval = DEQUANTIZE(inptr[DCTSIZE*0], quantptr[DCTSIZE*0]) << PASS1_BITS; local
188 wsptr[DCTSIZE*0] = dcval;
189 wsptr[DCTSIZE*1] = dcval;
190 wsptr[DCTSIZE*2] = dcval;
191 wsptr[DCTSIZE*3] = dcval;
192 wsptr[DCTSIZE*4] = dcval;
193 wsptr[DCTSIZE*5] = dcval;
194 wsptr[DCTSIZE*6] = dcval;
195 wsptr[DCTSIZE*7] = dcval;
291 JSAMPLE dcval local
[all...]
/external/opencv3/3rdparty/libjpeg/
H A Djidctfst.c205 int dcval = (int) DEQUANTIZE(inptr[DCTSIZE*0], quantptr[DCTSIZE*0]); local
207 wsptr[DCTSIZE*0] = dcval;
208 wsptr[DCTSIZE*1] = dcval;
209 wsptr[DCTSIZE*2] = dcval;
210 wsptr[DCTSIZE*3] = dcval;
211 wsptr[DCTSIZE*4] = dcval;
212 wsptr[DCTSIZE*5] = dcval;
213 wsptr[DCTSIZE*6] = dcval;
214 wsptr[DCTSIZE*7] = dcval;
296 JSAMPLE dcval local
[all...]
H A Djidctflt.c104 FAST_FLOAT dcval = DEQUANTIZE(inptr[DCTSIZE*0], quantptr[DCTSIZE*0]); local
106 wsptr[DCTSIZE*0] = dcval;
107 wsptr[DCTSIZE*1] = dcval;
108 wsptr[DCTSIZE*2] = dcval;
109 wsptr[DCTSIZE*3] = dcval;
110 wsptr[DCTSIZE*4] = dcval;
111 wsptr[DCTSIZE*5] = dcval;
112 wsptr[DCTSIZE*6] = dcval;
113 wsptr[DCTSIZE*7] = dcval;
H A Djidctint.c209 int dcval = DEQUANTIZE(inptr[DCTSIZE*0], quantptr[DCTSIZE*0]) << PASS1_BITS; local
211 wsptr[DCTSIZE*0] = dcval;
212 wsptr[DCTSIZE*1] = dcval;
213 wsptr[DCTSIZE*2] = dcval;
214 wsptr[DCTSIZE*3] = dcval;
215 wsptr[DCTSIZE*4] = dcval;
216 wsptr[DCTSIZE*5] = dcval;
217 wsptr[DCTSIZE*6] = dcval;
218 wsptr[DCTSIZE*7] = dcval;
316 JSAMPLE dcval local
1066 int dcval; local
2860 int dcval = DEQUANTIZE(inptr[DCTSIZE*0], quantptr[DCTSIZE*0]) << PASS1_BITS; local
4775 int dcval = DEQUANTIZE(inptr[DCTSIZE*0], quantptr[DCTSIZE*0]) << PASS1_BITS; local
[all...]
/external/libavc/encoder/x86/
H A Dih264e_intra_modes_eval_ssse3.c150 WORD32 cnt, dcval; local
291 dcval = 0;
296 dcval += 8;
299 dcval += _mm_extract_epi16(sad1_8x16b, 0);
300 dcval += _mm_extract_epi16(sad1_8x16b, 4);
305 dcval += 8;
308 dcval += _mm_extract_epi16(sad1_8x16b, 0);
309 dcval += _mm_extract_epi16(sad1_8x16b, 4);
311 dcval = dcval >> (
551 WORD32 shft = 1, dcval = 0; local
[all...]
/external/libgdx/gdx/jni/gdx2d/
H A Djpgd.cpp139 const int dcval = (pSrc[0] << PASS1_BITS); local
141 pTemp[0] = dcval;
142 pTemp[1] = dcval;
143 pTemp[2] = dcval;
144 pTemp[3] = dcval;
145 pTemp[4] = dcval;
146 pTemp[5] = dcval;
147 pTemp[6] = dcval;
148 pTemp[7] = dcval;
219 int dcval local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 116 milliseconds