Lines Matching defs:out
28 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
835 static void sb_decode_lost(SBDecState *st, spx_word16_t *out, int dtx, char *stack)
857 out[i+st->frame_size] = speex_rand(st->last_ener, &st->seed);
859 iir_mem16(out+st->frame_size, st->interp_qlpc, out+st->frame_size, st->frame_size, st->lpcSize,
864 qmf_synth(out, out+st->frame_size, h0, out, st->full_frame_size, QMF_ORDER, st->g0_mem, st->g1_mem, stack);
887 spx_word16_t *out = (spx_word16_t*)vout;
895 low_innov_alias = out+st->frame_size;
898 ret = speex_decode_native(st->st_low, bits, out);
910 sb_decode_lost(st, out, dtx, stack);
944 sb_decode_lost(st, out, 1, stack);
949 out[st->frame_size+i]=VERY_SMALL;
954 iir_mem16(out+st->frame_size, st->interp_qlpc, out+st->frame_size, st->frame_size, st->lpcSize, st->mem_sp, stack);
956 qmf_synth(out, out+st->frame_size, h0, out, st->full_frame_size, QMF_ORDER, st->g0_mem, st->g1_mem, stack);
990 sp=out+st->frame_size+offset;
1091 qmf_synth(out, out+st->frame_size, h0, out, st->full_frame_size, QMF_ORDER, st->g0_mem, st->g1_mem, stack);