Skip to content
Snippets Groups Projects
Commit 43b378a0 authored by Rostislav Pehlivanov's avatar Rostislav Pehlivanov
Browse files

aaccoder: move the quantization functions to a separate file


This commit moves the quantizer to a separate header file.
This allows the quantizer to be used from a separate files outside
of aaccoder without having to put another function pointer and will
result in a slight speedup as the compiler can do more optimizations.

This is required for commits following.

Signed-off-by: default avatarRostislav Pehlivanov <atomnuker@gmail.com>
parent b47a1e5c
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment