Home
last modified time | relevance | path

Searched refs:FLOAT_100000 (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavutil/
Dsoftfloat.h44 static const SoftFloat FLOAT_100000 = { 0x30D40000, 17}; ///< 100000 variable
/third_party/ffmpeg/libavcodec/
Daacsbr_fixed.c446 if (av_gt_sf(gain_max, FLOAT_100000)) in sbr_gain_calc()
447 gain_max = FLOAT_100000; in sbr_gain_calc()