Searched defs:qSum0 (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DomxVCM4P2_MCReconBlock_s.s207 ;// 3. VADDL qSum0, dRow0, dRow0Shft ;// Generate the sum of row and shifted row
208 ;// 5. VADD qSum0, qSum0, qSum1 ;// Add to the sum of next row (odd row sum has rounding value added to it)
209 ;// 6. VSHRN dRow0, qSum0, #2 ;// Divide by 4
242 VADDL qSum0, dRow0, dRow0Shft
253 VADD qSum0, qSum0, qSum1
257 VSHRN dRow0, qSum0, #2
327 qSum0 QN Q9.U16 label
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
H A DomxVCM4P10_PredictIntraChroma_8x8_s.s160 qSum0 QN Q0.S16 label
411 VADD qSum0,qB,qC0
420 VQRSHRUN dSum0,qSum0,#5 ;// (OMX_U8)armClip(0,255,(Sum+16)>>5)
H A DomxVCM4P10_PredictIntra_16x16_s.s114 qSum0 QN Q0.S16 label
415 VADD qSum0, qB0, qConst
421 VQRSHRUN dOut0, qSum0,#5
425 VADD qSum0,qSum0,qC

Completed in 8 milliseconds