HomeSort by relevance Sort by last modified time
    Searched full:pt_bitstream (Results 1 - 1 of 1) sorted by null

  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
prm2bits.cpp 133 Word16 *pt_bitstream, i, bit;
135 pt_bitstream = &bitstream[no_of_bits];
142 *--pt_bitstream = BIT_0;
146 *--pt_bitstream = BIT_1;
184 Word16 *pt_bitstream; local
187 pt_bitstream = &bitstream[no_of_bits-1];
191 *(pt_bitstream--) = value & MASK;

Completed in 548 milliseconds