Searched refs:FLAC__BitWriter (Results 1 - 18 of 18) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/flac/src/libFLAC/include/private/
H A Dbitwriter.h41 struct FLAC__BitWriter;
42 typedef struct FLAC__BitWriter FLAC__BitWriter; typedef in typeref:struct:FLAC__BitWriter
47 FLAC__BitWriter *FLAC__bitwriter_new(void);
48 void FLAC__bitwriter_delete(FLAC__BitWriter *bw);
49 FLAC__bool FLAC__bitwriter_init(FLAC__BitWriter *bw);
50 void FLAC__bitwriter_free(FLAC__BitWriter *bw); /* does not 'free(buffer)' */
51 void FLAC__bitwriter_clear(FLAC__BitWriter *bw);
52 void FLAC__bitwriter_dump(const FLAC__BitWriter *bw, FILE *out);
59 FLAC__bool FLAC__bitwriter_get_write_crc16(FLAC__BitWriter *b
[all...]
H A Dstream_encoder_framing.h38 FLAC__bool FLAC__add_metadata_block(const FLAC__StreamMetadata *metadata, FLAC__BitWriter *bw);
39 FLAC__bool FLAC__frame_add_header(const FLAC__FrameHeader *header, FLAC__BitWriter *bw);
40 FLAC__bool FLAC__subframe_add_constant(const FLAC__Subframe_Constant *subframe, unsigned subframe_bps, unsigned wasted_bits, FLAC__BitWriter *bw);
41 FLAC__bool FLAC__subframe_add_fixed(const FLAC__Subframe_Fixed *subframe, unsigned residual_samples, unsigned subframe_bps, unsigned wasted_bits, FLAC__BitWriter *bw);
42 FLAC__bool FLAC__subframe_add_lpc(const FLAC__Subframe_LPC *subframe, unsigned residual_samples, unsigned subframe_bps, unsigned wasted_bits, FLAC__BitWriter *bw);
43 FLAC__bool FLAC__subframe_add_verbatim(const FLAC__Subframe_Verbatim *subframe, unsigned samples, unsigned subframe_bps, unsigned wasted_bits, FLAC__BitWriter *bw);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/flac/src/libFLAC/include/private/
H A Dbitwriter.h41 struct FLAC__BitWriter;
42 typedef struct FLAC__BitWriter FLAC__BitWriter; typedef in typeref:struct:FLAC__BitWriter
47 FLAC__BitWriter *FLAC__bitwriter_new(void);
48 void FLAC__bitwriter_delete(FLAC__BitWriter *bw);
49 FLAC__bool FLAC__bitwriter_init(FLAC__BitWriter *bw);
50 void FLAC__bitwriter_free(FLAC__BitWriter *bw); /* does not 'free(buffer)' */
51 void FLAC__bitwriter_clear(FLAC__BitWriter *bw);
52 void FLAC__bitwriter_dump(const FLAC__BitWriter *bw, FILE *out);
59 FLAC__bool FLAC__bitwriter_get_write_crc16(FLAC__BitWriter *b
[all...]
H A Dstream_encoder_framing.h38 FLAC__bool FLAC__add_metadata_block(const FLAC__StreamMetadata *metadata, FLAC__BitWriter *bw);
39 FLAC__bool FLAC__frame_add_header(const FLAC__FrameHeader *header, FLAC__BitWriter *bw);
40 FLAC__bool FLAC__subframe_add_constant(const FLAC__Subframe_Constant *subframe, unsigned subframe_bps, unsigned wasted_bits, FLAC__BitWriter *bw);
41 FLAC__bool FLAC__subframe_add_fixed(const FLAC__Subframe_Fixed *subframe, unsigned residual_samples, unsigned subframe_bps, unsigned wasted_bits, FLAC__BitWriter *bw);
42 FLAC__bool FLAC__subframe_add_lpc(const FLAC__Subframe_LPC *subframe, unsigned residual_samples, unsigned subframe_bps, unsigned wasted_bits, FLAC__BitWriter *bw);
43 FLAC__bool FLAC__subframe_add_verbatim(const FLAC__Subframe_Verbatim *subframe, unsigned samples, unsigned subframe_bps, unsigned wasted_bits, FLAC__BitWriter *bw);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/flac/src/libFLAC/include/private/
H A Dbitwriter.h41 struct FLAC__BitWriter;
42 typedef struct FLAC__BitWriter FLAC__BitWriter; typedef in typeref:struct:FLAC__BitWriter
47 FLAC__BitWriter *FLAC__bitwriter_new(void);
48 void FLAC__bitwriter_delete(FLAC__BitWriter *bw);
49 FLAC__bool FLAC__bitwriter_init(FLAC__BitWriter *bw);
50 void FLAC__bitwriter_free(FLAC__BitWriter *bw); /* does not 'free(buffer)' */
51 void FLAC__bitwriter_clear(FLAC__BitWriter *bw);
52 void FLAC__bitwriter_dump(const FLAC__BitWriter *bw, FILE *out);
59 FLAC__bool FLAC__bitwriter_get_write_crc16(FLAC__BitWriter *b
[all...]
H A Dstream_encoder_framing.h38 FLAC__bool FLAC__add_metadata_block(const FLAC__StreamMetadata *metadata, FLAC__BitWriter *bw);
39 FLAC__bool FLAC__frame_add_header(const FLAC__FrameHeader *header, FLAC__BitWriter *bw);
40 FLAC__bool FLAC__subframe_add_constant(const FLAC__Subframe_Constant *subframe, unsigned subframe_bps, unsigned wasted_bits, FLAC__BitWriter *bw);
41 FLAC__bool FLAC__subframe_add_fixed(const FLAC__Subframe_Fixed *subframe, unsigned residual_samples, unsigned subframe_bps, unsigned wasted_bits, FLAC__BitWriter *bw);
42 FLAC__bool FLAC__subframe_add_lpc(const FLAC__Subframe_LPC *subframe, unsigned residual_samples, unsigned subframe_bps, unsigned wasted_bits, FLAC__BitWriter *bw);
43 FLAC__bool FLAC__subframe_add_verbatim(const FLAC__Subframe_Verbatim *subframe, unsigned samples, unsigned subframe_bps, unsigned wasted_bits, FLAC__BitWriter *bw);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/flac/src/libFLAC/
H A Dbitwriter.c102 struct FLAC__BitWriter { struct
120 static FLAC__bool bitwriter_grow_(FLAC__BitWriter *bw, unsigned bits_to_add)
160 FLAC__BitWriter *FLAC__bitwriter_new(void)
162 FLAC__BitWriter *bw = (FLAC__BitWriter*)calloc(1, sizeof(FLAC__BitWriter));
167 void FLAC__bitwriter_delete(FLAC__BitWriter *bw)
181 FLAC__bool FLAC__bitwriter_init(FLAC__BitWriter *bw)
194 void FLAC__bitwriter_free(FLAC__BitWriter *bw)
205 void FLAC__bitwriter_clear(FLAC__BitWriter *b
[all...]
H A Dstream_encoder_framing.c47 static FLAC__bool add_entropy_coding_method_(FLAC__BitWriter *bw, const FLAC__EntropyCodingMethod *method);
48 static FLAC__bool add_residual_partitioned_rice_(FLAC__BitWriter *bw, const FLAC__int32 residual[], const unsigned residual_samples, const unsigned predictor_order, const unsigned rice_parameters[], const unsigned raw_bits[], const unsigned partition_order, const FLAC__bool is_extended);
50 FLAC__bool FLAC__add_metadata_block(const FLAC__StreamMetadata *metadata, FLAC__BitWriter *bw)
219 FLAC__bool FLAC__frame_add_header(const FLAC__FrameHeader *header, FLAC__BitWriter *bw)
366 FLAC__bool FLAC__subframe_add_constant(const FLAC__Subframe_Constant *subframe, unsigned subframe_bps, unsigned wasted_bits, FLAC__BitWriter *bw)
379 FLAC__bool FLAC__subframe_add_fixed(const FLAC__Subframe_Fixed *subframe, unsigned residual_samples, unsigned subframe_bps, unsigned wasted_bits, FLAC__BitWriter *bw)
417 FLAC__bool FLAC__subframe_add_lpc(const FLAC__Subframe_LPC *subframe, unsigned residual_samples, unsigned subframe_bps, unsigned wasted_bits, FLAC__BitWriter *bw)
463 FLAC__bool FLAC__subframe_add_verbatim(const FLAC__Subframe_Verbatim *subframe, unsigned samples, unsigned subframe_bps, unsigned wasted_bits, FLAC__BitWriter *bw)
481 FLAC__bool add_entropy_coding_method_(FLAC__BitWriter *bw, const FLAC__EntropyCodingMethod *method)
497 FLAC__bool add_residual_partitioned_rice_(FLAC__BitWriter *b
[all...]
H A Dstream_encoder.c181 FLAC__BitWriter *frame
360 FLAC__BitWriter *frame; /* the current frame being worked on */
3413 FLAC__BitWriter *frame
3459 FLAC__BitWriter *frame = FLAC__bitwriter_new();
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/flac/src/libFLAC/
H A Dbitwriter.c102 struct FLAC__BitWriter { struct
120 static FLAC__bool bitwriter_grow_(FLAC__BitWriter *bw, unsigned bits_to_add)
160 FLAC__BitWriter *FLAC__bitwriter_new(void)
162 FLAC__BitWriter *bw = (FLAC__BitWriter*)calloc(1, sizeof(FLAC__BitWriter));
167 void FLAC__bitwriter_delete(FLAC__BitWriter *bw)
181 FLAC__bool FLAC__bitwriter_init(FLAC__BitWriter *bw)
194 void FLAC__bitwriter_free(FLAC__BitWriter *bw)
205 void FLAC__bitwriter_clear(FLAC__BitWriter *b
[all...]
H A Dstream_encoder_framing.c47 static FLAC__bool add_entropy_coding_method_(FLAC__BitWriter *bw, const FLAC__EntropyCodingMethod *method);
48 static FLAC__bool add_residual_partitioned_rice_(FLAC__BitWriter *bw, const FLAC__int32 residual[], const unsigned residual_samples, const unsigned predictor_order, const unsigned rice_parameters[], const unsigned raw_bits[], const unsigned partition_order, const FLAC__bool is_extended);
50 FLAC__bool FLAC__add_metadata_block(const FLAC__StreamMetadata *metadata, FLAC__BitWriter *bw)
219 FLAC__bool FLAC__frame_add_header(const FLAC__FrameHeader *header, FLAC__BitWriter *bw)
366 FLAC__bool FLAC__subframe_add_constant(const FLAC__Subframe_Constant *subframe, unsigned subframe_bps, unsigned wasted_bits, FLAC__BitWriter *bw)
379 FLAC__bool FLAC__subframe_add_fixed(const FLAC__Subframe_Fixed *subframe, unsigned residual_samples, unsigned subframe_bps, unsigned wasted_bits, FLAC__BitWriter *bw)
417 FLAC__bool FLAC__subframe_add_lpc(const FLAC__Subframe_LPC *subframe, unsigned residual_samples, unsigned subframe_bps, unsigned wasted_bits, FLAC__BitWriter *bw)
463 FLAC__bool FLAC__subframe_add_verbatim(const FLAC__Subframe_Verbatim *subframe, unsigned samples, unsigned subframe_bps, unsigned wasted_bits, FLAC__BitWriter *bw)
481 FLAC__bool add_entropy_coding_method_(FLAC__BitWriter *bw, const FLAC__EntropyCodingMethod *method)
497 FLAC__bool add_residual_partitioned_rice_(FLAC__BitWriter *b
[all...]
H A Dstream_encoder.c181 FLAC__BitWriter *frame
360 FLAC__BitWriter *frame; /* the current frame being worked on */
3413 FLAC__BitWriter *frame
3459 FLAC__BitWriter *frame = FLAC__bitwriter_new();
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/flac/src/libFLAC/
H A Dbitwriter.c102 struct FLAC__BitWriter { struct
120 static FLAC__bool bitwriter_grow_(FLAC__BitWriter *bw, unsigned bits_to_add)
160 FLAC__BitWriter *FLAC__bitwriter_new(void)
162 FLAC__BitWriter *bw = (FLAC__BitWriter*)calloc(1, sizeof(FLAC__BitWriter));
167 void FLAC__bitwriter_delete(FLAC__BitWriter *bw)
181 FLAC__bool FLAC__bitwriter_init(FLAC__BitWriter *bw)
194 void FLAC__bitwriter_free(FLAC__BitWriter *bw)
205 void FLAC__bitwriter_clear(FLAC__BitWriter *b
[all...]
H A Dstream_encoder_framing.c47 static FLAC__bool add_entropy_coding_method_(FLAC__BitWriter *bw, const FLAC__EntropyCodingMethod *method);
48 static FLAC__bool add_residual_partitioned_rice_(FLAC__BitWriter *bw, const FLAC__int32 residual[], const unsigned residual_samples, const unsigned predictor_order, const unsigned rice_parameters[], const unsigned raw_bits[], const unsigned partition_order, const FLAC__bool is_extended);
50 FLAC__bool FLAC__add_metadata_block(const FLAC__StreamMetadata *metadata, FLAC__BitWriter *bw)
219 FLAC__bool FLAC__frame_add_header(const FLAC__FrameHeader *header, FLAC__BitWriter *bw)
366 FLAC__bool FLAC__subframe_add_constant(const FLAC__Subframe_Constant *subframe, unsigned subframe_bps, unsigned wasted_bits, FLAC__BitWriter *bw)
379 FLAC__bool FLAC__subframe_add_fixed(const FLAC__Subframe_Fixed *subframe, unsigned residual_samples, unsigned subframe_bps, unsigned wasted_bits, FLAC__BitWriter *bw)
417 FLAC__bool FLAC__subframe_add_lpc(const FLAC__Subframe_LPC *subframe, unsigned residual_samples, unsigned subframe_bps, unsigned wasted_bits, FLAC__BitWriter *bw)
463 FLAC__bool FLAC__subframe_add_verbatim(const FLAC__Subframe_Verbatim *subframe, unsigned samples, unsigned subframe_bps, unsigned wasted_bits, FLAC__BitWriter *bw)
481 FLAC__bool add_entropy_coding_method_(FLAC__BitWriter *bw, const FLAC__EntropyCodingMethod *method)
497 FLAC__bool add_residual_partitioned_rice_(FLAC__BitWriter *b
[all...]
H A Dstream_encoder.c181 FLAC__BitWriter *frame
360 FLAC__BitWriter *frame; /* the current frame being worked on */
3413 FLAC__BitWriter *frame
3459 FLAC__BitWriter *frame = FLAC__bitwriter_new();
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/flac/src/test_libFLAC/
H A Dbitwriter.c37 * WATCHOUT! Since FLAC__BitWriter is a private structure, we use a copy of
43 struct FLAC__BitWriter { struct
56 FLAC__BitWriter *bw;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/flac/src/test_libFLAC/
H A Dbitwriter.c37 * WATCHOUT! Since FLAC__BitWriter is a private structure, we use a copy of
43 struct FLAC__BitWriter { struct
56 FLAC__BitWriter *bw;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/flac/src/test_libFLAC/
H A Dbitwriter.c37 * WATCHOUT! Since FLAC__BitWriter is a private structure, we use a copy of
43 struct FLAC__BitWriter { struct
56 FLAC__BitWriter *bw;

Completed in 170 milliseconds