Home
last modified time | relevance | path

Searched refs:ff_mlp_calculate_parity (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmlp.h155 uint8_t ff_mlp_calculate_parity(const uint8_t *buf, unsigned int buf_size);
Dmlp.c123 uint8_t ff_mlp_calculate_parity(const uint8_t *buf, unsigned int buf_size) in ff_mlp_calculate_parity() function
Dmlpdec.c1231 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()
Dmlpenc.c1124 parity = ff_mlp_calculate_parity(buf, put_bits_count(&pb) >> 3) ^ 0xa9; in write_substrs()