Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dg723_1.c218 cur_lsp[0] = lsp_band0[lsp_index[0]][0]; in ff_g723_1_inverse_quant()
219 cur_lsp[1] = lsp_band0[lsp_index[0]][1]; in ff_g723_1_inverse_quant()
220 cur_lsp[2] = lsp_band0[lsp_index[0]][2]; in ff_g723_1_inverse_quant()
Dg723_1.h317 static const int16_t lsp_band0[LSP_CB_SIZE][3] = { variable