Home
last modified time | relevance | path

Searched refs:FLAC__lpc_max_residual_bps (Results 1 – 5 of 5) sorted by relevance

/external/flac/src/libFLAC/
DlibFLAC_blocklist.txt7 fun:FLAC__lpc_max_residual_bps
Dlpc.c958 uint32_t FLAC__lpc_max_residual_bps(uint32_t subframe_bps, const FLAC__int32 * flac_restrict qlp_co… in FLAC__lpc_max_residual_bps() function
Dstream_decoder.c2894 …if(FLAC__lpc_max_residual_bps(bps, subframe->qlp_coeff, order, subframe->quantization_level) <= 32… in read_subframe_lpc_()
Dstream_encoder.c3990 if(FLAC__lpc_max_residual_bps(subframe_bps, qlp_coeff, order, quantization) > 32) { in evaluate_lpc_subframe_()
/external/flac/src/libFLAC/include/private/
Dlpc.h185 uint32_t FLAC__lpc_max_residual_bps(uint32_t subframe_bps, const FLAC__int32 qlp_coeff[], uint32_t …