Searched refs:FLAC__Subframe_LPC (Results 1 – 4 of 4) sorted by relevance
43 FLAC__bool FLAC__subframe_add_lpc(const FLAC__Subframe_LPC *subframe, unsigned residual_samples, un…
336 } FLAC__Subframe_LPC; typedef349 FLAC__Subframe_LPC lpc;
418 FLAC__bool FLAC__subframe_add_lpc(const FLAC__Subframe_LPC *subframe, unsigned residual_samples, un… in FLAC__subframe_add_lpc()
2632 FLAC__Subframe_LPC *subframe = &decoder->private_->frame.subframes[channel].data.lpc; in read_subframe_lpc_()