Searched defs:leftStep (Results 1 - 10 of 10) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DarmVCM4P10_PredictIntraDC4x4.c48 * [in] leftStep Step of left coefficient buffer
61 OMX_INT leftStep,
72 Sum += pSrcLeft[y*leftStep];
57 armVCM4P10_PredictIntraDC4x4( const OMX_U8* pSrcLeft, const OMX_U8 *pSrcAbove, OMX_U8* pDst, OMX_INT leftStep, OMX_INT dstStep, OMX_S32 availability ) argument
H A DomxVCM4P10_PredictIntraChroma_8x8.c48 * [in] leftStep Step of left coefficient buffer
61 OMX_INT leftStep,
80 Sum += pSrcLeft[y*leftStep];
110 * [in] leftStep Step of left coefficient buffer
123 OMX_INT leftStep,
134 Sum += pSrcLeft[y*leftStep];
176 * leftStep - Step of left pixel buffer; must be a multiple of 8.
193 * leftStep is not a multiple of 8.
219 OMX_INT leftStep,
231 armRetArgErrIf((leftStep
57 armVCM4P10_PredictIntraDCUp4x4( const OMX_U8* pSrcLeft, const OMX_U8 *pSrcAbove, OMX_U8* pDst, OMX_INT leftStep, OMX_INT dstStep, OMX_S32 availability ) argument
119 armVCM4P10_PredictIntraDCLeft4x4( const OMX_U8* pSrcLeft, const OMX_U8 *pSrcAbove, OMX_U8* pDst, OMX_INT leftStep, OMX_INT dstStep, OMX_S32 availability ) argument
214 omxVCM4P10_PredictIntraChroma_8x8( const OMX_U8* pSrcLeft, const OMX_U8 *pSrcAbove, const OMX_U8 *pSrcAboveLeft, OMX_U8* pDst, OMX_INT leftStep, OMX_INT dstStep, OMXVCM4P10IntraChromaPredMode predMode, OMX_S32 availability ) argument
[all...]
H A DomxVCM4P10_PredictIntra_16x16.c54 * leftStep - Step of left pixel buffer; must be a multiple of 16.
71 * leftStep is not a multiple of 16.
99 OMX_INT leftStep,
110 armRetArgErrIf((leftStep % 16) != 0, OMX_Sts_BadArgErr);
140 pDst[y*dstStep+x] = pSrcLeft[y*leftStep];
153 Sum += pSrcLeft[y*leftStep];
192 V = 8*(pSrcLeft[15*leftStep] - pSrcAboveLeft[0]);
195 V += (y+1)*(pSrcLeft[(8+y)*leftStep] - pSrcLeft[(6-y)*leftStep]);
197 a = 16*(pSrcAbove[15] + pSrcLeft[15*leftStep]);
94 omxVCM4P10_PredictIntra_16x16( const OMX_U8* pSrcLeft, const OMX_U8 *pSrcAbove, const OMX_U8 *pSrcAboveLeft, OMX_U8* pDst, OMX_INT leftStep, OMX_INT dstStep, OMXVCM4P10Intra16x16PredMode predMode, OMX_S32 availability) argument
[all...]
H A DomxVCM4P10_PredictIntra_4x4.c55 * leftStep - Step of left pixel buffer; must be a multiple of 4.
72 * leftStep is not a multiple of 4.
113 OMX_INT leftStep,
123 armRetArgErrIf((leftStep % 4) != 0, OMX_Sts_BadArgErr);
170 #define L0 pSrcLeft[0*leftStep]
171 #define L1 pSrcLeft[1*leftStep]
172 #define L2 pSrcLeft[2*leftStep]
173 #define L3 pSrcLeft[3*leftStep]
199 armVCM4P10_PredictIntraDC4x4(pSrcLeft, pSrcAbove, pDst, leftStep, dstStep, availability);
108 omxVCM4P10_PredictIntra_4x4( const OMX_U8* pSrcLeft, const OMX_U8 *pSrcAbove, const OMX_U8 *pSrcAboveLeft, OMX_U8* pDst, OMX_INT leftStep, OMX_INT dstStep, OMXVCM4P10Intra4x4PredMode predMode, OMX_S32 availability ) argument
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
H A DomxVCM4P10_PredictIntraChroma_8x8_s.s118 leftStep RN 4 ;// input variable label
143 M_LDR leftStep, LeftStep ;// Arg leftStep loaded from stack to reg
157 ADD leftStepx2, leftStep,leftStep ;// leftStepx2 = 2 * leftStep
158 ADD pSrcLeft2, pSrcLeft, leftStep ;// pSrcLeft2 = pSrcLeft + leftStep
268 ADD leftStepx2, leftStep,leftStep ;// leftStepx
[all...]
H A DomxVCM4P10_PredictIntra_4x4_s.s100 leftStep RN 4 ;// input variable label
124 M_LDR leftStep, LeftStep ;// Arg leftStep loaded from stack to reg
145 M_LDRB Left0, [pSrcLeft], leftStep ;// Left0 = pSrcLeft[0]
146 M_LDRB Left1, [pSrcLeft], leftStep ;// Left1 = pSrcLeft[1]
147 M_LDRB Left2, [pSrcLeft], leftStep ;// Left2 = pSrcLeft[2]
174 M_LDRB Left0, [pSrcLeft], leftStep ;// Left0 = pSrcLeft[0]
175 M_LDRB Left1, [pSrcLeft], leftStep ;// Left1 = pSrcLeft[1]
177 M_LDRB Left2, [pSrcLeft], leftStep ;// Left2 = pSrcLeft[2]
245 M_LDRB Left0, [pSrcLeft], leftStep ;// Left
[all...]
H A DomxVCM4P10_PredictIntra_16x16_s.s115 leftStep RN 4 ;// input variable label
139 M_LDR leftStep, LeftStep ;// Arg leftStep loaded from stack to reg
170 M_LDRB tVal6, [pSrcLeft], +leftStep ;// tVal6 = pSrcLeft[0 to 3]
172 M_LDRB tVal7, [pSrcLeft], +leftStep ;// tVal1 = pSrcLeft[4 to 7]
177 M_LDRB tVal8, [pSrcLeft], +leftStep ;// tVal8 = pSrcLeft[0 to 3]
179 M_LDRB tVal9, [pSrcLeft], +leftStep ;// tVal9 = pSrcLeft[4 to 7]
199 M_LDRB tVal6, [pSrcLeft], +leftStep ;// tVal6 = pSrcLeft[0 to 3]
201 M_LDRB tVal7, [pSrcLeft], +leftStep ;// tVal7 = pSrcLeft[4 to 7]
247 ADD leftStepx2, leftStep,leftSte
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
H A DomxVCM4P10_PredictIntraChroma_8x8_s.s71 leftStep RN 4 ;// input variable label
194 M_LDR leftStep, LeftStep ;// Arg leftStep loaded from stack to reg
206 ADD pTmp, pSrcLeft, leftStep
207 ADD step, leftStep, leftStep
210 VLD1 {dLeftVal[0]},[pSrcLeft],step ;// pSrcLeft[0*leftStep]
211 VLD1 {dLeftVal[1]},[pTmp],step ;// pSrcLeft[1*leftStep]
212 VLD1 {dLeftVal[2]},[pSrcLeft],step ;// pSrcLeft[2*leftStep]
213 VLD1 {dLeftVal[3]},[pTmp],step ;// pSrcLeft[3*leftStep]
[all...]
H A DomxVCM4P10_PredictIntra_16x16_s.s170 leftStep RN 4 ;// input variable label
198 M_LDR leftStep, LeftStep ;// Arg leftStep loaded from stack to reg
229 ADD pTmp, pSrcLeft, leftStep
230 ADD leftStep, leftStep, leftStep
234 VLD1 {qLeft[]}, [pSrcLeft], leftStep
235 VLD1 {qTmp[]}, [pTmp], leftStep
239 VLD1 {qLeft[]}, [pSrcLeft], leftStep
[all...]
H A DomxVCM4P10_PredictIntra_4x4_s.s64 leftStep RN 4 ;// input variable label
184 M_LDRD leftStep,dstStep,LeftStep ;// Arg leftStep & dstStep loaded from stack to reg
192 ADD pSrcTmp, pSrcLeft, leftStep
193 ADD srcStep, leftStep, leftStep
195 VLD1 {dLeftVal0[]},[pSrcLeft],srcStep ;// pSrcLeft[0*leftStep]
196 VLD1 {dLeftVal1[]},[pSrcTmp],srcStep ;// pSrcLeft[1*leftStep]
197 VLD1 {dLeftVal2[]},[pSrcLeft] ;// pSrcLeft[2*leftStep]
198 VLD1 {dLeftVal3[]},[pSrcTmp] ;// pSrcLeft[3*leftStep]
[all...]

Completed in 1470 milliseconds