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

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_PredictReconCoefIntra_s.s 127 qtemp QN Q3.S16 label
245 VADD qtemp,qtemp,qtempPred ;//pSrcDst[i]=pSrcDst[i]+qtempPred[i]: i=0 to 7
246 VQSHL qtemp,qtemp,#4 ;//Clip to [-2048,2047]
248 VSHR qtemp,qtemp,#4
  /external/jpeg/
transupp.c 646 UINT16 qtemp; local
667 qtemp = qtblptr->quantval[i*DCTSIZE+j];
669 qtblptr->quantval[j*DCTSIZE+i] = qtemp;
  /external/qemu/distrib/jpeg-6b/
transupp.c 646 UINT16 qtemp; local
667 qtemp = qtblptr->quantval[i*DCTSIZE+j];
669 qtblptr->quantval[j*DCTSIZE+i] = qtemp;

Completed in 219 milliseconds