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

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
armVCM4P2_ACDCPredict.c 39 * [in] curQP quantization parameter of the current block. curQP
76 OMX_INT curQP,
92 armRetArgErrIf(curQP <= 0, OMX_Sts_BadArgErr);
106 if (curQP >= 1 && curQP <= 4)
110 else if (curQP >= 5 && curQP <= 8)
112 dcScaler = 2 * curQP;
114 else if (curQP >= 9 && curQP <= 24
    [all...]
omxVCM4P2_PredictReconCoefIntra.c 42 * curQP - quantization parameter of the current block. curQP may equal to
69 * - curQP <= 0,
71 * - curQP >31,
82 OMX_INT curQP,
94 armRetArgErrIf(curQP <= 0, OMX_Sts_BadArgErr);
96 armRetArgErrIf(curQP > 31, OMX_Sts_BadArgErr);
109 curQP,
omxVCM4P2_DecodeBlockCoef_Intra.c 48 * curQP - quantization parameter of the macroblock which the current block
84 * - curQP exceeds (1, 31)
99 OMX_U8 curQP,
123 armRetArgErrIf(((curQP <= 0) || (curQP >= 32)), OMX_Sts_BadArgErr);
190 curQP,
200 curQP,
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_DecodeBlockCoef_Intra.c 48 * [in] curQP quantization parameter of the macroblock which
86 * - At least one of the below case: *pBitOffset exceeds [0,7], curQP exceeds (1, 31),
102 OMX_U8 curQP,
178 curQP,
188 curQP,
omxVCM4P2_PredictReconCoefIntra_s.s 35 ; * [in] curQP quantization parameter of the current block. curQP may
57 ; * - At least one the following cases: curQP <= 0, predQP <= 0, curQP >31,
85 curQP RN 3
194 MUL temp1,curQP,temp1
196 RSB negCurQP,curQP,#0
197 LDR CoeffTable,[predCoeffTable,temp1] ;// CoeffTable=0x1ffff/curQP
198 ADD curQP,curQP,#1 ;// curQP=curQP+
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_DecodeBlockCoef_Intra.c 54 * [in] curQP quantization parameter of the macroblock which
92 * - At least one of the below case: *pBitOffset exceeds [0,7], curQP exceeds (1, 31),
108 OMX_U8 curQP,
184 curQP,
194 curQP,
omxVCM4P2_PredictReconCoefIntra_s.s 35 ; * [in] curQP quantization parameter of the current block. curQP may
57 ; * - At least one the following cases: curQP <= 0, predQP <= 0, curQP >31,
81 curQP RN 3
216 MUL curQP,curQP,Const ;// curQP=4*curQP
218 LDR temp2,[predCoeffTable,curQP] ;// temp=0x1ffff/curQ
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
armVC.h 89 * [in] curQP quantization parameter of the current block. curQP
126 OMX_INT curQP,
    [all...]
omxVC.h     [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
armVC.h 89 * [in] curQP quantization parameter of the current block. curQP
126 OMX_INT curQP,
    [all...]
omxVC.h     [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
armVC.h 89 * [in] curQP quantization parameter of the current block. curQP
126 OMX_INT curQP,
    [all...]
omxVC.h     [all...]

Completed in 855 milliseconds