Searched defs:BitBuffer (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
H A DarmCOMM_BitDec_s.h88 GBLS BitBuffer ;// Register name for BitBuffer variable
97 ;// pBitStream - points to the first byte not held in the BitBuffer
98 ;// BitBuffer - is a cache of (4 bytes) 32 bits, bit 31 the first bit
100 ;// 0<=BitCount<=15 (so BitBuffer holds at least 17 unused bits)
115 ;// $RBitBuffer - register to use for BitBuffer
123 ;// $BitBuffer } See description above.
130 BitBuffer SETS "$RBitBuffer"
142 LDRB $BitBuffer, [$pBitStream], #3
149 ORR $BitBuffer,
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
H A DarmCOMM_BitDec_s.h88 GBLS BitBuffer ;// Register name for BitBuffer variable
97 ;// pBitStream - points to the first byte not held in the BitBuffer
98 ;// BitBuffer - is a cache of (4 bytes) 32 bits, bit 31 the first bit
100 ;// 0<=BitCount<=15 (so BitBuffer holds at least 17 unused bits)
115 ;// $RBitBuffer - register to use for BitBuffer
123 ;// $BitBuffer } See description above.
130 BitBuffer SETS "$RBitBuffer"
142 LDRB $BitBuffer, [$pBitStream], #3
149 ORR $BitBuffer,
[all...]

Completed in 113 milliseconds