cbrtf            1912 libavcodec/aacdec_template.c                 coef_base[ pulse->pos[i] ] = cbrtf(fabsf(ico)) * ico * sf[idx];
cbrtf             108 libavcodec/aacenc_quantization.h                         quantized = c*cbrtf(c)*IQ;
cbrtf             913 libavcodec/mips/aaccoder_mips.c                 e1 = copysignf(c1 * cbrtf(c1) * IQ, in[i+0]);
cbrtf             914 libavcodec/mips/aaccoder_mips.c                 e2 = copysignf(c2 * cbrtf(c2) * IQ, in[i+1]);
cbrtf             915 libavcodec/mips/aaccoder_mips.c                 e3 = copysignf(c3 * cbrtf(c3) * IQ, in[i+2]);
cbrtf             916 libavcodec/mips/aaccoder_mips.c                 e4 = copysignf(c4 * cbrtf(c4) * IQ, in[i+3]);
cbrtf            2240 libavcodec/mips/aaccoder_mips.c                 di1 = t1 - (V = c1 * cbrtf(c1) * IQ);
cbrtf            2253 libavcodec/mips/aaccoder_mips.c                 di2 = t2 - (V = c2 * cbrtf(c2) * IQ);
cbrtf            2266 libavcodec/mips/aaccoder_mips.c                 di3 = t3 - (V = c3 * cbrtf(c3) * IQ);
cbrtf            2279 libavcodec/mips/aaccoder_mips.c                 di4 = t4 - (V = c4 * cbrtf(c4) * IQ);
cbrtf             317 libavfilter/avf_avectorscope.c             src[0] = FFSIGN(src[0]) * cbrtf(FFABS(src[0]));
cbrtf             318 libavfilter/avf_avectorscope.c             src[1] = FFSIGN(src[1]) * cbrtf(FFABS(src[1]));
cbrtf             727 libavfilter/avf_showcqt.c         return cbrtf(v);
cbrtf             262 libavfilter/avf_showspatial.c         float cr = av_clipf(cbrtf(l / sum), 0, 1) * 255.f;
cbrtf             263 libavfilter/avf_showspatial.c         float cb = av_clipf(cbrtf(r / sum), 0, 1) * 255.f;
cbrtf             909 libavfilter/avf_showspectrum.c         a = av_clipf(cbrtf(a), 0, 1);
cbrtf             285 libavfilter/vf_deflicker.c     *f  = cbrtf(*f);