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

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
armCOMM_BitDec_s.h 565 ;// $BitIndex - Destination BitCount after the addition of Offset number of bits
568 M_BD_ADD $ByteIndex, $BitIndex, $Offset
570 ;// ($ByteIndex,$BitIndex) = Current position + $Offset bits
572 AND $BitIndex, $Offset, #7
589 ;// $BitIndex - Destination BitCount after the move
598 M_BD_MOV $ByteIndex, $BitIndex
600 ;// ($pBitStream, $Offset) = ($ByteIndex,$BitIndex)
601 MOV $BitCount, $BitIndex
613 ;// $BitIndex - Destination BitCount
624 M_BD_CMP $ByteIndex, $BitIndex, $T
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
armCOMM_BitDec_s.h 565 ;// $BitIndex - Destination BitCount after the addition of Offset number of bits
568 M_BD_ADD $ByteIndex, $BitIndex, $Offset
570 ;// ($ByteIndex,$BitIndex) = Current position + $Offset bits
572 AND $BitIndex, $Offset, #7
589 ;// $BitIndex - Destination BitCount after the move
598 M_BD_MOV $ByteIndex, $BitIndex
600 ;// ($pBitStream, $Offset) = ($ByteIndex,$BitIndex)
601 MOV $BitCount, $BitIndex
613 ;// $BitIndex - Destination BitCount
624 M_BD_CMP $ByteIndex, $BitIndex, $T
    [all...]

Completed in 42 milliseconds