summaryrefslogtreecommitdiff
path: root/libavcodec/aaccoder_trellis.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/aaccoder_trellis.h')
-rw-r--r--libavcodec/aaccoder_trellis.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/aaccoder_trellis.h b/libavcodec/aaccoder_trellis.h
index 0230052809..940ebf029d 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;