Searched refs:FLAC__subframe_add_lpc (Results 1 - 3 of 3) sorted by relevance

/external/flac/libFLAC/include/private/
H A Dstream_encoder_framing.h42 FLAC__bool FLAC__subframe_add_lpc(const FLAC__Subframe_LPC *subframe, unsigned residual_samples, unsigned subframe_bps, unsigned wasted_bits, FLAC__BitWriter *bw);
/external/flac/libFLAC/
H A Dstream_encoder_framing.c417 FLAC__bool FLAC__subframe_add_lpc(const FLAC__Subframe_LPC *subframe, unsigned residual_samples, unsigned subframe_bps, unsigned wasted_bits, FLAC__BitWriter *bw) function
H A Dstream_encoder.c3430 if(!FLAC__subframe_add_lpc(&(subframe->data.lpc), blocksize - subframe->data.lpc.order, subframe_bps, subframe->wasted_bits, frame)) {

Completed in 646 milliseconds