Home
last modified time | relevance | path

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

/external/flac/libFLAC/
Dstream_encoder.c160 static FLAC__bool add_subframe_(
3327 …if(!add_subframe_(encoder, frame_header.blocksize, left_bps , left_subframe , encoder->private_->f… in process_subframes_()
3329 …if(!add_subframe_(encoder, frame_header.blocksize, right_bps, right_subframe, encoder->private_->f… in process_subframes_()
3339 …if(!add_subframe_(encoder, frame_header.blocksize, encoder->private_->subframe_bps[channel], &enco… in process_subframes_()
3595 FLAC__bool add_subframe_( in add_subframe_() function
3655 ret = add_subframe_(encoder, blocksize, subframe_bps, subframe, frame); in spotcheck_subframe_estimate_()