Home | History | Annotate | Download | only in src

Lines Matching refs:pSrc

47 pSrc            RN 2    ;// Persistent variables
57 LDR pSrc, [ppSrc] ;// Load pSrc
66 LDRB Flag, [pSrc], #1 ;// Preload <Flag> before <unpackLoop>
76 ;// that can be easily taken care by loading the data from <pSrc> stream as
87 LDRSBNE Value2,[pSrc,#1] ;// Load byte wise to avoid unaligned access
88 LDRBNE Value, [pSrc], #2
90 LDRSBEQ Value, [pSrc], #1 ;// Value = (OMX_U8) *pSrc++
91 ORRNE Value,Value,Value2, LSL #8 ;// Value = (OMX_U16) *pSrc++
94 LDRBEQ Flag, [pSrc], #1 ;// Flag = (OMX_U8) *pSrc++, for next iteration
98 STR pSrc, [ppSrc] ;// Update the bitstream pointer