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