Searched refs:consumed_words (Results 1 – 2 of 2) sorted by relevance
109 uint32_t consumed_words; /* #words ... */ member133 if(br->consumed_words > br->crc16_offset && br->crc16_align) in crc16_update_block_()137 if (br->consumed_words > br->crc16_offset) { in crc16_update_block_()139 …br->read_crc16 = FLAC__crc16_update_words32(br->buffer + br->crc16_offset, br->consumed_words - br… in crc16_update_block_()141 …br->read_crc16 = FLAC__crc16_update_words64(br->buffer + br->crc16_offset, br->consumed_words - br… in crc16_update_block_()145 for (i = br->crc16_offset; i < br->consumed_words; i++) in crc16_update_block_()160 if(br->consumed_words > 0) { in bitreader_read_from_client_()163 start = br->consumed_words; in bitreader_read_from_client_()168 br->consumed_words = 0; in bitreader_read_from_client_()271 br->consumed_words = br->consumed_bits = 0; in FLAC__bitreader_init()[all …]
57 uint32_t consumed_words; /* #words ... */ member205 if(br->consumed_words != words) { in test_bitreader()206 printf("FAILED word count %u != %u\n", br->consumed_words, words); in test_bitreader()