Searched refs:read_subframe_lpc_ (Results 1 – 1 of 1) sorted by relevance
/external/flac/libFLAC/ |
D | stream_decoder.c | 94 static FLAC__bool read_subframe_lpc_(FLAC__StreamDecoder *decoder, unsigned channel, unsigned bps, … 2528 if(!read_subframe_lpc_(decoder, channel, bps, ((x>>1)&31)+1, do_full_decode)) in read_subframe_() 2630 FLAC__bool read_subframe_lpc_(FLAC__StreamDecoder *decoder, unsigned channel, unsigned bps, const u… in read_subframe_lpc_() function
|