ff_mlp_calculate_parity 155 libavcodec/mlp.h uint8_t ff_mlp_calculate_parity(const uint8_t *buf, unsigned int buf_size); ff_mlp_calculate_parity 1230 libavcodec/mlpdec.c parity_bits = ff_mlp_calculate_parity(buf, 4); ff_mlp_calculate_parity 1231 libavcodec/mlpdec.c parity_bits ^= ff_mlp_calculate_parity(buf + header_size, substr_header_size); ff_mlp_calculate_parity 1298 libavcodec/mlpdec.c parity = ff_mlp_calculate_parity(buf, substream_data_len[substr] - 2); ff_mlp_calculate_parity 1124 libavcodec/mlpenc.c parity = ff_mlp_calculate_parity(buf, put_bits_count(&pb) >> 3) ^ 0xa9;