Searched defs:subframe_bps (Results 1 – 2 of 2) sorted by relevance
/external/flac/libFLAC/ |
D | stream_encoder_framing.c | 367 …C__subframe_add_constant(const FLAC__Subframe_Constant *subframe, unsigned subframe_bps, unsigned … in FLAC__subframe_add_constant() 380 …(const FLAC__Subframe_Fixed *subframe, unsigned residual_samples, unsigned subframe_bps, unsigned … in FLAC__subframe_add_fixed() 418 …pc(const FLAC__Subframe_LPC *subframe, unsigned residual_samples, unsigned subframe_bps, unsigned … in FLAC__subframe_add_lpc() 464 …rbatim(const FLAC__Subframe_Verbatim *subframe, unsigned samples, unsigned subframe_bps, unsigned … in FLAC__subframe_add_verbatim()
|
D | stream_encoder.c | 326 …unsigned subframe_bps[FLAC__MAX_CHANNELS]; /* the effective bits per sample of the input si… member 3362 unsigned subframe_bps, in process_subframe_() 3598 unsigned subframe_bps, in add_subframe_() 3640 unsigned subframe_bps, in spotcheck_subframe_estimate_() 3670 unsigned subframe_bps, in evaluate_constant_subframe_() 3696 unsigned subframe_bps, in evaluate_fixed_subframe_() 3759 unsigned subframe_bps, in evaluate_lpc_subframe_() 3841 unsigned subframe_bps, in evaluate_verbatim_subframe_()
|