Lines Matching refs:synth
427 int16_t synth[SUBFRAME_SIZE+10]; // fixed-codebook vector in decode_frame() local
642 memcpy(synth, ctx->syn_filter_data, 10 * sizeof(int16_t)); in decode_frame()
645 synth+10, in decode_frame()
667 synth+10, in decode_frame()
677 synth+10, in decode_frame()
687 memcpy(ctx->syn_filter_data, synth+SUBFRAME_SIZE, 10 * sizeof(int16_t)); in decode_frame()
692 gain_before += FFABS(synth[j+10]); in decode_frame()
704 synth+10, in decode_frame()
710 gain_after += FFABS(synth[j+10]); in decode_frame()
715 synth+10, in decode_frame()
725 memcpy(synth+8, ctx->hpf_z, 2*sizeof(int16_t)); in decode_frame()
729 synth+10, in decode_frame()
731 memcpy(ctx->hpf_z, synth+8+SUBFRAME_SIZE, 2*sizeof(int16_t)); in decode_frame()