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

  /external/lzma/C/
BraIA64.c 24 UInt32 bitPos = 5;
26 for (slot = 0; slot < 3; slot++, bitPos += 41)
33 bytePos = (bitPos >> 3);
34 bitRes = bitPos & 0x7;
  /hardware/ti/omap3/omx/ti_omx_config_parser/inc/
ti_m4v_config_parser.h 68 uint32 bitPos;
  /external/aac/libSBRenc/src/
bit_sbr.cpp 265 INT bitPos = FDKgetValidBits(&cmonData->sbrBitbuf);
275 FDKpushBack(&cmonData->sbrBitbuf, (FDKgetValidBits(&cmonData->sbrBitbuf) - bitPos) );
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_target.h 44 int8_t bitPos;
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_target.h 44 int8_t bitPos;
  /hardware/ti/omap3/omx/ti_omx_config_parser/src/
ti_m4v_config_parser.cpp 109 psBits.bitPos = 32;
631 uint32 bitPos = pStream->bitPos;
636 if (ucNBits > (32 - bitPos)) /* not enough bits */
639 bitPos = dataBitPos & 7; /* update bit position */
655 pStream->bitPos = bitPos;
658 bitPos += ucNBits;
660 *pulOutData = (pStream->bitBuf >> (32 - bitPos)) & mask[(uint16)ucNBits];
673 uint32 bitPos = pStream->bitPos
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
mp4_utils.h 156 uint8 bitPos;
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
mp4_utils.h 153 uint8 bitPos;
  /external/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp 118 int32_t bitPos;
119 bitPos = Log2_32(Imm);
120 assert(bitPos >= 0 && bitPos < 32 &&
121 "Constant out of range for 32 BitPos Memops");
122 return CurDAG->getTargetConstant(bitPos, MVT::i32);
    [all...]
  /frameworks/av/libvideoeditor/vss/mcs/inc/
M4MCS_InternalTypes.h 153 M4OSA_UInt32 bitPos;
284 M4OSA_UInt32 bitPos; /*!< bit position in buffer */

Completed in 269 milliseconds