Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dlagarith.c67 static uint64_t softfloat_reciprocal(uint32_t denom) in softfloat_reciprocal() function
80 * Used in combination with softfloat_reciprocal computes x/(double)denom.
84 * @see softfloat_reciprocal
184 uint64_t mul = softfloat_reciprocal(cumul_prob); in lag_read_prob_header()

Completed in 3 milliseconds