Lines Matching defs:inbuf
190 lame_encode_frame_init(lame_internal_flags * gfc, const sample_t *const inbuf[2])
212 primebuff0[i] = inbuf[0][j];
214 primebuff1[i] = inbuf[1][j];
255 inbuf: |--------------|--------------|--------------|
276 inbuf = buffer of PCM data size=MP3 framesize
277 encoder acts on inbuf[ch][0], but output is delayed by MDCTDELAY
278 so the MDCT coefficints are from inbuf[ch][-MDCTDELAY]
318 const sample_t *inbuf[2];
329 inbuf[0] = inbuf_l;
330 inbuf[1] = inbuf_r;
334 lame_encode_frame_init(gfc, inbuf);
372 bufp[ch] = &inbuf[ch][576 + gr * 576 - FFTOFFSET];
405 mdct_sub48(gfc, inbuf[0], inbuf[1]);
561 gfc->pinfo->pcmdata[ch][j] = inbuf[ch][j - FFTOFFSET];