Home
last modified time | relevance | path

Searched refs:mul_poly (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dac3enc.c1700 static unsigned int mul_poly(unsigned int a, unsigned int b, unsigned int poly) in mul_poly() function
1723 r = mul_poly(r, a, poly); in pow_poly()
1724 a = mul_poly(a, a, poly); in pow_poly()
1759 crc1 = mul_poly(crc_inv, crc1, CRC16_POLY); in output_frame_end()

Completed in 6 milliseconds