Home
last modified time | relevance | path

Searched refs:subframe_bps (Results 1 – 3 of 3) sorted by relevance

/external/flac/libFLAC/include/private/
Dstream_encoder_framing.h40 …bframe_add_constant(const FLAC__Subframe_Constant *subframe, unsigned subframe_bps, unsigned waste…
41 …t FLAC__Subframe_Fixed *subframe, unsigned residual_samples, unsigned subframe_bps, unsigned waste…
42 …nst FLAC__Subframe_LPC *subframe, unsigned residual_samples, unsigned subframe_bps, unsigned waste…
43 …m(const FLAC__Subframe_Verbatim *subframe, unsigned samples, unsigned subframe_bps, unsigned waste…
/external/flac/libFLAC/
Dstream_encoder_framing.c366 …bframe_add_constant(const FLAC__Subframe_Constant *subframe, unsigned subframe_bps, unsigned waste… in FLAC__subframe_add_constant() argument
373 FLAC__bitwriter_write_raw_int32(bw, subframe->value, subframe_bps) in FLAC__subframe_add_constant()
379 …t FLAC__Subframe_Fixed *subframe, unsigned residual_samples, unsigned subframe_bps, unsigned waste… in FLAC__subframe_add_fixed() argument
390 if(!FLAC__bitwriter_write_raw_int32(bw, subframe->warmup[i], subframe_bps)) in FLAC__subframe_add_fixed()
417 …nst FLAC__Subframe_LPC *subframe, unsigned residual_samples, unsigned subframe_bps, unsigned waste… in FLAC__subframe_add_lpc() argument
428 if(!FLAC__bitwriter_write_raw_int32(bw, subframe->warmup[i], subframe_bps)) in FLAC__subframe_add_lpc()
463 …m(const FLAC__Subframe_Verbatim *subframe, unsigned samples, unsigned subframe_bps, unsigned waste… in FLAC__subframe_add_verbatim() argument
475 if(!FLAC__bitwriter_write_raw_int32(bw, signal[i], subframe_bps)) in FLAC__subframe_add_verbatim()
Dstream_encoder.c167 unsigned subframe_bps,
179 unsigned subframe_bps,
188 unsigned subframe_bps,
199 unsigned subframe_bps,
220 unsigned subframe_bps,
238 unsigned subframe_bps,
342 …unsigned subframe_bps[FLAC__MAX_CHANNELS]; /* the effective bits per sample of the input si… member
2991 encoder->private_->subframe_bps[channel] = encoder->protected_->bits_per_sample - w; in process_subframes_()
3014 encoder->private_->subframe_bps[channel], in process_subframes_()
3123 left_bps = encoder->private_->subframe_bps [0]; in process_subframes_()
[all …]