HomeSort by relevance Sort by last modified time
    Searched defs:leftStep (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 118 leftStep RN 4 ;// input variable
131 M_ARG LeftStep, 4
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
    [all...]
omxVCM4P10_PredictIntra_4x4_s.s 100 leftStep RN 4 ;// input variable
113 M_ARG LeftStep, 4
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
    [all...]
omxVCM4P10_PredictIntra_16x16_s.s 115 leftStep RN 4 ;// input variable
128 M_ARG LeftStep, 4
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
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
omxVCM4P10_PredictIntraChroma_8x8_s.s 71 leftStep RN 4 ;// input variable
185 M_ARG LeftStep, 4
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]
    [all...]
omxVCM4P10_PredictIntra_16x16_s.s 170 leftStep RN 4 ;// input variable
187 M_ARG LeftStep, 4
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
    [all...]
omxVCM4P10_PredictIntra_4x4_s.s 64 leftStep RN 4 ;// input variable
174 M_ARG LeftStep, 4
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]
    [all...]

Completed in 189 milliseconds