Home
last modified time | relevance | path

Searched refs:qu_tab_idx (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Datrac3plus.h99 int qu_tab_idx[32]; ///< array of code table indexes for each quant unit member
Datrac3plus.c606 chan->qu_tab_idx[i] = OP; \
609 chan->qu_tab_idx[i] = get_bits1(gb); \
620 pred = chan->qu_tab_idx[i]
623 (ref_chan->qu_tab_idx[i] + \
699 memset(ctx->channels[ch_num].qu_tab_idx, 0, in decode_code_table_indexes()
700 sizeof(ctx->channels[ch_num].qu_tab_idx)); in decode_code_table_indexes()
780 codetab = chan->qu_tab_idx[qu]; in decode_spectrum()