27 const int8_t hf_vq[1024][32], intptr_t vq_offset,
30 const int8_t hf_vq[1024][32], intptr_t vq_offset,
33 const int8_t hf_vq[1024][32], intptr_t vq_offset,
60 const float window[512],
64 float *synth_buf_ptr,
int *synth_buf_offset,
65 float synth_buf2[32],
const float window[512],
66 float out[32],
const float in[32],
float scale)
68 float *synth_buf= synth_buf_ptr + *synth_buf_offset;
73 out, *synth_buf_offset, scale);
75 *synth_buf_offset = (*synth_buf_offset - 32) & 511;