Searched refs:predDir (Results 1 - 23 of 23) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DomxVCM4P2_DecodeVLCZigzag_IntraACVLC.c60 * predDir - AC prediction direction; used to select the zigzag scan
102 OMX_U8 predDir,
112 predDir,
98 omxVCM4P2_DecodeVLCZigzag_IntraACVLC( const OMX_U8 ** ppBitStream, OMX_INT * pBitOffset, OMX_S16 * pDst, OMX_U8 predDir, OMX_INT shortVideoHeader ) argument
H A DomxVCM4P2_EncodeVLCZigzag_IntraACVLC.c56 * predDir - AC prediction direction, which is used to decide the zigzag
95 OMX_U8 predDir,
106 predDir,
91 omxVCM4P2_EncodeVLCZigzag_IntraACVLC( OMX_U8 **ppBitStream, OMX_INT *pBitOffset, const OMX_S16 *pQDctBlkCoef, OMX_U8 predDir, OMX_U8 pattern, OMX_INT shortVideoHeader ) argument
H A DarmVCM4P2_SetPredDir.c55 * [out] predDir indicates the prediction direction which takes one
69 OMX_INT *predDir,
92 *predDir = OMX_VC_VERTICAL;
97 *predDir = OMX_VC_HORIZONTAL;
65 armVCM4P2_SetPredDir( OMX_INT blockIndex, OMX_S16 *pCoefBufRow, OMX_S16 *pCoefBufCol, OMX_INT *predDir, OMX_INT *predQP, const OMX_U8 *pQpBuf ) argument
H A DomxVCM4P2_PredictReconCoefIntra.c44 * to the function call, prediction direction (predDir) should be selected as
61 * predDir - indicates the prediction direction which takes one of the
99 OMX_INT predDir,
113 armRetArgErrIf((predDir != 1) && (predDir != 2), OMX_Sts_BadArgErr);
126 predDir,
93 omxVCM4P2_PredictReconCoefIntra( OMX_S16 * pSrcDst, OMX_S16 * pPredBufRow, OMX_S16 * pPredBufCol, OMX_INT curQP, OMX_INT predQP, OMX_INT predDir, OMX_INT ACPredFlag, OMXVCM4P2VideoComponent videoComp ) argument
H A DomxVCM4P2_EncodeVLCZigzag_IntraDCVLC.c61 * predDir - AC prediction direction, which is used to decide the zigzag
102 OMX_U8 predDir,
119 armRetArgErrIf((predDir != OMX_VC_NONE) && (predDir != OMX_VC_HORIZONTAL) && (predDir != OMX_VC_VERTICAL) , OMX_Sts_BadArgErr);
169 predDir,
98 omxVCM4P2_EncodeVLCZigzag_IntraDCVLC( OMX_U8 **ppBitStream, OMX_INT *pBitOffset, const OMX_S16 *pQDctBlkCoef, OMX_U8 predDir, OMX_U8 pattern, OMX_INT shortVideoHeader, OMXVCM4P2VideoComponent videoComp ) argument
H A DarmVCM4P2_EncodeVLCZigzag_intra.c59 * [in] predDir AC prediction direction, which is used to decide
91 OMX_U8 predDir,
107 armRetArgErrIf(predDir > 2, OMX_Sts_BadArgErr);
111 switch (predDir)
87 armVCM4P2_EncodeVLCZigzag_Intra( OMX_U8 **ppBitStream, OMX_INT *pBitOffset, const OMX_S16 *pQDctBlkCoef, OMX_U8 predDir, OMX_U8 pattern, OMX_INT shortVideoHeader, OMX_U8 start ) argument
H A DarmVCM4P2_ACDCPredict.c43 * to the function call, prediction direction (predDir) should be selected
59 * [in] predDir indicates the prediction direction which takes one
93 OMX_INT predDir,
109 armRetArgErrIf((predDir != 1) && (predDir != 2), OMX_Sts_BadArgErr);
156 pPreACPredict[0] = predDir;
159 if (predDir == OMX_VC_VERTICAL)
196 if (predDir == OMX_VC_VERTICAL)
86 armVCM4P2_ACDCPredict( OMX_S16 * pSrcDst, OMX_S16 * pPreACPredict, OMX_S16 * pPredBufRow, OMX_S16 * pPredBufCol, OMX_INT curQP, OMX_INT predQP, OMX_INT predDir, OMX_INT ACPredFlag, OMXVCM4P2VideoComponent videoComp, OMX_U8 flag, OMX_INT *pSumErr ) argument
H A DarmVCM4P2_DecodeVLCZigzag_intra.c58 * [in] predDir AC prediction direction which is used to decide
90 OMX_U8 predDir,
106 armRetArgErrIf((predDir > 2), OMX_Sts_BadArgErr);
108 switch (predDir)
86 armVCM4P2_DecodeVLCZigzag_Intra( const OMX_U8 ** ppBitStream, OMX_INT * pBitOffset, OMX_S16 * pDst, OMX_U8 predDir, OMX_INT shortVideoHeader, OMX_U8 start ) argument
H A DomxVCM4P2_DecodeVLCZigzag_IntraDCVLC.c65 * predDir - AC prediction direction; used to select the zigzag scan
111 OMX_U8 predDir,
128 armRetArgErrIf((predDir > 2), OMX_Sts_BadArgErr);
179 predDir,
107 omxVCM4P2_DecodeVLCZigzag_IntraDCVLC( const OMX_U8 ** ppBitStream, OMX_INT * pBitOffset, OMX_S16 * pDst, OMX_U8 predDir, OMX_INT shortVideoHeader, OMXVCM4P2VideoComponent videoComp ) argument
H A DomxVCM4P2_DecodeBlockCoef_Intra.c124 OMX_INT predDir, predACDir, i, j, count; local
153 &predDir,
157 predACDir = predDir;
207 predDir,
H A DomxVCM4P2_TransRecBlockCoef_intra.c159 OMX_INT x, y, count, predDir; local
229 &predDir,
252 predDir,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_DecodeBlockCoef_Intra.c127 OMX_INT predDir, predACDir; local
142 &predDir,
146 predACDir = predDir;
195 predDir,
H A DarmVCM4P2_SetPredDir_s.s44 ; * [out]predDir indicates the prediction direction which takes one
68 predDir RN 3 label
103 STRLT temp2,[predDir]
107 STRGE temp2,[predDir]
H A DomxVCM4P2_PredictReconCoefIntra_s.s34 ; * to the function call, prediction direction (predDir) should be selected
53 ; * [in] predDir indicates the prediction direction which takes one
102 predDir RN 5 label
143 M_LDR predDir,predDironStack ;// Load Prediction direction
157 CMP predDir,#2 ;// Check if the Prediction direction is vertical
209 CMP predDir,#2 ;// Check the Prediction direction
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DomxVCM4P2_DecodeBlockCoef_Intra.c133 OMX_INT predDir, predACDir; local
148 &predDir,
152 predACDir = predDir;
201 predDir,
H A DarmVCM4P2_SetPredDir_s.s44 ; * [out]predDir indicates the prediction direction which takes one
68 predDir RN 3 label
103 STRLT temp2,[predDir]
107 STRGE temp2,[predDir]
H A DomxVCM4P2_PredictReconCoefIntra_s.s34 ; * to the function call, prediction direction (predDir) should be selected
53 ; * [in] predDir indicates the prediction direction which takes one
98 predDir RN 5 label
175 M_LDR predDir,predDironStack ;// Load Prediction direction
183 CMP predDir,#2 ;// Check if the Prediction direction is vertical
227 CMP predDir,#2 ;// Check the Prediction direction
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
H A DarmVC.h93 * to the function call, prediction direction (predDir) should be selected
109 * [in] predDir indicates the prediction direction which takes one
143 OMX_INT predDir,
167 * [out] predDir indicates the prediction direction which takes one
181 OMX_INT *predDir,
200 * [in] predDir AC prediction direction, which is used to decide
232 OMX_U8 predDir,
252 * [in] predDir AC prediction direction which is used to decide
288 OMX_U8 predDir,
H A DomxVC.h1427 * predDir - AC prediction direction, which is used to decide the zigzag
1467 OMX_U8 predDir,
1491 * predDir - AC prediction direction, which is used to decide the zigzag
1529 OMX_U8 predDir,
1726 * predDir - AC prediction direction; used to select the zigzag scan
1771 OMX_U8 predDir,
1796 * predDir - AC prediction direction; used to select the zigzag scan
1836 OMX_U8 predDir,
2117 * to the function call, prediction direction (predDir) should be selected as
2134 * predDir
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
H A DarmVC.h93 * to the function call, prediction direction (predDir) should be selected
109 * [in] predDir indicates the prediction direction which takes one
143 OMX_INT predDir,
167 * [out] predDir indicates the prediction direction which takes one
181 OMX_INT *predDir,
200 * [in] predDir AC prediction direction, which is used to decide
232 OMX_U8 predDir,
252 * [in] predDir AC prediction direction which is used to decide
288 OMX_U8 predDir,
H A DomxVC.h1427 * predDir - AC prediction direction, which is used to decide the zigzag
1467 OMX_U8 predDir,
1491 * predDir - AC prediction direction, which is used to decide the zigzag
1529 OMX_U8 predDir,
1726 * predDir - AC prediction direction; used to select the zigzag scan
1771 OMX_U8 predDir,
1796 * predDir - AC prediction direction; used to select the zigzag scan
1836 OMX_U8 predDir,
2117 * to the function call, prediction direction (predDir) should be selected as
2134 * predDir
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
H A DarmVC.h93 * to the function call, prediction direction (predDir) should be selected
109 * [in] predDir indicates the prediction direction which takes one
143 OMX_INT predDir,
167 * [out] predDir indicates the prediction direction which takes one
181 OMX_INT *predDir,
200 * [in] predDir AC prediction direction, which is used to decide
232 OMX_U8 predDir,
252 * [in] predDir AC prediction direction which is used to decide
288 OMX_U8 predDir,
H A DomxVC.h1427 * predDir - AC prediction direction, which is used to decide the zigzag
1467 OMX_U8 predDir,
1491 * predDir - AC prediction direction, which is used to decide the zigzag
1529 OMX_U8 predDir,
1726 * predDir - AC prediction direction; used to select the zigzag scan
1771 OMX_U8 predDir,
1796 * predDir - AC prediction direction; used to select the zigzag scan
1836 OMX_U8 predDir,
2117 * to the function call, prediction direction (predDir) should be selected as
2134 * predDir
[all...]

Completed in 184 milliseconds