HomeSort by relevance Sort by last modified time
    Searched refs:BitBuffer (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
armCOMM_BitDec_s.h 74 GBLS BitBuffer ;// Register name for BitBuffer
83 ;// pBitStream - points to the first byte not held in the BitBuffer
84 ;// BitBuffer - is a cache of (4 bytes) 32 bits, bit 31 the first bit
86 ;// 0<=BitCount<=15 (so BitBuffer holds at least 17 unused bits)
101 ;// $RBitBuffer - register to use for BitBuffer
109 ;// $BitBuffer } See description above.
116 BitBuffer SETS "$RBitBuffer"
128 LDRB $BitBuffer, [$pBitStream], #3
135 ORR $BitBuffer, $T2, $BitBuffer, LSL #1
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
armCOMM_BitDec_s.h 74 GBLS BitBuffer ;// Register name for BitBuffer
83 ;// pBitStream - points to the first byte not held in the BitBuffer
84 ;// BitBuffer - is a cache of (4 bytes) 32 bits, bit 31 the first bit
86 ;// 0<=BitCount<=15 (so BitBuffer holds at least 17 unused bits)
101 ;// $RBitBuffer - register to use for BitBuffer
109 ;// $BitBuffer } See description above.
116 BitBuffer SETS "$RBitBuffer"
128 LDRB $BitBuffer, [$pBitStream], #3
135 ORR $BitBuffer, $T2, $BitBuffer, LSL #1
    [all...]

Completed in 375 milliseconds