Home
last modified time | relevance | path

Searched refs:OMX_S16 (Results 1 – 25 of 76) sorted by relevance

1234

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
DarmVC.h81 OMX_S16 mvX,
82 OMX_S16 mvY,
84 OMX_S16 bestMVX,
85 OMX_S16 bestMVY,
137 OMX_S16 * pSrcDst,
138 OMX_S16 * pPreACPredict,
139 OMX_S16 * pPredBufRow,
140 OMX_S16 * pPredBufCol,
179 OMX_S16 *pCoefBufRow,
180 OMX_S16 *pCoefBufCol,
[all …]
DomxVC.h47 OMX_S16 dx;
48 OMX_S16 dy;
315 OMX_S16 *pDst,
356 OMX_S16 *pDst
700 const OMX_S16 *pSrc,
701 OMX_S16 *pDst
1161 const OMX_S16 *pSrc,
1162 OMX_S16 *pDst
1204 OMX_S16 *pSrcDst,
1245 OMX_S16 *pSrcDst,
[all …]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
DarmVC.h81 OMX_S16 mvX,
82 OMX_S16 mvY,
84 OMX_S16 bestMVX,
85 OMX_S16 bestMVY,
137 OMX_S16 * pSrcDst,
138 OMX_S16 * pPreACPredict,
139 OMX_S16 * pPredBufRow,
140 OMX_S16 * pPredBufCol,
179 OMX_S16 *pCoefBufRow,
180 OMX_S16 *pCoefBufCol,
[all …]
DomxVC.h47 OMX_S16 dx;
48 OMX_S16 dy;
315 OMX_S16 *pDst,
356 OMX_S16 *pDst
700 const OMX_S16 *pSrc,
701 OMX_S16 *pDst
1161 const OMX_S16 *pSrc,
1162 OMX_S16 *pDst
1204 OMX_S16 *pSrcDst,
1245 OMX_S16 *pSrcDst,
[all …]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
DarmVC.h81 OMX_S16 mvX,
82 OMX_S16 mvY,
84 OMX_S16 bestMVX,
85 OMX_S16 bestMVY,
137 OMX_S16 * pSrcDst,
138 OMX_S16 * pPreACPredict,
139 OMX_S16 * pPredBufRow,
140 OMX_S16 * pPredBufCol,
179 OMX_S16 *pCoefBufRow,
180 OMX_S16 *pCoefBufCol,
[all …]
DomxVC.h47 OMX_S16 dx;
48 OMX_S16 dy;
315 OMX_S16 *pDst,
356 OMX_S16 *pDst
700 const OMX_S16 *pSrc,
701 OMX_S16 *pDst
1161 const OMX_S16 *pSrc,
1162 OMX_S16 *pDst
1204 OMX_S16 *pSrcDst,
1245 OMX_S16 *pSrcDst,
[all …]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
DomxVCM4P10_TransformDequantLumaDCFromPair.c45 OMX_S16* pDst, in DequantLumaDC4x4()
58 pDst[i] = (OMX_S16)Value; in DequantLumaDC4x4()
69 pDst[i] = (OMX_S16)Value; in DequantLumaDC4x4()
80 static void InvTransformDC4x4(OMX_S16* pData) in InvTransformDC4x4()
91 pData[i+0] = (OMX_S16)(c0+c1+c2+c3); in InvTransformDC4x4()
92 pData[i+1] = (OMX_S16)(c0+c1-c2-c3); in InvTransformDC4x4()
93 pData[i+2] = (OMX_S16)(c0-c1-c2+c3); in InvTransformDC4x4()
94 pData[i+3] = (OMX_S16)(c0-c1+c2-c3); in InvTransformDC4x4()
104 pData[i+0] = (OMX_S16)(c0+c1+c2+c3); in InvTransformDC4x4()
105 pData[i+4] = (OMX_S16)(c0+c1-c2-c3); in InvTransformDC4x4()
[all …]
DarmVCM4P10_FwdTransformResidual4x4.c48 void armVCM4P10_FwdTransformResidual4x4(OMX_S16* pDst, OMX_S16 *pSrc) in armVCM4P10_FwdTransformResidual4x4()
67 pDst[i+0] = (OMX_S16)f0; in armVCM4P10_FwdTransformResidual4x4()
68 pDst[i+1] = (OMX_S16)f1; in armVCM4P10_FwdTransformResidual4x4()
69 pDst[i+2] = (OMX_S16)f2; in armVCM4P10_FwdTransformResidual4x4()
70 pDst[i+3] = (OMX_S16)f3; in armVCM4P10_FwdTransformResidual4x4()
88 pDst[i+0] = (OMX_S16) h0; in armVCM4P10_FwdTransformResidual4x4()
89 pDst[i+4] = (OMX_S16) h1; in armVCM4P10_FwdTransformResidual4x4()
90 pDst[i+8] = (OMX_S16) h2; in armVCM4P10_FwdTransformResidual4x4()
91 pDst[i+12] = (OMX_S16) h3; in armVCM4P10_FwdTransformResidual4x4()
DarmVCM4P10_TransformResidual4x4.c49 void armVCM4P10_TransformResidual4x4(OMX_S16* pDst, OMX_S16 *pSrc) in armVCM4P10_TransformResidual4x4()
68 pDst[i+0] = (OMX_S16)f0; in armVCM4P10_TransformResidual4x4()
69 pDst[i+1] = (OMX_S16)f1; in armVCM4P10_TransformResidual4x4()
70 pDst[i+2] = (OMX_S16)f2; in armVCM4P10_TransformResidual4x4()
71 pDst[i+3] = (OMX_S16)f3; in armVCM4P10_TransformResidual4x4()
89 pDst[i+0] = (OMX_S16)((h0+32)>>6); in armVCM4P10_TransformResidual4x4()
90 pDst[i+4] = (OMX_S16)((h1+32)>>6); in armVCM4P10_TransformResidual4x4()
91 pDst[i+8] = (OMX_S16)((h2+32)>>6); in armVCM4P10_TransformResidual4x4()
92 pDst[i+12] = (OMX_S16)((h3+32)>>6); in armVCM4P10_TransformResidual4x4()
DomxVCM4P10_TransformDequantChromaDCFromPair.c45 OMX_S16* pDst, in DequantChromaDC2x2()
58 pDst[i] = (OMX_S16)Value; in DequantChromaDC2x2()
66 pDst[i] = (OMX_S16)Value; in DequantChromaDC2x2()
77 static void InvTransformDC2x2(OMX_S16* pData) in InvTransformDC2x2()
89 pData[0] = (OMX_S16)(d00 + d10); in InvTransformDC2x2()
90 pData[1] = (OMX_S16)(d01 + d11); in InvTransformDC2x2()
91 pData[2] = (OMX_S16)(d00 - d10); in InvTransformDC2x2()
92 pData[3] = (OMX_S16)(d01 - d11); in InvTransformDC2x2()
128 OMX_S16* pDst, in omxVCM4P10_TransformDequantChromaDCFromPair()
DomxVCM4P10_DequantTransformResidualFromPairAndAdd.c45 OMX_S16* pSrcDst, in DequantLumaAC4x4()
58 pSrcDst[i] = (OMX_S16)Value; in DequantLumaAC4x4()
108 const OMX_S16 *pDC, in omxVCM4P10_DequantTransformResidualFromPairAndAdd()
116 OMX_S16 pBuffer[16+4]; in omxVCM4P10_DequantTransformResidualFromPairAndAdd()
117 OMX_S16 *pDelta; in omxVCM4P10_DequantTransformResidualFromPairAndAdd()
DomxVCM4P10_SubAndTransformQDQResidual.c95 OMX_S16* pDstQuantCoeff, in omxVCM4P10_SubAndTransformQDQResidual()
96 OMX_S16* pDstDeQuantCoeff, in omxVCM4P10_SubAndTransformQDQResidual()
97 OMX_S16* pDCCoeff, in omxVCM4P10_SubAndTransformQDQResidual()
106 OMX_S16 Buf[16], m[16]; in omxVCM4P10_SubAndTransformQDQResidual()
200 Buf[4 * j + i] = pDstQuantCoeff [4 * j + i] = (OMX_S16)Value; in omxVCM4P10_SubAndTransformQDQResidual()
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/src/
DarmCOMM.c50 OMX_S16 armRoundFloatToS16 (OMX_F64 Value) in armRoundFloatToS16()
54 return (OMX_S16)(Value + .5); in armRoundFloatToS16()
58 return (OMX_S16)(Value - .5); in armRoundFloatToS16()
101 OMX_S16 armSatRoundFloatToS16 (OMX_F64 Value) in armSatRoundFloatToS16()
107 if(Value > (OMX_S16)OMX_MAX_S16 ) in armSatRoundFloatToS16()
109 return (OMX_S16)OMX_MAX_S16; in armSatRoundFloatToS16()
113 return (OMX_S16)Value; in armSatRoundFloatToS16()
120 if(Value < (OMX_S16)OMX_MIN_S16 ) in armSatRoundFloatToS16()
122 return (OMX_S16)OMX_MIN_S16; in armSatRoundFloatToS16()
126 return (OMX_S16)Value; in armSatRoundFloatToS16()
[all …]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/src/
DarmCOMM.c50 OMX_S16 armRoundFloatToS16 (OMX_F64 Value) in armRoundFloatToS16()
54 return (OMX_S16)(Value + .5); in armRoundFloatToS16()
58 return (OMX_S16)(Value - .5); in armRoundFloatToS16()
101 OMX_S16 armSatRoundFloatToS16 (OMX_F64 Value) in armSatRoundFloatToS16()
107 if(Value > (OMX_S16)OMX_MAX_S16 ) in armSatRoundFloatToS16()
109 return (OMX_S16)OMX_MAX_S16; in armSatRoundFloatToS16()
113 return (OMX_S16)Value; in armSatRoundFloatToS16()
120 if(Value < (OMX_S16)OMX_MIN_S16 ) in armSatRoundFloatToS16()
122 return (OMX_S16)OMX_MIN_S16; in armSatRoundFloatToS16()
126 return (OMX_S16)Value; in armSatRoundFloatToS16()
[all …]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/src/
DarmCOMM.c50 OMX_S16 armRoundFloatToS16 (OMX_F64 Value) in armRoundFloatToS16()
54 return (OMX_S16)(Value + .5); in armRoundFloatToS16()
58 return (OMX_S16)(Value - .5); in armRoundFloatToS16()
101 OMX_S16 armSatRoundFloatToS16 (OMX_F64 Value) in armSatRoundFloatToS16()
107 if(Value > (OMX_S16)OMX_MAX_S16 ) in armSatRoundFloatToS16()
109 return (OMX_S16)OMX_MAX_S16; in armSatRoundFloatToS16()
113 return (OMX_S16)Value; in armSatRoundFloatToS16()
120 if(Value < (OMX_S16)OMX_MIN_S16 ) in armSatRoundFloatToS16()
122 return (OMX_S16)OMX_MIN_S16; in armSatRoundFloatToS16()
126 return (OMX_S16)Value; in armSatRoundFloatToS16()
[all …]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
DomxVCM4P2_TransRecBlockCoef_inter.c77 const OMX_S16 *pSrc, in omxVCM4P2_TransRecBlockCoef_inter()
78 OMX_S16 * pDst, in omxVCM4P2_TransRecBlockCoef_inter()
79 OMX_S16 * pRec, in omxVCM4P2_TransRecBlockCoef_inter()
86 OMX_S16 tempBuffer[72]; in omxVCM4P2_TransRecBlockCoef_inter()
87 OMX_S16 *pTempBuffer; in omxVCM4P2_TransRecBlockCoef_inter()
DomxVCM4P2_TransRecBlockCoef_intra.c138 OMX_S16 * pDst, in omxVCM4P2_TransRecBlockCoef_intra()
140 OMX_S16 *pPredBufRow, in omxVCM4P2_TransRecBlockCoef_intra()
141 OMX_S16 *pPredBufCol, in omxVCM4P2_TransRecBlockCoef_intra()
142 OMX_S16 * pPreACPredict, in omxVCM4P2_TransRecBlockCoef_intra()
154 OMX_S16 tempBuf1[79], tempBuf2[79]; in omxVCM4P2_TransRecBlockCoef_intra()
155 OMX_S16 tempBuf3[79]; in omxVCM4P2_TransRecBlockCoef_intra()
156 OMX_S16 *pTempBuf1, *pTempBuf2,*pTempBuf3; in omxVCM4P2_TransRecBlockCoef_intra()
DarmVCM4P2_CompareMV.c62 OMX_S16 mvX, in armVCM4P2_CompareMV()
63 OMX_S16 mvY, in armVCM4P2_CompareMV()
65 OMX_S16 bestMVX, in armVCM4P2_CompareMV()
66 OMX_S16 bestMVY, in armVCM4P2_CompareMV()
DarmVCM4P2_ACDCPredict.c87 OMX_S16 * pSrcDst, in armVCM4P2_ACDCPredict()
88 OMX_S16 * pPreACPredict, in armVCM4P2_ACDCPredict()
89 OMX_S16 * pPredBufRow, in armVCM4P2_ACDCPredict()
90 OMX_S16 * pPredBufCol, in armVCM4P2_ACDCPredict()
101 OMX_S16 tempPred; in armVCM4P2_ACDCPredict()
DomxVCM4P2_IDCT8x8blk.c68 OMXResult omxVCM4P2_IDCT8x8blk (const OMX_S16 *pSrc, OMX_S16 *pDst) in omxVCM4P2_IDCT8x8blk()
92 pDst[(x * 8) + y] = (OMX_S16) floor(sum + 0.5); in omxVCM4P2_IDCT8x8blk()
DomxVCM4P2_QuantInter_I.c72 OMX_S16 * pSrcDst, in omxVCM4P2_QuantInter_I()
118 (OMX_S16) armClip (minClpDC, maxClpDC, pSrcDst[coeffCount]); in omxVCM4P2_QuantInter_I()
123 (OMX_S16) armClip (minClpAC, maxClpAC, pSrcDst[coeffCount]); in omxVCM4P2_QuantInter_I()
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
DomxVCM4P2_DecodeBlockCoef_Intra.c41 void armVCM4P2_Clip8(OMX_S16 *pSrc, OMX_U8 *pDst, OMX_INT dstStep );
121 OMX_S16 *pCoefBufRow, in omxVCM4P2_DecodeBlockCoef_Intra()
122 OMX_S16 *pCoefBufCol, in omxVCM4P2_DecodeBlockCoef_Intra()
131 OMX_S16 tempBuf1[79], tempBuf2[79]; in omxVCM4P2_DecodeBlockCoef_Intra()
132 OMX_S16 *pTempBuf1, *pTempBuf2; in omxVCM4P2_DecodeBlockCoef_Intra()
DomxVCM4P2_DecodeBlockCoef_Inter.c83 OMX_S16 * pDst, in omxVCM4P2_DecodeBlockCoef_Inter()
90 OMX_S16 tempBuf[79]; in omxVCM4P2_DecodeBlockCoef_Inter()
91 OMX_S16 *pTempBuf1; in omxVCM4P2_DecodeBlockCoef_Inter()
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
DomxVCM4P2_DecodeBlockCoef_Intra.c115 OMX_S16 *pCoefBufRow, in omxVCM4P2_DecodeBlockCoef_Intra()
116 OMX_S16 *pCoefBufCol, in omxVCM4P2_DecodeBlockCoef_Intra()
125 OMX_S16 tempBuf1[79], tempBuf2[79]; in omxVCM4P2_DecodeBlockCoef_Intra()
126 OMX_S16 *pTempBuf1, *pTempBuf2; in omxVCM4P2_DecodeBlockCoef_Intra()
DomxVCM4P2_DecodeBlockCoef_Inter.c83 OMX_S16 * pDst, in omxVCM4P2_DecodeBlockCoef_Inter()
90 OMX_S16 tempBuf[79]; in omxVCM4P2_DecodeBlockCoef_Inter()
91 OMX_S16 *pTempBuf1; in omxVCM4P2_DecodeBlockCoef_Inter()

1234