HomeSort by relevance Sort by last modified time
    Searched defs:pSrcLeft (Results 1 - 6 of 6) sorted by null

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
omxVCM4P10_PredictIntraChroma_8x8_s.s 100 pSrcLeft RN 0 ;// input pointer
144 ADD pSrcLeft2, pSrcLeft, leftStep ;// pSrcLeft2 = pSrcLeft + leftStep
160 M_LDRB tVal8, [pSrcLeft], +leftStepx2 ;// tVal8 = pSrcLeft[0]
161 M_LDRB tVal9, [pSrcLeft2], +leftStepx2 ;// tVal9 = pSrcLeft[1]
162 M_LDRB tVal4, [pSrcLeft], +leftStepx2 ;// tVal4 = pSrcLeft[2]
163 M_LDRB tVal12,[pSrcLeft2], +leftStepx2 ;// tVal12= pSrcLeft[3]
166 M_LDRB tVal8, [pSrcLeft], +leftStepx2 ;// tVal8 = pSrcLeft[4
    [all...]
omxVCM4P10_PredictIntra_4x4_s.s 82 pSrcLeft RN 0 ;// input pointer
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]
134 LDRB Left3, [pSrcLeft] ;// Left3 = pSrcLeft[3]
160 M_LDRB Left0, [pSrcLeft], leftStep ;// Left0 = pSrcLeft[0
    [all...]
omxVCM4P10_PredictIntra_16x16_s.s 97 pSrcLeft RN 0 ;// input pointer
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
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
omxVCM4P10_PredictIntraChroma_8x8_s.s 53 pSrcLeft RN 0 ;// input pointer
192 ADD pTmp, pSrcLeft, 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]
200 VLD1 {dLeftVal[4]},[pSrcLeft],step ;// pSrcLeft[4*leftStep
    [all...]
omxVCM4P10_PredictIntra_16x16_s.s 152 pSrcLeft RN 0 ;// input pointer
215 ADD pTmp, pSrcLeft, leftStep
220 VLD1 {qLeft[]}, [pSrcLeft], leftStep
225 VLD1 {qLeft[]}, [pSrcLeft], leftStep
229 VLD1 {qLeft[]}, [pSrcLeft], leftStep
233 VLD1 {qLeft[]}, [pSrcLeft], leftStep
247 ADD pTmp, pSrcLeft, leftStep
250 VLD1 {qLeft[0]}, [pSrcLeft],step
252 VLD1 {qLeft[2]}, [pSrcLeft],step
254 VLD1 {qLeft[4]}, [pSrcLeft],step
    [all...]
omxVCM4P10_PredictIntra_4x4_s.s 46 pSrcLeft RN 0 ;// input pointer
178 ADD pSrcTmp, pSrcLeft, 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]
218 ADD pSrcTmp, pSrcLeft, leftStep
221 VLD1 {dLeftVal[0]},[pSrcLeft],srcStep ;// pSrcLeft[0*leftStep
    [all...]

Completed in 138 milliseconds