Home
last modified time | relevance | path

Searched refs:LSP_CB_SIZE (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dg723_1.h42 #define LSP_CB_SIZE 256 macro
247 extern const int16_t ff_g723_1_lsp_band0[LSP_CB_SIZE][3];
248 extern const int16_t ff_g723_1_lsp_band1[LSP_CB_SIZE][3];
249 extern const int16_t ff_g723_1_lsp_band2[LSP_CB_SIZE][4];
Dg723_1.c100 const int16_t ff_g723_1_lsp_band0[LSP_CB_SIZE][3] = {
189 const int16_t ff_g723_1_lsp_band1[LSP_CB_SIZE][3] = {
278 const int16_t ff_g723_1_lsp_band2[LSP_CB_SIZE][4] = {
Dg723_1enc.c347 for (i = 0; i < LSP_CB_SIZE; i++) { \