Home | History | Annotate | Download | only in src

Lines Matching refs:pSrc

33 pSrc            RN 2    ;// Persistent variables
43 LDR pSrc, [ppSrc] ;// Load pSrc
52 LDRB Flag, [pSrc], #1 ;// Preload <Flag> before <unpackLoop>
62 ;// that can be easily taken care by loading the data from <pSrc> stream as
73 LDRSBNE Value2,[pSrc,#1] ;// Load byte wise to avoid unaligned access
74 LDRBNE Value, [pSrc], #2
76 LDRSBEQ Value, [pSrc], #1 ;// Value = (OMX_U8) *pSrc++
77 ORRNE Value,Value,Value2, LSL #8 ;// Value = (OMX_U16) *pSrc++
80 LDRBEQ Flag, [pSrc], #1 ;// Flag = (OMX_U8) *pSrc++, for next iteration
84 STR pSrc, [ppSrc] ;// Update the bitstream pointer