Searched refs:leftStep (Results 1 - 16 of 16) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_PredictIntraChroma_8x8.c33 * [in] leftStep Step of left coefficient buffer
46 OMX_INT leftStep,
65 Sum += pSrcLeft[y*leftStep];
95 * [in] leftStep Step of left coefficient buffer
108 OMX_INT leftStep,
119 Sum += pSrcLeft[y*leftStep];
161 * leftStep - Step of left pixel buffer; must be a multiple of 8.
178 * leftStep is not a multiple of 8.
204 OMX_INT leftStep,
216 armRetArgErrIf((leftStep
42 armVCM4P10_PredictIntraDCUp4x4( const OMX_U8* pSrcLeft, const OMX_U8 *pSrcAbove, OMX_U8* pDst, OMX_INT leftStep, OMX_INT dstStep, OMX_S32 availability ) argument
104 armVCM4P10_PredictIntraDCLeft4x4( const OMX_U8* pSrcLeft, const OMX_U8 *pSrcAbove, OMX_U8* pDst, OMX_INT leftStep, OMX_INT dstStep, OMX_S32 availability ) argument
199 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 DarmVCM4P10_PredictIntraDC4x4.c33 * [in] leftStep Step of left coefficient buffer
46 OMX_INT leftStep,
57 Sum += pSrcLeft[y*leftStep];
42 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_PredictIntra_16x16.c39 * leftStep - Step of left pixel buffer; must be a multiple of 16.
56 * leftStep is not a multiple of 16.
84 OMX_INT leftStep,
95 armRetArgErrIf((leftStep % 16) != 0, OMX_Sts_BadArgErr);
125 pDst[y*dstStep+x] = pSrcLeft[y*leftStep];
138 Sum += pSrcLeft[y*leftStep];
177 V = 8*(pSrcLeft[15*leftStep] - pSrcAboveLeft[0]);
180 V += (y+1)*(pSrcLeft[(8+y)*leftStep] - pSrcLeft[(6-y)*leftStep]);
182 a = 16*(pSrcAbove[15] + pSrcLeft[15*leftStep]);
79 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.c40 * leftStep - Step of left pixel buffer; must be a multiple of 4.
57 * leftStep is not a multiple of 4.
98 OMX_INT leftStep,
108 armRetArgErrIf((leftStep % 4) != 0, OMX_Sts_BadArgErr);
155 #define L0 pSrcLeft[0*leftStep]
156 #define L1 pSrcLeft[1*leftStep]
157 #define L2 pSrcLeft[2*leftStep]
158 #define L3 pSrcLeft[3*leftStep]
184 armVCM4P10_PredictIntraDC4x4(pSrcLeft, pSrcAbove, pDst, leftStep, dstStep, availability);
93 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_PredictIntra_16x16_s.s101 leftStep RN 4 ;// input variable label
125 M_LDR leftStep, LeftStep ;// Arg leftStep loaded from stack to reg
156 M_LDRB tVal6, [pSrcLeft], +leftStep ;// tVal6 = pSrcLeft[0 to 3]
158 M_LDRB tVal7, [pSrcLeft], +leftStep ;// tVal1 = pSrcLeft[4 to 7]
163 M_LDRB tVal8, [pSrcLeft], +leftStep ;// tVal8 = pSrcLeft[0 to 3]
165 M_LDRB tVal9, [pSrcLeft], +leftStep ;// tVal9 = pSrcLeft[4 to 7]
185 M_LDRB tVal6, [pSrcLeft], +leftStep ;// tVal6 = pSrcLeft[0 to 3]
187 M_LDRB tVal7, [pSrcLeft], +leftStep ;// tVal7 = pSrcLeft[4 to 7]
233 ADD leftStepx2, leftStep,leftSte
[all...]
H A DomxVCM4P10_PredictIntraChroma_8x8_s.s104 leftStep RN 4 ;// input variable label
129 M_LDR leftStep, LeftStep ;// Arg leftStep loaded from stack to reg
143 ADD leftStepx2, leftStep,leftStep ;// leftStepx2 = 2 * leftStep
144 ADD pSrcLeft2, pSrcLeft, leftStep ;// pSrcLeft2 = pSrcLeft + leftStep
254 ADD leftStepx2, leftStep,leftStep ;// leftStepx
[all...]
H A DomxVCM4P10_PredictIntra_4x4_s.s86 leftStep RN 4 ;// input variable label
110 M_LDR leftStep, LeftStep ;// Arg leftStep loaded from stack to reg
131 M_LDRB Left0, [pSrcLeft], leftStep ;// Left0 = pSrcLeft[0]
132 M_LDRB Left1, [pSrcLeft], leftStep ;// Left1 = pSrcLeft[1]
133 M_LDRB Left2, [pSrcLeft], leftStep ;// Left2 = pSrcLeft[2]
160 M_LDRB Left0, [pSrcLeft], leftStep ;// Left0 = pSrcLeft[0]
161 M_LDRB Left1, [pSrcLeft], leftStep ;// Left1 = pSrcLeft[1]
163 M_LDRB Left2, [pSrcLeft], leftStep ;// Left2 = pSrcLeft[2]
231 M_LDRB Left0, [pSrcLeft], leftStep ;// Left
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
H A DomxVCM4P10_PredictIntra_16x16_s.s156 leftStep RN 4 ;// input variable label
184 M_LDR leftStep, LeftStep ;// Arg leftStep loaded from stack to reg
215 ADD pTmp, pSrcLeft, leftStep
216 ADD leftStep, leftStep, leftStep
220 VLD1 {qLeft[]}, [pSrcLeft], leftStep
221 VLD1 {qTmp[]}, [pTmp], leftStep
225 VLD1 {qLeft[]}, [pSrcLeft], leftStep
[all...]
H A DomxVCM4P10_PredictIntra_4x4_s.s50 leftStep RN 4 ;// input variable label
170 M_LDRD leftStep,dstStep,LeftStep ;// Arg leftStep & dstStep loaded from stack to reg
178 ADD pSrcTmp, pSrcLeft, leftStep
179 ADD srcStep, leftStep, leftStep
181 VLD1 {dLeftVal0[]},[pSrcLeft],srcStep ;// pSrcLeft[0*leftStep]
182 VLD1 {dLeftVal1[]},[pSrcTmp],srcStep ;// pSrcLeft[1*leftStep]
183 VLD1 {dLeftVal2[]},[pSrcLeft] ;// pSrcLeft[2*leftStep]
184 VLD1 {dLeftVal3[]},[pSrcTmp] ;// pSrcLeft[3*leftStep]
[all...]
H A DomxVCM4P10_PredictIntraChroma_8x8_s.s57 leftStep RN 4 ;// input variable label
180 M_LDR leftStep, LeftStep ;// Arg leftStep loaded from stack to reg
192 ADD pTmp, pSrcLeft, leftStep
193 ADD step, leftStep, leftStep
196 VLD1 {dLeftVal[0]},[pSrcLeft],step ;// pSrcLeft[0*leftStep]
197 VLD1 {dLeftVal[1]},[pTmp],step ;// pSrcLeft[1*leftStep]
198 VLD1 {dLeftVal[2]},[pSrcLeft],step ;// pSrcLeft[2*leftStep]
199 VLD1 {dLeftVal[3]},[pTmp],step ;// pSrcLeft[3*leftStep]
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
H A DomxVC.h2374 * leftStep - Step of left pixel buffer; must be a multiple of 4.
2391 * leftStep is not a multiple of 4.
2431 OMX_INT leftStep,
2454 * leftStep - Step of left pixel buffer; must be a multiple of 16.
2471 * leftStep is not a multiple of 16.
2499 OMX_INT leftStep,
2520 * leftStep - Step of left pixel buffer; must be a multiple of 8.
2537 * leftStep is not a multiple of 8.
2564 OMX_INT leftStep,
H A DarmVC.h750 * [in] leftStep Step of left coefficient buffer
763 OMX_INT leftStep,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
H A DomxVC.h2374 * leftStep - Step of left pixel buffer; must be a multiple of 4.
2391 * leftStep is not a multiple of 4.
2431 OMX_INT leftStep,
2454 * leftStep - Step of left pixel buffer; must be a multiple of 16.
2471 * leftStep is not a multiple of 16.
2499 OMX_INT leftStep,
2520 * leftStep - Step of left pixel buffer; must be a multiple of 8.
2537 * leftStep is not a multiple of 8.
2564 OMX_INT leftStep,
H A DarmVC.h750 * [in] leftStep Step of left coefficient buffer
763 OMX_INT leftStep,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
H A DomxVC.h2374 * leftStep - Step of left pixel buffer; must be a multiple of 4.
2391 * leftStep is not a multiple of 4.
2431 OMX_INT leftStep,
2454 * leftStep - Step of left pixel buffer; must be a multiple of 16.
2471 * leftStep is not a multiple of 16.
2499 OMX_INT leftStep,
2520 * leftStep - Step of left pixel buffer; must be a multiple of 8.
2537 * leftStep is not a multiple of 8.
2564 OMX_INT leftStep,
H A DarmVC.h750 * [in] leftStep Step of left coefficient buffer
763 OMX_INT leftStep,

Completed in 173 milliseconds