Home | History | Annotate | Download | only in decoder

Lines Matching full:cur_word

212     UWORD32 word, word2, cur_bit, cur_word, code_val, code_num, clz;
216 cur_word = u4_bitstrm_ofst >> 5;
217 word = pu4_bitstrm_buf[cur_word];
218 word2 = pu4_bitstrm_buf[cur_word + 1];