Home
last modified time | relevance | path

Searched refs:FLAC__Subframe_LPC (Results 1 – 4 of 4) sorted by relevance

/external/flac/libFLAC/include/private/
Dstream_encoder_framing.h43 FLAC__bool FLAC__subframe_add_lpc(const FLAC__Subframe_LPC *subframe, unsigned residual_samples, un…
/external/flac/include/FLAC/
Dformat.h336 } FLAC__Subframe_LPC; typedef
349 FLAC__Subframe_LPC lpc;
/external/flac/libFLAC/
Dstream_encoder_framing.c418 FLAC__bool FLAC__subframe_add_lpc(const FLAC__Subframe_LPC *subframe, unsigned residual_samples, un… in FLAC__subframe_add_lpc()
Dstream_decoder.c2632 FLAC__Subframe_LPC *subframe = &decoder->private_->frame.subframes[channel].data.lpc; in read_subframe_lpc_()