Searched refs:right_subframe (Results 1 - 1 of 1) sorted by path

/external/flac/libFLAC/
H A Dstream_encoder.c3058 FLAC__Subframe *left_subframe = 0, *right_subframe = 0; /* initialized only to prevent superfluous compiler warning */ local
3103 right_subframe = &encoder->private_->subframe_workspace [1][encoder->private_->best_subframe [1]];
3107 right_subframe = &encoder->private_->subframe_workspace_mid_side[1][encoder->private_->best_subframe_mid_side[1]];
3111 right_subframe = &encoder->private_->subframe_workspace [1][encoder->private_->best_subframe [1]];
3115 right_subframe = &encoder->private_->subframe_workspace_mid_side[1][encoder->private_->best_subframe_mid_side[1]];
3145 if(!add_subframe_(encoder, frame_header.blocksize, right_bps, right_subframe, encoder->private_->frame))

Completed in 450 milliseconds