Unverified Commit baf8651d authored by Lynne's avatar Lynne

aacdec: restore arm32 dequantization optimizations

Unintentionally removed as part of 03cf1016.
Untested, but its assumed that unlike most of the old ARM code,
this one was still working.
parent 37db0454
......@@ -79,6 +79,11 @@ static const float cce_scale[] = {
#include "aacdec_tab.h"
#include "libavutil/intfloat.h"
#include "config.h"
#if ARCH_ARM
#include "libavcodec/arm/aac.h"
#endif
#ifndef VMUL2
static inline float *VMUL2(float *dst, const float *v, unsigned idx,
const float *scale)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment