Home
last modified time | relevance | path

Searched refs:channel_order_tab (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Ddcaenc.c82 const int8_t *channel_order_tab; ///< channel reordering table, lfe and non lfe member
209 c->channel_order_tab = channel_reorder_lfe[c->channel_config]; in encode_init()
211 c->channel_order_tab = channel_reorder_nolfe[c->channel_config]; in encode_init()
333 const int chi = c->channel_order_tab[ch]; in subband_transform()
528 const int chi = c->channel_order_tab[ch]; in calc_masking()
900 const int chi = c->channel_order_tab[ch]; in shift_history()

Completed in 3 milliseconds