ff_mlp_calculate_parity  115 libavcodec/mlp.h uint8_t ff_mlp_calculate_parity(const uint8_t *buf, unsigned int buf_size);
ff_mlp_calculate_parity 1206 libavcodec/mlpdec.c     parity_bits  = ff_mlp_calculate_parity(buf, 4);
ff_mlp_calculate_parity 1207 libavcodec/mlpdec.c     parity_bits ^= ff_mlp_calculate_parity(buf + header_size, substr_header_size);
ff_mlp_calculate_parity 1274 libavcodec/mlpdec.c             parity   = ff_mlp_calculate_parity(buf, substream_data_len[substr] - 2);