HomeSort by relevance Sort by last modified time
    Searched full:dcval (Results 1 - 13 of 13) sorted by null

  /external/llvm/test/CodeGen/PowerPC/
2008-07-15-SignExtendInreg.ll 13 %dcval.0.in = shl i32 %5, 0 ; <i32> [#uses=1]
14 %dcval.0 = trunc i32 %dcval.0.in to i16 ; <i16> [#uses=1]
15 store i16 %dcval.0, i16* %dct, align 2
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_DecodeVLCZigzag_IntraDCVLC_s.s 115 DCVal RN 14
159 MOVEQ DCVal,#0 ;// If DCValueSize is zero then DC coeff =0
162 M_BD_VREAD16 DCVal,DCValueSize,T1,T2 ;// Get DC Value From Bit stream
167 CMP DCVal,powOfSize,LSR #1 ;// Compare DCVal with powOfSize/2
168 ADDLT DCVal,DCVal,#1
169 SUBLT DCVal,DCVal,powOfSize ;// If Lessthan powOfSize/2 DCVal=DCVal-powOfSize+
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_DecodeVLCZigzag_IntraDCVLC_s.s 115 DCVal RN 14
159 MOVEQ DCVal,#0 ;// If DCValueSize is zero then DC coeff =0
162 M_BD_VREAD16 DCVal,DCValueSize,T1,T2 ;// Get DC Value From Bit stream
167 CMP DCVal,powOfSize,LSR #1 ;// Compare DCVal with powOfSize/2
168 ADDLT DCVal,DCVal,#1
169 SUBLT DCVal,DCVal,powOfSize ;// If Lessthan powOfSize/2 DCVal=DCVal-powOfSize+
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
omxVCM4P10_DequantTransformResidualFromPairAndAdd_s.s 350 DCval RN 10
402 LDRSHNE DCval,[pDCTemp]
405 STRHNE DCval,[pDelta]
412 LDRSH DCval,[pDCTemp]
413 ADD DCval,DCval,#32
414 ASR DCval,DCval,#6
415 PKHBT DCval,DCval,DCval,LSL #16 ;// Duplicating the Lower halfwor
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
omxVCM4P10_DequantTransformResidualFromPairAndAdd_s.s 98 DCval RN 10
255 LDRSHNE DCval,[pDCTemp]
272 ;//STRHNE DCval,[pDelta]
273 VMOVNE dIn0[0],DCval
347 ;// Calculate the Transformed DCvalue : (DCval+32)>>6
348 LDRSH DCval,[pDCTemp]
349 ADD DCval,DCval,#32
350 ASR DCval,DCval,#
    [all...]
  /external/jpeg/
jidctred.c 146 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...]
jidctfst.c 205 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 = range_limit[IDESCALE(wsptr[0], PASS1_BITS+3 local
    [all...]
jidctint.c 186 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 = range_limit[(int) DESCALE((INT32) wsptr[0], PASS1_BITS+3 local
    [all...]
jidctflt.c 104 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;
  /external/qemu/distrib/jpeg-6b/
jidctred.c 146 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...]
jidctfst.c 205 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 = range_limit[IDESCALE(wsptr[0], PASS1_BITS+3 local
    [all...]
jidctint.c 186 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 = range_limit[(int) DESCALE((INT32) wsptr[0], PASS1_BITS+3 local
    [all...]
jidctflt.c 104 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;

Completed in 597 milliseconds