cbrt 53 libavcodec/cbrt_tablegen.h cbrt_val = i * cbrt(i); cbrt 62 libavcodec/cbrt_tablegen.h cbrt_val = i * cbrt(i); cbrt 59 libavcodec/mpegaudio_tablegen.h pow43_lut[i] = i * cbrt(i); cbrt 66 libavcodec/mpegaudio_tablegen.h pow43_val = value / IMDCT_SCALAR * cbrt(value); cbrt 140 libavfilter/af_afade.c gain = cbrt(gain); cbrt 143 libavfilter/af_afade.c gain = gain <= 0.5 ? cbrt(2 * gain) / 2: 1 - cbrt(2 * (1 - gain)) / 2; cbrt 288 libavfilter/avf_ahistogram.c aa = cbrt(a) / cbrt(acmax); cbrt 294 libavfilter/avf_showfreqs.c a = 1.0 - cbrt(a); cbrt 208 libavfilter/avf_showwaves.c return height/2 - FFSIGN(sample) * (cbrt(FFABS(sample)) * (height/2) / cbrt(INT16_MAX)); cbrt 213 libavfilter/avf_showwaves.c return cbrt(FFABS(sample)) * height / cbrt(INT16_MAX);