33 #ifndef FLAC__PRIVATE__STREAM_ENCODER_FRAMING_H 34 #define FLAC__PRIVATE__STREAM_ENCODER_FRAMING_H 36 #include "../../../format.h"
unsigned subframe_bps[FLAC__MAX_CHANNELS]
Definition: stream_encoder.c:319
FLAC__bool FLAC__subframe_add_fixed(const FLAC__Subframe_Fixed *subframe, unsigned residual_samples, unsigned subframe_bps, unsigned wasted_bits, FLAC__BitWriter *bw)
Definition: stream_encoder_framing.c:375
FLAC__bool FLAC__add_metadata_block(const FLAC__StreamMetadata *metadata, FLAC__BitWriter *bw)
Definition: stream_encoder_framing.c:46
FLAC__bool FLAC__subframe_add_constant(const FLAC__Subframe_Constant *subframe, unsigned subframe_bps, unsigned wasted_bits, FLAC__BitWriter *bw)
Definition: stream_encoder_framing.c:362
FLAC__bool FLAC__subframe_add_lpc(const FLAC__Subframe_LPC *subframe, unsigned residual_samples, unsigned subframe_bps, unsigned wasted_bits, FLAC__BitWriter *bw)
Definition: stream_encoder_framing.c:413
Definition: bitwriter.c:72
FLAC__bool FLAC__frame_add_header(const FLAC__FrameHeader *header, FLAC__BitWriter *bw)
Definition: stream_encoder_framing.c:215
FLAC__bool FLAC__subframe_add_verbatim(const FLAC__Subframe_Verbatim *subframe, unsigned samples, unsigned subframe_bps, unsigned wasted_bits, FLAC__BitWriter *bw)
Definition: stream_encoder_framing.c:459