Searched refs:pSrcDst (Results 26 - 38 of 38) sorted by relevance

12

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_PredictReconCoefIntra_s.s40 ; * [in] pSrcDst pointer to the coefficient buffer which contains the
62 ; * [out] pSrcDst pointer to the coefficient buffer which contains
70 ; * - At least one of the pointers is NULL: pSrcDst, pPredBufRow, or pPredBufCol.
73 ; * - At least one of the pointers pSrcDst, pPredBufRow, or pPredBufCol is not
96 pSrcDst RN 0 label
190 LDRH temp,[pSrcDst] ;// temp=pSrcDst[0]
192 ADD temp,temp,tempPred ;// temp=pSrcDst[0]+tempPred
195 SMULBB temp1,temp,dcScaler ;// temp1=clipped(pSrcDst[0])*dcScaler
197 STRH temp,[pSrcDst]
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DomxVCM4P2_PredictReconCoefIntra_s.s40 ; * [in] pSrcDst pointer to the coefficient buffer which contains the
62 ; * [out] pSrcDst pointer to the coefficient buffer which contains
70 ; * - At least one of the pointers is NULL: pSrcDst, pPredBufRow, or pPredBufCol.
73 ; * - At least one of the pointers pSrcDst, pPredBufRow, or pPredBufCol is not
92 pSrcDst RN 0 label
213 LDRH temp,[pSrcDst] ;// temp=pSrcDst[0]
214 ADD temp,temp,tempPred ;// temp=pSrcDst[0]+tempPred
216 SMULBB dcColBuffCoeff,temp,dcScaler ;// temp1=clipped(pSrcDst[0])*dcScaler
254 VLD1 {dtemp0,dtemp1},[pSrcDst] ;//Loadin
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
H A DomxVC.h1176 * pSrcDst - pointer to the input intra block coefficients; must be aligned
1188 * pSrcDst - pointer to the output (quantized) interblock coefficients.
1198 * - pSrcDst is NULL.
1204 OMX_S16 *pSrcDst,
1221 * pSrcDst - pointer to the input inter block coefficients; must be aligned
1230 * pSrcDst - pointer to the output (quantized) interblock coefficients.
1240 * - pSrcDst is NULL.
1245 OMX_S16 *pSrcDst,
1902 * pSrcDst - pointer to the input (quantized) intra/inter block; must be
1913 * pSrcDst
[all...]
H A DarmVC.h99 * [in] pSrcDst pointer to the coefficient buffer which contains
122 * [out] pSrcDst pointer to the coefficient buffer which contains
137 OMX_S16 * pSrcDst,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
H A DomxVC.h1176 * pSrcDst - pointer to the input intra block coefficients; must be aligned
1188 * pSrcDst - pointer to the output (quantized) interblock coefficients.
1198 * - pSrcDst is NULL.
1204 OMX_S16 *pSrcDst,
1221 * pSrcDst - pointer to the input inter block coefficients; must be aligned
1230 * pSrcDst - pointer to the output (quantized) interblock coefficients.
1240 * - pSrcDst is NULL.
1245 OMX_S16 *pSrcDst,
1902 * pSrcDst - pointer to the input (quantized) intra/inter block; must be
1913 * pSrcDst
[all...]
H A DarmVC.h99 * [in] pSrcDst pointer to the coefficient buffer which contains
122 * [out] pSrcDst pointer to the coefficient buffer which contains
137 OMX_S16 * pSrcDst,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
H A DomxVC.h1176 * pSrcDst - pointer to the input intra block coefficients; must be aligned
1188 * pSrcDst - pointer to the output (quantized) interblock coefficients.
1198 * - pSrcDst is NULL.
1204 OMX_S16 *pSrcDst,
1221 * pSrcDst - pointer to the input inter block coefficients; must be aligned
1230 * pSrcDst - pointer to the output (quantized) interblock coefficients.
1240 * - pSrcDst is NULL.
1245 OMX_S16 *pSrcDst,
1902 * pSrcDst - pointer to the input (quantized) intra/inter block; must be
1913 * pSrcDst
[all...]
H A DarmVC.h99 * [in] pSrcDst pointer to the coefficient buffer which contains
122 * [out] pSrcDst pointer to the coefficient buffer which contains
137 OMX_S16 * pSrcDst,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
H A DomxVCM4P10_DequantTransformResidualFromPairAndAdd_s.s52 pSrcDst RN 0 label
100 LDMIA pSrcDst,{SrcDst00,SrcDst02,SrcDst10,SrcDst12,SrcDst20,SrcDst22,SrcDst30,SrcDst32}
122 ;// Then the product pSrcDst[i] * (pVRow[armVCM4P10_PosToVCol4x4[i]] << Shift) is calculated
133 SMULTB temp1,SrcDst00,rowLuma23 ;// pSrcDst[1] * (pVRow[2]<<Shift)
134 SMULBB SrcDst00,SrcDst00,rowLuma01 ;// pSrcDst[0] * (pVRow[0]<<Shift)
136 SMULTB temp2,SrcDst02,rowLuma23 ;// pSrcDst[3] * (pVRow[2]<<Shift)
137 SMULBB SrcDst02,SrcDst02,rowLuma01 ;// pSrcDst[2] * (pVRow[0]<<Shift)
143 SMULTT temp1,SrcDst10,rowLuma01 ;// pSrcDst[5] * (pVRow[1]<<Shift)
144 SMULBB SrcDst10,SrcDst10,rowLuma23 ;// pSrcDst[4] * (pVRow[2]<<Shift)
147 SMULTT temp2,SrcDst12,rowLuma01 ;// pSrcDst[
197 pSrcDst RN 0 label
[all...]
H A DomxVCM4P10_FilterDeblockingChroma_HorEdge_I_s.s42 pSrcDst RN 0 label
H A DomxVCM4P10_FilterDeblockingLuma_HorEdge_I_s.s47 pSrcDst RN 0 label
H A DomxVCM4P10_FilterDeblockingChroma_VerEdge_I_s.s43 pSrcDst RN 0 label
H A DomxVCM4P10_FilterDeblockingLuma_VerEdge_I_s.s45 pSrcDst RN 0 label

Completed in 370 milliseconds

12