HomeSort by relevance Sort by last modified time
    Searched refs:current_word (Results 1 - 4 of 4) sorted by null

  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
bitstream_io.cpp 38 current_word
40 |-----xxxxxxxxxxxxx| = current_word 32 or 16 bits
61 stream->current_word = 0;
75 /* Purpose : Save the current_word into the buffer, byte-swap, and */
86 uint current_word; local
88 /* check number of bytes in current_word, must always be byte-aligned!!!! */
101 current_word = stream->current_word;
105 byte = (current_word >> num_bits) & 0xFF;
129 /* reset current_word and bit_left *
149 uint current_word = stream->current_word; local
200 uint current_word = stream->current_word; local
    [all...]
avcenc_int.h 137 uint current_word; /* byte-swapped (MSB left) current word to write to buffer */ member in struct:tagEncBitstream
138 int bit_left; /* number of bit left in current_word */
  /external/e2fsprogs/ext2ed/
init.c 109 char current_line [500],current_word [50],*ch; local
121 ch=parse_word (current_line,current_word);
122 if (strcmp (current_word,"struct")==0) {
123 ch=parse_word (ch,current_word);
124 current_descriptor=add_new_descriptor (current_word);
611 char current_line [500],current_word [200]; local
623 ptr=parse_word (current_line,current_word);
624 if (strcasecmp (current_word,name)==0) {
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
vbp_vc1_parser.c 419 static inline uint8 vbp_get_bit_vc1(uint32 *data, uint32 *current_word, uint32 *current_bit)
423 value = (data[*current_word] >> *current_bit) & 1;
432 ++(*current_word);
451 uint32 current_word = 0; local
467 &current_word,
480 current_word++;

Completed in 558 milliseconds