Lines Matching refs:do_full_decode
95 …bool read_frame_(FLAC__StreamDecoder *decoder, FLAC__bool *got_a_frame, FLAC__bool do_full_decode);
97 …subframe_(FLAC__StreamDecoder *decoder, unsigned channel, unsigned bps, FLAC__bool do_full_decode);
98 …constant_(FLAC__StreamDecoder *decoder, unsigned channel, unsigned bps, FLAC__bool do_full_decode);
99 …Decoder *decoder, unsigned channel, unsigned bps, const unsigned order, FLAC__bool do_full_decode);
100 …Decoder *decoder, unsigned channel, unsigned bps, const unsigned order, FLAC__bool do_full_decode);
101 …verbatim_(FLAC__StreamDecoder *decoder, unsigned channel, unsigned bps, FLAC__bool do_full_decode);
2022 …_bool read_frame_(FLAC__StreamDecoder *decoder, FLAC__bool *got_a_frame, FLAC__bool do_full_decode) in read_frame_() argument
2074 if(!read_subframe_(decoder, channel, bps, do_full_decode)) in read_frame_()
2091 if(do_full_decode) { in read_frame_()
2134 if(do_full_decode) { in read_frame_()
2158 if(do_full_decode) { in read_frame_()
2476 …_subframe_(FLAC__StreamDecoder *decoder, unsigned channel, unsigned bps, FLAC__bool do_full_decode) in read_subframe_() argument
2507 if(!read_subframe_constant_(decoder, channel, bps, do_full_decode)) in read_subframe_()
2511 if(!read_subframe_verbatim_(decoder, channel, bps, do_full_decode)) in read_subframe_()
2520 if(!read_subframe_fixed_(decoder, channel, bps, (x>>1)&7, do_full_decode)) in read_subframe_()
2531 if(!read_subframe_lpc_(decoder, channel, bps, ((x>>1)&31)+1, do_full_decode)) in read_subframe_()
2537 if(wasted_bits && do_full_decode) { in read_subframe_()
2546 …_constant_(FLAC__StreamDecoder *decoder, unsigned channel, unsigned bps, FLAC__bool do_full_decode) in read_subframe_constant_() argument
2561 if(do_full_decode) { in read_subframe_constant_()
2569 …mDecoder *decoder, unsigned channel, unsigned bps, const unsigned order, FLAC__bool do_full_decode) in read_subframe_fixed_() argument
2618 if(do_full_decode) { in read_subframe_fixed_()
2626 …mDecoder *decoder, unsigned channel, unsigned bps, const unsigned order, FLAC__bool do_full_decode) in read_subframe_lpc_() argument
2697 if(do_full_decode) { in read_subframe_lpc_()
2714 …_verbatim_(FLAC__StreamDecoder *decoder, unsigned channel, unsigned bps, FLAC__bool do_full_decode) in read_subframe_verbatim_() argument
2731 if(do_full_decode) in read_subframe_verbatim_()