Searched refs:pDst (Results 76 - 100 of 109) sorted by relevance

12345

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
H A DomxVC.h219 * pDst - pointer to the destination block; must be aligned on an 8-byte
227 * - one or more of the following pointers is NULL: pSrc, pDst
229 * boundary: pSrc, pDst
235 OMX_U8 *pDst,
257 * pDst - pointer to the destination macroblock; must be aligned on a
265 * - one or more of the following pointers is NULL: pSrc, pDst
267 * boundary: pSrc, pDst
273 OMX_U8 *pDst,
295 * pDst - pointer to the destination buffer, an 8x8 block; must be aligned
304 * pointers is NULL: pSrc, pSrcRef, pDst an
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
H A DomxVC.h219 * pDst - pointer to the destination block; must be aligned on an 8-byte
227 * - one or more of the following pointers is NULL: pSrc, pDst
229 * boundary: pSrc, pDst
235 OMX_U8 *pDst,
257 * pDst - pointer to the destination macroblock; must be aligned on a
265 * - one or more of the following pointers is NULL: pSrc, pDst
267 * boundary: pSrc, pDst
273 OMX_U8 *pDst,
295 * pDst - pointer to the destination buffer, an 8x8 block; must be aligned
304 * pointers is NULL: pSrc, pSrcRef, pDst an
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DomxVCM4P2_DecodeBlockCoef_Intra.c41 void armVCM4P2_Clip8(OMX_S16 *pSrc, OMX_U8 *pDst, OMX_INT dstStep );
97 * [out] pDst pointer to the block in the destination plane.
98 * pDst should be 16-byte aligned.
105 * pCoefBufRow, pCoefBufCol, pQPBuf, pDst.
111 * - pDst is not 16-byte aligned
119 OMX_U8 *pDst,
221 armVCM4P2_Clip8(pTempBuf2,pDst,step);
116 omxVCM4P2_DecodeBlockCoef_Intra( const OMX_U8 ** ppBitStream, OMX_INT *pBitOffset, OMX_U8 *pDst, OMX_INT step, OMX_S16 *pCoefBufRow, OMX_S16 *pCoefBufCol, OMX_U8 curQP, const OMX_U8 *pQPBuf, OMX_INT blockIndex, OMX_INT intraDCVLC, OMX_INT ACPredFlag, OMX_INT shortVideoHeader ) argument
H A DomxVCM4P2_DecodeVLCZigzag_IntraDCVLC_s.s53 ; * [out] pDst pointer to the coefficient buffer of current
58 ; * -At least one of the following pointers is NULL: ppBitStream, *ppBitStream, pBitOffset, pDst, or
59 ; * -pDst is not 16-byte aligned, or
101 pDst RN 2 label
224 STRH DCVal,[pDst] ;// Store the DC Value
H A DomxVCM4P2_DecodeVLCZigzag_Inter_s.s53 ; * [out] pDst pointer to the coefficient buffer of current
58 ; * -At least one of the following pointers is NULL: ppBitStream, *ppBitStream, pBitOffset, pDst, or
59 ; * -pDst is not 16-byte aligned, or
99 pDst RN 2 label
H A DomxVCM4P2_DecodeVLCZigzag_IntraACVLC_s.s53 ; * [out] pDst pointer to the coefficient buffer of current
58 ; * -At least one of the following pointers is NULL: ppBitStream, *ppBitStream, pBitOffset, pDst, or
59 ; * -pDst is not 16-byte aligned, or
97 pDst RN 2 label
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
H A DarmVCM4P10_Interpolate_Chroma_s.s39 pDst RN 2 label
195 STRH OutRow0100, [pDst], #2
200 ADD pDst1, pDst, iDstStep
233 ADD pDst, pDst, iDstStepx2MinusWidth
254 ADD pDst2, pDst, iDstStep
260 STRH Out0100, [pDst], #2
271 ADD pDst, pDst, iDstStepx2MinusWidth
H A DarmVCM4P10_InterpolateLuma_HalfHor4x4_unsafe_s.s61 pDst RN 2 label
180 M_STR Acc1, [pDst], dstStep ;// Store result1
182 M_STR Acc2, [pDst], dstStep ;// Store result2
187 SUB pDst, pDst, dstStep, LSL #2
H A DarmVCM4P10_InterpolateLuma_HalfVer4x4_unsafe_s.s62 pDst RN 2 label
183 M_STR Acc0, [pDst], dstStep ;// Store result & adjust pointer
185 M_STR Acc2, [pDst], dstStep ;// Store result & adjust pointer
191 SUB pDst, pDst, dstStep, LSL #2
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_InvTransformDequant_LumaDC.c54 * pDst - Pointer to inverse-transformed and dequantized coefficients.
63 * - pSrc or pDst is not aligned on a 16-byte boundary
68 OMX_S16* pDst,
78 armRetArgErrIf(pDst == NULL, OMX_Sts_BadArgErr)
81 armRetArgErrIf(armNot16ByteAligned(pDst), OMX_Sts_BadArgErr)
133 pDst[j * 4 + i] = (OMX_S16) Value;
66 omxVCM4P10_InvTransformDequant_LumaDC( const OMX_S16* pSrc, OMX_S16* pDst, OMX_U32 iQP ) argument
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DomxVCM4P2_TransRecBlockCoef_intra.c96 * pDst - pointer to the quantized DCT coefficient buffer; pDst[0] contains
122 * - At least one of the following pointers is NULL: pSrc, pDst, pRec,
127 * - pDst is not 16-byte aligned: .
138 OMX_S16 * pDst,
171 armRetArgErrIf(pDst == NULL, OMX_Sts_BadArgErr);
174 armRetArgErrIf(!armIs16ByteAligned(pDst), OMX_Sts_BadArgErr);
220 pDst[(y*dstStep) + x] = pTempBuf2[count];
136 omxVCM4P2_TransRecBlockCoef_intra( const OMX_U8 *pSrc, OMX_S16 * pDst, OMX_U8 * pRec, OMX_S16 *pPredBufRow, OMX_S16 *pPredBufCol, OMX_S16 * pPreACPredict, OMX_INT *pSumErr, OMX_INT blockIndex, OMX_U8 curQp, const OMX_U8 *pQpBuf, OMX_INT srcStep, OMX_INT dstStep, OMX_INT shortVideoHeader ) argument
H A DomxVCM4P2_MotionEstimationMB.c304 OMX_U8 *pDst; local
567 pDst = armAlignTo8Bytes(&(aDst[0]));
573 pDst,
580 pDst,
591 pDst,
598 pDst,
609 pDst,
616 pDst,
627 pDst,
634 pDst,
[all...]
H A DarmVCM4P2_GetVLCBits.c83 * [out]pDst pointer to the coefficient buffer of current
94 OMX_S16 * pDst,
155 pDst,
257 pDst,
280 pDst,
91 armVCM4P2_GetVLCBits( const OMX_U8 **ppBitStream, OMX_INT * pBitOffset, OMX_S16 * pDst, OMX_INT shortVideoHeader, OMX_U8 start, OMX_U8 * pLast, OMX_U8 runBeginSingleLevelEntriesL0, OMX_U8 maxIndexForMultipleEntriesL0, OMX_U8 maxRunForMultipleEntriesL1, OMX_U8 maxIndexForMultipleEntriesL1, const OMX_U8 * pRunIndexTableL0, const ARM_VLC32 *pVlcTableL0, const OMX_U8 * pRunIndexTableL1, const ARM_VLC32 *pVlcTableL1, const OMX_U8 * pLMAXTableL0, const OMX_U8 * pLMAXTableL1, const OMX_U8 * pRMAXTableL0, const OMX_U8 * pRMAXTableL1, const OMX_U8 * pZigzagTable ) argument
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_DecodeBlockCoef_Intra.c91 * [out] pDst pointer to the block in the destination plane.
92 * pDst should be 16-byte aligned.
99 * pCoefBufRow, pCoefBufCol, pQPBuf, pDst.
105 * - pDst is not 16-byte aligned
113 OMX_U8 *pDst,
215 armVCM4P2_Clip8(pTempBuf2,pDst,step);
110 omxVCM4P2_DecodeBlockCoef_Intra( const OMX_U8 ** ppBitStream, OMX_INT *pBitOffset, OMX_U8 *pDst, OMX_INT step, OMX_S16 *pCoefBufRow, OMX_S16 *pCoefBufCol, OMX_U8 curQP, const OMX_U8 *pQPBuf, OMX_INT blockIndex, OMX_INT intraDCVLC, OMX_INT ACPredFlag, OMX_INT shortVideoHeader ) argument
H A DomxVCM4P2_MCReconBlock_s.s365 STRD tmp1, tmp2, [pDst], dstStep
366 STRD tmp3, tmp4, [pDst], dstStep
402 STRD tmp5, tmp6, [pDst], dstStep
434 STRD tmp1, tmp2, [pDst], dstStep
439 STRD tmp3, tmp4, [pDst], dstStep
486 STRD t00, t01, [pDst], dstStep ;// store the average
497 STRD t20, t21, [pDst], dstStep
588 pDst RN 3 label
633 M_STR pDst, Stk_pDst
682 M_LDR pDst, Stk_pDs
[all...]
H A DomxVCM4P2_DecodeVLCZigzag_IntraDCVLC_s.s53 ; * [out] pDst pointer to the coefficient buffer of current
58 ; * -At least one of the following pointers is NULL: ppBitStream, *ppBitStream, pBitOffset, pDst, or
59 ; * -pDst is not 16-byte aligned, or
101 pDst RN 2 label
224 STRH DCVal,[pDst] ;// Store the DC Value
H A DomxVCM4P2_DecodeVLCZigzag_Inter_s.s53 ; * [out] pDst pointer to the coefficient buffer of current
58 ; * -At least one of the following pointers is NULL: ppBitStream, *ppBitStream, pBitOffset, pDst, or
59 ; * -pDst is not 16-byte aligned, or
99 pDst RN 2 label
H A DomxVCM4P2_DecodeVLCZigzag_IntraACVLC_s.s53 ; * [out] pDst pointer to the coefficient buffer of current
58 ; * -At least one of the following pointers is NULL: ppBitStream, *ppBitStream, pBitOffset, pDst, or
59 ; * -pDst is not 16-byte aligned, or
97 pDst RN 2 label
/frameworks/av/media/libeffects/lvm/lib/Common/src/
H A DAGC_MIX_VOL_2St1Mon_D32_WRA.c76 LVM_INT32 *pDst, /* Stereo destination */
149 *pDst++ = Left; /* Save the results */
150 *pDst++ = Right;
73 AGC_MIX_VOL_2St1Mon_D32_WRA(AGC_MIX_VOL_2St1Mon_D32_t *pInstance, const LVM_INT32 *pStSrc, const LVM_INT32 *pMonoSrc, LVM_INT32 *pDst, LVM_UINT16 NumSamples) argument
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
H A DomxVCM4P10_PredictIntraChroma_8x8_s.s70 pDst RN 3 ;// output pointer label
247 ADD pTmp, pDst, dstStep
250 VST1 dDstRow0,[pDst],step ;// pDst[0*dstStep+x] :0<= x <= 7
251 VST1 dDstRow0,[pTmp],step ;// pDst[1*dstStep+x] :0<= x <= 7
252 VST1 dDstRow0,[pDst],step ;// pDst[2*dstStep+x] :0<= x <= 7
253 VST1 dDstRow0,[pTmp],step ;// pDst[3*dstStep+x] :0<= x <= 7
254 VST1 dDstRow4,[pDst],step ;// pDst[
[all...]
H A DarmVCM4P10_TransformResidual4x4_s.s66 pDst RN 0 label
187 VST1 {dh0,dh1,dh2,dh3},[pDst]
H A DomxVCM4P10_TransformDequantLumaDCFromPair_s.s207 VMLAL qRound0,dColOp0,dScale ;// pDst[i] * Scale + Round
237 pDst RN 1 label
259 MOV pDstR4,pDst ;// Saving register r1
H A DarmVCM4P10_InterpolateLuma_HalfVer4x4_unsafe_s.s41 pDst RN 2 label
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dbitstream_io.cpp683 UChar *pSrc, *pDst, byte; local
702 pDst = pSrc + movebyte;
704 M4VENC_MEMCPY(pDst, pSrc, bitstream1->byteCount + 1);
710 pSrc = pDst;
711 pDst = bitstream1->bitstreamBuffer + bitstream2->byteCount;
718 *pDst++ = byte | (pSrc[0] >> bitused);
722 *pDst++ = ((pSrc[0] << leftover) | (pSrc[1] >> bitused));
/frameworks/base/libs/hwui/
H A DTextureCache.cpp384 uint8_t * pDst = (uint8_t *)temp;
387 memcpy(pDst, pSrc, width * bpp);
388 pDst += width * bpp;

Completed in 300 milliseconds

12345