Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dg729data.h177 static const int16_t cb_lsp_2nd[1<<VQ_2ND_BITS][10] = { /* (2.13) */ variable
Dg729dec.c208 quantizer_output[i] = cb_lsp_1st[vq_1st][i ] + cb_lsp_2nd[vq_2nd_low ][i ]; in lsf_decode()
209 quantizer_output[i + 5] = cb_lsp_1st[vq_1st][i + 5] + cb_lsp_2nd[vq_2nd_high][i + 5]; in lsf_decode()