Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dg723_1.c278 const int16_t ff_g723_1_lsp_band2[LSP_CB_SIZE][4] = { variable
1295 cur_lsp[6] = ff_g723_1_lsp_band2[lsp_index[2]][0]; in ff_g723_1_inverse_quant()
1296 cur_lsp[7] = ff_g723_1_lsp_band2[lsp_index[2]][1]; in ff_g723_1_inverse_quant()
1297 cur_lsp[8] = ff_g723_1_lsp_band2[lsp_index[2]][2]; in ff_g723_1_inverse_quant()
1298 cur_lsp[9] = ff_g723_1_lsp_band2[lsp_index[2]][3]; in ff_g723_1_inverse_quant()
Dg723_1.h249 extern const int16_t ff_g723_1_lsp_band2[LSP_CB_SIZE][4];