Searched defs:subframe_bps (Results 1 – 2 of 2) sorted by relevance
/external/flac/libFLAC/ |
D | stream_encoder_framing.c | 362 …C__subframe_add_constant(const FLAC__Subframe_Constant *subframe, unsigned subframe_bps, unsigned … in FLAC__subframe_add_constant() 375 …(const FLAC__Subframe_Fixed *subframe, unsigned residual_samples, unsigned subframe_bps, unsigned … in FLAC__subframe_add_fixed() 413 …pc(const FLAC__Subframe_LPC *subframe, unsigned residual_samples, unsigned subframe_bps, unsigned … in FLAC__subframe_add_lpc() 459 …rbatim(const FLAC__Subframe_Verbatim *subframe, unsigned samples, unsigned subframe_bps, unsigned … in FLAC__subframe_add_verbatim()
|
D | stream_encoder.c | 322 …unsigned subframe_bps[FLAC__MAX_CHANNELS]; /* the effective bits per sample of the input si… member 3363 unsigned subframe_bps, in process_subframe_() 3596 unsigned subframe_bps, in add_subframe_() 3638 unsigned subframe_bps, in spotcheck_subframe_estimate_() 3668 unsigned subframe_bps, in evaluate_constant_subframe_() 3694 unsigned subframe_bps, in evaluate_fixed_subframe_() 3757 unsigned subframe_bps, in evaluate_lpc_subframe_() 3839 unsigned subframe_bps, in evaluate_verbatim_subframe_()
|