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

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
armVCM4P2_SetPredDir.c 39 * [out] predQP quantization parameter of the predictor block
55 OMX_INT *predQP,
78 *predQP = pQpBuf[1];
83 *predQP = pQpBuf[0];
omxVCM4P2_PredictReconCoefIntra.c 43 * predQP especially when the current block and the predictor block
45 * predQP - quantization parameter of the predictor block
70 * - predQP <= 0,
72 * - predQP > 31,
83 OMX_INT predQP,
95 armRetArgErrIf(predQP <= 0, OMX_Sts_BadArgErr);
97 armRetArgErrIf(predQP > 31, OMX_Sts_BadArgErr);
110 predQP,
omxVCM4P2_DecodeBlockCoef_Intra.c 110 OMX_INT predQP;
139 &predQP,
144 armRetArgErrIf(((predQP <= 0) || (predQP >= 32)), OMX_Sts_BadArgErr);
191 predQP,
omxVCM4P2_TransRecBlockCoef_intra.c 145 OMX_INT predQP, ACPredFlag;
215 &predQP,
218 armRetDataErrIf(((predQP <= 0) || (predQP >= 32)), OMX_Sts_BadArgErr);
236 predQP,
armVCM4P2_ACDCPredict.c 40 * may equal to predQP especially when the current
43 * [in] predQP quantization parameter of the predictor block
77 OMX_INT predQP,
93 armRetArgErrIf(predQP <= 0, OMX_Sts_BadArgErr);
186 (pPredBufRow[i] * predQP, curQP);
219 (pPredBufCol[i>>3] * predQP, curQP);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_DecodeBlockCoef_Intra.c 113 OMX_INT predQP;
128 &predQP,
179 predQP,
armVCM4P2_SetPredDir_s.s 29 ; * [out]predQP quantization parameter of the predictor block
55 predQP RN 4
85 M_LDR predQP,ppredQP
90 STRLT temp1,[predQP]
95 STRGE temp1,[predQP]
omxVCM4P2_PredictReconCoefIntra_s.s 36 ; * equal to predQP especially when the current block and
38 ; * [in] predQP quantization parameter of the predictor block
57 ; * - At least one the following cases: curQP <= 0, predQP <= 0, curQP >31,
58 ; * predQP > 31, preDir exceeds [1,2].
87 predQP RN 4
182 M_LDR predQP,predQPonStack
213 SMULBB absCoeffAC,absCoeffAC,predQP ;// temp1=pPredBufRow[i]*predQP
214 MUL tempPred,absCoeffAC,CoeffTable ;// tempPred=pPredBufRow[i]*predQP*0x1ffff/curQP
251 SMULBB absCoeffAC,absCoeffAC,predQP ;// temp1=pPredBufCol[i>>3]*predQ
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
armVCM4P2_SetPredDir_s.s 29 ; * [out]predQP quantization parameter of the predictor block
55 predQP RN 4
85 M_LDR predQP,ppredQP
90 STRLT temp1,[predQP]
95 STRGE temp1,[predQP]
omxVCM4P2_DecodeBlockCoef_Intra.c 119 OMX_INT predQP;
134 &predQP,
185 predQP,
omxVCM4P2_PredictReconCoefIntra_s.s 36 ; * equal to predQP especially when the current block and
38 ; * [in] predQP quantization parameter of the predictor block
57 ; * - At least one the following cases: curQP <= 0, predQP <= 0, curQP >31,
58 ; * predQP > 31, preDir exceeds [1,2].
83 predQP RN 4
209 M_LDR predQP,predQPonStack
217 VDUP dPredQP0,predQP
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
armVC.h 90 * may equal to predQP especially when the current
93 * [in] predQP quantization parameter of the predictor block
127 OMX_INT predQP,
151 * [out] predQP quantization parameter of the predictor block
167 OMX_INT *predQP,
    [all...]
omxVC.h     [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
armVC.h 90 * may equal to predQP especially when the current
93 * [in] predQP quantization parameter of the predictor block
127 OMX_INT predQP,
151 * [out] predQP quantization parameter of the predictor block
167 OMX_INT *predQP,
    [all...]
omxVC.h     [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
armVC.h 90 * may equal to predQP especially when the current
93 * [in] predQP quantization parameter of the predictor block
127 OMX_INT predQP,
151 * [out] predQP quantization parameter of the predictor block
167 OMX_INT *predQP,
    [all...]
omxVC.h     [all...]

Completed in 234 milliseconds