Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dwavpackenc.c222 #define get_mantissa(f) ((f) & 0x7fffff) macro
236 value = 0x800000 + get_mantissa(f); in process_float()
239 value = get_mantissa(f); in process_float()
248 if (get_exponent(f) || get_mantissa(f)) in process_float()
255 if (!(get_mantissa(f) & mask)) in process_float()
257 else if ((get_mantissa(f) & mask) == mask) in process_float()
282 crc = crc * 27 + get_mantissa(f) * 9 + get_exponent(f) * 3 + get_sign(f); in scan_float()
292 crc = crc * 27 + get_mantissa(f) * 9 + get_exponent(f) * 3 + get_sign(f); in scan_float()
297 crc = crc * 27 + get_mantissa(f) * 9 + get_exponent(f) * 3 + get_sign(f); in scan_float()
2167 if (get_mantissa(*sampl in pack_float_sample()
[all...]

Completed in 4 milliseconds