Lines Matching refs:buffer
33 * Codec technicalities (all this assume a buffer length of 1024):
35 * In the timedomain the buffer is divided into 8 pieces and quantized. If
127 void (*interpolate)(struct cook *q, float *buffer,
286 * Out buffer size: extra bytes are needed to cope with
542 * @param mlt_p pointer into the mlt buffer
679 * @param buffer pointer to the timedomain buffer
683 static void interpolate_float(COOKContext *q, float *buffer,
692 buffer[i] *= fc1;
696 buffer[i] *= fc1;
708 * @param previous_buffer pointer to the previous buffer to be used for overlapping
716 * buffer are swapped. Also, the newest data, that we save away for
731 * and buffer management.
736 * @param previous_buffer pointer to the previous buffer to be used for overlapping
803 * @param decode_buffer input buffer
918 * @param previous_buffer pointer to the previous buffer to be used for overlapping
919 * @param out pointer to the output buffer
995 /* get output buffer */