Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Datrac3plus.c157 Atrac3pChanParams *chan, int wtab_idx, in add_wordlen_weights() argument
162 &atrac3p_wl_weights[chan->ch_num * 3 + wtab_idx - 1][0]; in add_wordlen_weights()
187 Atrac3pChanParams *chan, int wtab_idx, in subtract_sf_weights() argument
191 const int8_t *weights_tab = &atrac3p_sf_weights[wtab_idx - 1][0]; in subtract_sf_weights()