Searched defs:current_word (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
H A Dvbp_vc1_parser.c419 static inline uint8 vbp_get_bit_vc1(uint32 *data, uint32 *current_word, uint32 *current_bit) argument
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 28 milliseconds