Home | History | Annotate | Download | only in libFLAC

Lines Matching refs:bytes_per_block

4207 	const unsigned bytes_per_block = sizeof(FLAC__int32) * blocksize;
4212 if(0 != memcmp(buffer[channel], encoder->private_->verify.input_fifo.data[channel], bytes_per_block)) {