Searched refs:FLAC__bitwriter_zero_pad_to_byte_boundary (Results 1 – 3 of 3) sorted by relevance
101 FLAC__bool FLAC__bitwriter_zero_pad_to_byte_boundary(FLAC__BitWriter *bw);
882 FLAC__bool FLAC__bitwriter_zero_pad_to_byte_boundary(FLAC__BitWriter *bw) function
2894 if(!FLAC__bitwriter_zero_pad_to_byte_boundary(encoder->private_->frame)) { in process_frame_()