X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Faaccoder_trellis.h;h=940ebf029ddda2deeeb3dfda982197a7af62c3b8;hb=cee1f4c06986941bd31cc19f4333d436394aa6f9;hp=0230052809ef5b84b5f416c98c41b8b26ed1235c;hpb=f512e4a39037ef798ec78170f734c7733abe3231;p=ffmpeg diff --git a/libavcodec/aaccoder_trellis.h b/libavcodec/aaccoder_trellis.h index 0230052809e..940ebf029dd 100644 --- a/libavcodec/aaccoder_trellis.h +++ b/libavcodec/aaccoder_trellis.h @@ -70,7 +70,7 @@ static void codebook_trellis_rate(AACEncContext *s, SingleChannelElement *sce, float next_minbits = INFINITY; int next_mincb = 0; - abs_pow34_v(s->scoefs, sce->coeffs, 1024); + s->abs_pow34(s->scoefs, sce->coeffs, 1024); start = win*128; for (cb = 0; cb < CB_TOT_ALL; cb++) { path[0][cb].cost = run_bits+4;