Searched refs:ff_mlp_calculate_parity (Results 1 – 4 of 4) sorted by relevance
155 uint8_t ff_mlp_calculate_parity(const uint8_t *buf, unsigned int buf_size);
123 uint8_t ff_mlp_calculate_parity(const uint8_t *buf, unsigned int buf_size) in ff_mlp_calculate_parity() function
1231 parity_bits = ff_mlp_calculate_parity(buf, 4); in read_access_unit()1232 parity_bits ^= ff_mlp_calculate_parity(buf + header_size, substr_header_size); in read_access_unit()1299 parity = ff_mlp_calculate_parity(buf, substream_data_len[substr] - 2); in read_access_unit()
1124 parity = ff_mlp_calculate_parity(buf, put_bits_count(&pb) >> 3) ^ 0xa9; in write_substrs()