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

  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
combined_encode.cpp 53 BitstreamEncVideo *bs1 = video->bitstream1; local
66 numHeaderBits = BitstreamGetPos(bs1);
146 video->header_bits -= BitstreamGetPos(bs1); /* Header Bits */
149 video->header_bits += BitstreamGetPos(bs1); /* Header Bits */
150 numHeaderBits = BitstreamGetPos(bs1);
177 num_bits = BitstreamGetPos(bs1) - numHeaderBits;
180 video->header_bits += BitstreamMpeg4ByteAlignStuffing(bs1); /* Byte align Packet */
182 status = BitstreamAppendPacket(currVol->stream, bs1); /* Put Packet to Buffer */
185 BitstreamEncReset(bs1);
192 status = BitstreamAppendEnc(currVol->stream, bs1); /* Initialize to 0 *
284 BitstreamEncVideo *bs1 = video->bitstream1; local
    [all...]
datapart_encode.cpp 51 BitstreamEncVideo *bs1 = video->bitstream1; local
63 numHeaderBits = BitstreamGetPos(bs1); /* Number of bits in VOP Header */
117 video->header_bits -= BitstreamGetPos(bs1); /* Header Bits */
120 video->header_bits += BitstreamGetPos(bs1); /* Header Bits */
121 numHeaderBits = BitstreamGetPos(bs1);
144 num_bits = BitstreamGetPos(bs1) + BitstreamGetPos(bs2) +
152 BitstreamPutGT16Bits(bs1, 19, DC_MARKER); /* Add dc_marker */
154 BitstreamPutGT16Bits(bs1, 17, MOTION_MARKER_COMB); /*Add motion_marker*/
155 BitstreamAppendEnc(bs1, bs2); /* Combine bs1 and bs2 *
230 BitstreamEncVideo *bs1 = video->bitstream1; local
    [all...]
vlc_encode.cpp 887 BitstreamEncVideo *bs1 = video->bitstream1; local
923 /* FIRST PART: ALL TO BS1 */
925 PutMCBPC_Intra(CBP, Mode, bs1); /* MCBPC */
929 BitstreamPutBits(bs1, 2, dquant); /* dquant*/
940 /*temp =*/ IntraDC_dpcm(DC, 1, bs1); /* dct_dc_size_luminance, */
942 /*temp =*/ IntraDC_dpcm(DC, 0, bs1); /* marker bit */
975 BitstreamEncVideo *bs1 = video->bitstream1; local
1024 /* FIRST PART: ALL TO BS1 */
1040 BitstreamPut1Bits(bs1, 1); /* not_coded = 1 */
1044 BitstreamPut1Bits(bs1, 0); /* not_coded =0 *
1133 BitstreamEncVideo *bs1 = video->bitstream1; local
1249 BitstreamEncVideo *bs1 = video->bitstream1; local
    [all...]
  /external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
TestCharset.java 54 ByteBuffer bs1 = ByteBuffer.allocate(0xFF*8); local
76 bs1.put((byte)(lead>>8));
77 bs1.put((byte)(lead&0xFF));
78 bs1.put((byte)(trail>>8));
79 bs1.put((byte)(trail&0xFF));
88 bs1.put((byte)0x00);
89 bs1.put((byte)(c));
93 bs1.put((byte)(c>>8));
94 bs1.put((byte)(c&0xFF));
111 bs1.limit(bs1.position())
147 ByteBuffer bs1 = ByteBuffer.allocate(0xFF*8); local
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regparse.c 1994 BitSet bs1, bs2; local
2052 BitSet bs1, bs2; local
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/ext/
nashorn.jar 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/ext/
nashorn.jar 

Completed in 3916 milliseconds