Searched defs:subframe_bps (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/flac/src/libFLAC/ |
H A D | stream_encoder_framing.c | 393 …C__subframe_add_constant(const FLAC__Subframe_Constant *subframe, uint32_t subframe_bps, uint32_t … in FLAC__subframe_add_constant() 406 …(const FLAC__Subframe_Fixed *subframe, uint32_t residual_samples, uint32_t subframe_bps, uint32_t … in FLAC__subframe_add_fixed() 444 …pc(const FLAC__Subframe_LPC *subframe, uint32_t residual_samples, uint32_t subframe_bps, uint32_t … in FLAC__subframe_add_lpc() 490 …rbatim(const FLAC__Subframe_Verbatim *subframe, uint32_t samples, uint32_t subframe_bps, uint32_t … in FLAC__subframe_add_verbatim()
|
H A D | stream_encoder.c | 346 …uint32_t subframe_bps[FLAC__MAX_CHANNELS]; /* the effective bits per sample of the input si… member 3446 uint32_t subframe_bps, in process_subframe_() 3716 uint32_t subframe_bps, in apply_apodization_() 3790 uint32_t subframe_bps, in add_subframe_() 3832 uint32_t subframe_bps, in spotcheck_subframe_estimate_() 3862 uint32_t subframe_bps, in evaluate_constant_subframe_() 3888 uint32_t subframe_bps, in evaluate_fixed_subframe_() 3962 uint32_t subframe_bps, in evaluate_lpc_subframe_() 4061 uint32_t subframe_bps, in evaluate_verbatim_subframe_()
|
H A D | lpc.c | 942 uint32_t FLAC__lpc_max_prediction_before_shift_bps(uint32_t subframe_bps, const FLAC__int32 * flac_… in FLAC__lpc_max_prediction_before_shift_bps() 958 uint32_t FLAC__lpc_max_residual_bps(uint32_t subframe_bps, const FLAC__int32 * flac_restrict qlp_co… in FLAC__lpc_max_residual_bps()
|