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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
H A DarmCOMM_BitDec_s.h576 ;// $ByteIndex - Destination pBitStream pointer after adding the Offset.
582 M_BD_ADD $ByteIndex, $BitIndex, $Offset
584 ;// ($ByteIndex,$BitIndex) = Current position + $Offset bits
587 ADD $ByteIndex, $pBitStream, $Offset, ASR #3
600 ;// $ByteIndex - Destination pBitStream pointer after move.
612 M_BD_MOV $ByteIndex, $BitIndex
614 ;// ($pBitStream, $Offset) = ($ByteIndex,$BitIndex)
616 MOV $pBitStream, $ByteIndex
626 ;// $ByteIndex - Destination pBitStream pointer, (4 byte ahead as described in M_BD_ADD)
638 M_BD_CMP $ByteIndex,
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
H A DarmCOMM_BitDec_s.h576 ;// $ByteIndex - Destination pBitStream pointer after adding the Offset.
582 M_BD_ADD $ByteIndex, $BitIndex, $Offset
584 ;// ($ByteIndex,$BitIndex) = Current position + $Offset bits
587 ADD $ByteIndex, $pBitStream, $Offset, ASR #3
600 ;// $ByteIndex - Destination pBitStream pointer after move.
612 M_BD_MOV $ByteIndex, $BitIndex
614 ;// ($pBitStream, $Offset) = ($ByteIndex,$BitIndex)
616 MOV $pBitStream, $ByteIndex
626 ;// $ByteIndex - Destination pBitStream pointer, (4 byte ahead as described in M_BD_ADD)
638 M_BD_CMP $ByteIndex,
[all...]

Completed in 80 milliseconds