Searched refs:add_subframe_ (Results 1 – 1 of 1) sorted by relevance
/external/flac/src/libFLAC/ |
D | stream_encoder.c | 182 static FLAC__bool add_subframe_( 3470 …if(!add_subframe_(encoder, frame_header.blocksize, left_bps , left_subframe , encoder->private_->f… in process_subframes_() 3472 …if(!add_subframe_(encoder, frame_header.blocksize, right_bps, right_subframe, encoder->private_->f… in process_subframes_() 3482 …if(!add_subframe_(encoder, frame_header.blocksize, encoder->private_->subframe_bps[channel], &enco… in process_subframes_() 3847 FLAC__bool add_subframe_( in add_subframe_() function 3907 ret = add_subframe_(encoder, blocksize, subframe_bps, subframe, frame); in spotcheck_subframe_estimate_()
|