Home
last modified time | relevance | path

Searched refs:SUBFRAME_SIZE (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dg729dec.c106 int16_t exc_base[2*SUBFRAME_SIZE+PITCH_DELAY_MAX+INTERPOL_LEN];
126 int16_t residual[SUBFRAME_SIZE + RES_PREV_DATA_SIZE];
129 int16_t res_filter_data[SUBFRAME_SIZE+10];
132 int16_t pos_filter_data[SUBFRAME_SIZE+10];
275 int16_t fc_new[SUBFRAME_SIZE]; in g729d_get_new_exc()
364 avctx->frame_size = SUBFRAME_SIZE << 1; in decoder_init()
426 int16_t fc[SUBFRAME_SIZE]; // fixed-codebook vector in decode_frame()
427 int16_t synth[SUBFRAME_SIZE+10]; // fixed-codebook vector in decode_frame()
431 frame->nb_samples = SUBFRAME_SIZE<<1; in decode_frame()
546 memset(fc, 0, sizeof(int16_t) * SUBFRAME_SIZE); in decode_frame()
[all …]
Devrcdec.c43 #define SUBFRAME_SIZE 54 macro
86 float postfilter_residual[ACB_SIZE + SUBFRAME_SIZE];
91 float pitch[ACB_SIZE + FILTER_ORDER + SUBFRAME_SIZE];
578 scratch[SUBFRAME_SIZE], temp[SUBFRAME_SIZE], in postfilter()
579 mem[SUBFRAME_SIZE]; in postfilter()
657 tmp[SUBFRAME_SIZE + 6], f; in frame_erasure()
843 float tmp[SUBFRAME_SIZE + 6] = { 0 }; in evrc_decode_frame()
Dg729.h27 #define SUBFRAME_SIZE 40 macro
Dg729postfilter.c144 int16_t sig_scaled[SUBFRAME_SIZE + RES_PREV_DATA_SIZE]; in long_term_filter()
145 int16_t delayed_signal[ANALYZED_FRAC_DELAYS][SUBFRAME_SIZE+1]; in long_term_filter()
525 int16_t residual_filt_buf[SUBFRAME_SIZE+11]; in ff_g729_postfilter()