Searched refs:lpc_hist_idx (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | twinvq.c | 265 int lpc_hist_idx, float *lsp, float *hist) in decode_lsp() 293 float tmp1 = 1.0 - cb3[lpc_hist_idx * mtab->n_lsp + i]; in decode_lsp() 294 float tmp2 = hist[i] * cb3[lpc_hist_idx * mtab->n_lsp + i]; in decode_lsp() 461 bits->lpc_hist_idx[i], lsp, tctx->lsp_hist[i]); in read_and_decode_spectrum() 264 decode_lsp(TwinVQContext *tctx, int lpc_idx1, uint8_t *lpc_idx2, int lpc_hist_idx, float *lsp, float *hist) decode_lsp() argument
|
H A D | twinvq.h | 100 uint8_t lpc_hist_idx[TWINVQ_CHANNELS_MAX]; member
|
H A D | metasound.c | 223 bits->lpc_hist_idx[i] = get_bits(&gb, mtab->lsp_bit0); in metasound_read_bitstream()
|
H A D | twinvqdec.c | 302 bits->lpc_hist_idx[i] = get_bits(&gb, mtab->lsp_bit0); in twinvq_read_bitstream()
|
Completed in 4 milliseconds