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

/external/flac/libFLAC/include/private/
H A Dstream_encoder_framing.h41 FLAC__bool FLAC__subframe_add_fixed(const FLAC__Subframe_Fixed *subframe, unsigned residual_samples, unsigned subframe_bps, unsigned wasted_bits, FLAC__BitWriter *bw);
/external/flac/libFLAC/
H A Dstream_encoder_framing.c379 FLAC__bool FLAC__subframe_add_fixed(const FLAC__Subframe_Fixed *subframe, unsigned residual_samples, unsigned subframe_bps, unsigned wasted_bits, FLAC__BitWriter *bw) function
H A Dstream_encoder.c3424 if(!FLAC__subframe_add_fixed(&(subframe->data.fixed), blocksize - subframe->data.fixed.order, subframe_bps, subframe->wasted_bits, frame)) {

Completed in 43 milliseconds