Searched refs:subframe_bps (Results 1 – 3 of 3) sorted by relevance
/external/flac/libFLAC/include/private/ |
D | stream_encoder_framing.h | 41 …bframe_add_constant(const FLAC__Subframe_Constant *subframe, unsigned subframe_bps, unsigned waste… 42 …t FLAC__Subframe_Fixed *subframe, unsigned residual_samples, unsigned subframe_bps, unsigned waste… 43 …nst FLAC__Subframe_LPC *subframe, unsigned residual_samples, unsigned subframe_bps, unsigned waste… 44 …m(const FLAC__Subframe_Verbatim *subframe, unsigned samples, unsigned subframe_bps, unsigned waste…
|
/external/flac/libFLAC/ |
D | stream_encoder_framing.c | 362 …bframe_add_constant(const FLAC__Subframe_Constant *subframe, unsigned subframe_bps, unsigned waste… in FLAC__subframe_add_constant() argument 369 FLAC__bitwriter_write_raw_int32(bw, subframe->value, subframe_bps) in FLAC__subframe_add_constant() 375 …t FLAC__Subframe_Fixed *subframe, unsigned residual_samples, unsigned subframe_bps, unsigned waste… in FLAC__subframe_add_fixed() argument 386 if(!FLAC__bitwriter_write_raw_int32(bw, subframe->warmup[i], subframe_bps)) in FLAC__subframe_add_fixed() 413 …nst FLAC__Subframe_LPC *subframe, unsigned residual_samples, unsigned subframe_bps, unsigned waste… in FLAC__subframe_add_lpc() argument 424 if(!FLAC__bitwriter_write_raw_int32(bw, subframe->warmup[i], subframe_bps)) in FLAC__subframe_add_lpc() 459 …m(const FLAC__Subframe_Verbatim *subframe, unsigned samples, unsigned subframe_bps, unsigned waste… in FLAC__subframe_add_verbatim() argument 471 if(!FLAC__bitwriter_write_raw_int32(bw, signal[i], subframe_bps)) in FLAC__subframe_add_verbatim()
|
D | stream_encoder.c | 147 unsigned subframe_bps, 159 unsigned subframe_bps, 168 unsigned subframe_bps, 179 unsigned subframe_bps, 200 unsigned subframe_bps, 218 unsigned subframe_bps, 322 …unsigned subframe_bps[FLAC__MAX_CHANNELS]; /* the effective bits per sample of the input si… member 3183 encoder->private_->subframe_bps[channel] = encoder->protected_->bits_per_sample - w; in process_subframes_() 3206 encoder->private_->subframe_bps[channel], in process_subframes_() 3315 left_bps = encoder->private_->subframe_bps [0]; in process_subframes_() [all …]
|