ONE_BITS 53 libavutil/softfloat.h v.exp -= ONE_BITS +1; ONE_BITS 65 libavutil/softfloat.h int s=ONE_BITS - av_log2(FFABS(a.mant)); ONE_BITS 104 libavutil/softfloat.h av_assert2((int32_t)((a.mant * (int64_t)b.mant) >> ONE_BITS) == (a.mant * (int64_t)b.mant) >> ONE_BITS); ONE_BITS 105 libavutil/softfloat.h a.mant = (a.mant * (int64_t)b.mant) >> ONE_BITS; ONE_BITS 117 libavutil/softfloat.h int64_t temp = (int64_t)a.mant * (1<<(ONE_BITS+1)); ONE_BITS 191 libavutil/softfloat.h return av_normalize_sf(av_normalize1_sf((SoftFloat){v, ONE_BITS + 1 - frac_bits + exp_offset})); ONE_BITS 199 libavutil/softfloat.h v.exp += frac_bits - (ONE_BITS + 1);