ff_g723_1_inverse_quant  219 libavcodec/g723_1.h void ff_g723_1_inverse_quant(int16_t *cur_lsp, int16_t *prev_lsp,
ff_g723_1_inverse_quant  905 libavcodec/g723_1dec.c             ff_g723_1_inverse_quant(cur_lsp, p->prev_lsp, p->lsp_index, bad_frame);
ff_g723_1_inverse_quant  987 libavcodec/g723_1dec.c                 ff_g723_1_inverse_quant(p->sid_lsp, p->prev_lsp, p->lsp_index, 0);
ff_g723_1_inverse_quant 1116 libavcodec/g723_1enc.c     ff_g723_1_inverse_quant(cur_lsp, p->prev_lsp, p->lsp_index, 0);