Home
last modified time | relevance | path

Searched refs:ff_g723_1_combinatorial_table (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dg723_1.h255 extern const int32_t ff_g723_1_combinatorial_table[PULSE_MAX][SUBFRAME_LEN/GRID_SIZE];
H A Dg723_1.c410 const int32_t ff_g723_1_combinatorial_table[PULSE_MAX][SUBFRAME_LEN/GRID_SIZE] = { variable
H A Dg723_1dec.c297 temp -= ff_g723_1_combinatorial_table[j][i]; in gen_fcb_excitation()
300 temp += ff_g723_1_combinatorial_table[j++][i]; in gen_fcb_excitation()
H A Dg723_1enc.c989 subfrm->pulse_pos += ff_g723_1_combinatorial_table[j][i]; in pack_fcb_param()

Completed in 7 milliseconds