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.c45 * predDir - AC prediction direction; used to select the zigzag scan
87 OMX_U8 predDir,
97 predDir,
83 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.c41 * predDir - AC prediction direction, which is used to decide the zigzag
80 OMX_U8 predDir,
91 predDir,
76 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.c40 * [out] predDir indicates the prediction direction which takes one
54 OMX_INT *predDir,
77 *predDir = OMX_VC_VERTICAL;
82 *predDir = OMX_VC_HORIZONTAL;
50 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.c29 * to the function call, prediction direction (predDir) should be selected as
46 * predDir - indicates the prediction direction which takes one of the
84 OMX_INT predDir,
98 armRetArgErrIf((predDir != 1) && (predDir != 2), OMX_Sts_BadArgErr);
111 predDir,
78 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.c46 * predDir - AC prediction direction, which is used to decide the zigzag
87 OMX_U8 predDir,
104 armRetArgErrIf((predDir != OMX_VC_NONE) && (predDir != OMX_VC_HORIZONTAL) && (predDir != OMX_VC_VERTICAL) , OMX_Sts_BadArgErr);
154 predDir,
83 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.c44 * [in] predDir AC prediction direction, which is used to decide
76 OMX_U8 predDir,
92 armRetArgErrIf(predDir > 2, OMX_Sts_BadArgErr);
96 switch (predDir)
72 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.c28 * to the function call, prediction direction (predDir) should be selected
44 * [in] predDir indicates the prediction direction which takes one
78 OMX_INT predDir,
94 armRetArgErrIf((predDir != 1) && (predDir != 2), OMX_Sts_BadArgErr);
141 pPreACPredict[0] = predDir;
144 if (predDir == OMX_VC_VERTICAL)
181 if (predDir == OMX_VC_VERTICAL)
71 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.c43 * [in] predDir AC prediction direction which is used to decide
75 OMX_U8 predDir,
91 armRetArgErrIf((predDir > 2), OMX_Sts_BadArgErr);
93 switch (predDir)
71 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.c50 * predDir - AC prediction direction; used to select the zigzag scan
96 OMX_U8 predDir,
113 armRetArgErrIf((predDir > 2), OMX_Sts_BadArgErr);
164 predDir,
92 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.c109 OMX_INT predDir, predACDir, i, j, count; local
138 &predDir,
142 predACDir = predDir;
192 predDir,
H A DomxVCM4P2_TransRecBlockCoef_intra.c144 OMX_INT x, y, count, predDir; local
214 &predDir,
237 predDir,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_DecodeBlockCoef_Intra.c112 OMX_INT predDir, predACDir; local
127 &predDir,
131 predACDir = predDir;
180 predDir,
H A DarmVCM4P2_SetPredDir_s.s30 ; * [out]predDir indicates the prediction direction which takes one
54 predDir RN 3 label
89 STRLT temp2,[predDir]
93 STRGE temp2,[predDir]
H A DomxVCM4P2_PredictReconCoefIntra_s.s20 ; * to the function call, prediction direction (predDir) should be selected
39 ; * [in] predDir indicates the prediction direction which takes one
88 predDir RN 5 label
129 M_LDR predDir,predDironStack ;// Load Prediction direction
143 CMP predDir,#2 ;// Check if the Prediction direction is vertical
195 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.c118 OMX_INT predDir, predACDir; local
133 &predDir,
137 predACDir = predDir;
186 predDir,
H A DarmVCM4P2_SetPredDir_s.s30 ; * [out]predDir indicates the prediction direction which takes one
54 predDir RN 3 label
89 STRLT temp2,[predDir]
93 STRGE temp2,[predDir]
H A DomxVCM4P2_PredictReconCoefIntra_s.s20 ; * to the function call, prediction direction (predDir) should be selected
39 ; * [in] predDir indicates the prediction direction which takes one
84 predDir RN 5 label
161 M_LDR predDir,predDironStack ;// Load Prediction direction
169 CMP predDir,#2 ;// Check if the Prediction direction is vertical
213 CMP predDir,#2 ;// Check the Prediction direction
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
H A DarmVC.h78 * to the function call, prediction direction (predDir) should be selected
94 * [in] predDir indicates the prediction direction which takes one
128 OMX_INT predDir,
152 * [out] predDir indicates the prediction direction which takes one
166 OMX_INT *predDir,
185 * [in] predDir AC prediction direction, which is used to decide
217 OMX_U8 predDir,
237 * [in] predDir AC prediction direction which is used to decide
273 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.h78 * to the function call, prediction direction (predDir) should be selected
94 * [in] predDir indicates the prediction direction which takes one
128 OMX_INT predDir,
152 * [out] predDir indicates the prediction direction which takes one
166 OMX_INT *predDir,
185 * [in] predDir AC prediction direction, which is used to decide
217 OMX_U8 predDir,
237 * [in] predDir AC prediction direction which is used to decide
273 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.h78 * to the function call, prediction direction (predDir) should be selected
94 * [in] predDir indicates the prediction direction which takes one
128 OMX_INT predDir,
152 * [out] predDir indicates the prediction direction which takes one
166 OMX_INT *predDir,
185 * [in] predDir AC prediction direction, which is used to decide
217 OMX_U8 predDir,
237 * [in] predDir AC prediction direction which is used to decide
273 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 223 milliseconds