Searched refs:tVal9 (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
H A DomxVCM4P10_PredictIntraChroma_8x8_s.s75 tVal9 RN 9 label
141 LDM pSrcAbove,{tVal8,tVal9} ;// tVal 8 to 9 = pSrcAbove[0 to 7]
152 UXTB16 tVal7, tVal9 ;// pSrcAbove[4, 6]
153 UXTB16 tVal9, tVal9, ROR #8 ;// pSrcAbove[5, 7]
154 UADD16 sum2, tVal7, tVal9 ;// pSrcAbove[0, 2] + pSrcAbove[4, 6]
161 M_LDRB tVal9, [pSrcLeft2], +leftStepx2 ;// tVal9 = pSrcLeft[1]
164 ADD tVal2, tVal8, tVal9 ;// tVal14 = tVal8 + tVal9
[all...]
H A DomxVCM4P10_PredictIntra_16x16_s.s71 tVal9 RN 9 label
133 LDM pSrcAbove, {tVal6,tVal7,tVal8,tVal9};// tVal 6 to 9 = pSrcAbove[0 to 15]
140 STM pDst, {tVal6,tVal7,tVal8,tVal9} ;// pDst[0 to 15] = tVal 6 to 9
143 STM pDst2, {tVal6,tVal7,tVal8,tVal9} ;// pDst2[16 to 31] = tVal 6 to 9
165 M_LDRB tVal9, [pSrcLeft], +leftStep ;// tVal9 = pSrcLeft[4 to 7]
175 MUL tVal9, tVal9, r0x01010101 ;// replicate the val in all the bytes
179 STR tVal9, [pDst2], #+4 ;// store {tVal7} at pDst2[0 to 3]
181 STR tVal9, [pDst
[all...]
H A DomxVCM4P10_PredictIntra_4x4_s.s58 tVal9 RN 9 label
300 UHADD8 tVal6, Above0123, tVal9 ;// {xx, d2, xx, xx }
327 MOV tVal9, Above0123, LSR #16 ;// {00, 00, U3, U2 }
331 PKHBT tVal9, tVal9, Above4567, LSL #16 ;// {U5, U4, U3, U2 }
335 UHADD8 tVal6, Above0123, tVal9 ;// {d3, d2, d1, d0 }
336 UHADD8 tVal9, tVal9, Above4567 ;// {d5, d4, d3, d2 }
339 UHSUB8 tVal12, tVal9, tVal1 ;// {e5, e4, e3, e2 }
342 UADD8 tVal9, tVal
[all...]

Completed in 58 milliseconds