Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dtwinvq.h101 uint8_t lpc_hist_idx[TWINVQ_CHANNELS_MAX]; member
Dtwinvq.c264 int lpc_hist_idx, float *lsp, float *hist) in decode_lsp() argument
292 float tmp1 = 1.0 - cb3[lpc_hist_idx * mtab->n_lsp + i]; in decode_lsp()
293 float tmp2 = hist[i] * cb3[lpc_hist_idx * mtab->n_lsp + i]; in decode_lsp()
459 bits->lpc_hist_idx[i], lsp, tctx->lsp_hist[i]); in read_and_decode_spectrum()
Dmetasound.c221 bits->lpc_hist_idx[i] = get_bits(&gb, mtab->lsp_bit0); in metasound_read_bitstream()
Dtwinvqdec.c302 bits->lpc_hist_idx[i] = get_bits(&gb, mtab->lsp_bit0); in twinvq_read_bitstream()