Lines Matching defs:acf
233 SoftFloat_IEEE754 *acf; ///< contains common multiplier for all channels
234 int *last_acf_mantissa; ///< contains the last acf mantissa data of common multiplier for all channels
1459 SoftFloat_IEEE754 *acf = ctx->acf;
1505 acf[c] = av_bits2sf_ieee754(tmp_32);
1507 acf[c] = FLOAT_1;
1553 if (av_cmp_sf_ieee754(acf[c], FLOAT_1)) {
1609 if (!av_cmp_sf_ieee754(acf[c], FLOAT_1)) {
1610 pcm_sf = multiply(acf[c], pcm_sf);
1969 av_freep(&ctx->acf);
2111 ctx->acf = av_malloc_array(channels, sizeof(*ctx->acf));
2121 if (!ctx->mlz || !ctx->acf || !ctx->shift_value || !ctx->last_shift_value