Changeset 721d6f2d in ffmpeg

Timestamp:
May 16, 2011, 3:20:18 PM (14 years ago)
Author:
Mans Rullgard <mans@mansr.com>
Branches:
master
Children:
9503fbb8
Parents:
257de5fb
git-author:
Mans Rullgard <mans@mansr.com> (05/16/11 14:57:04)
git-committer:
Mans Rullgard <mans@mansr.com> (05/16/11 15:20:18)
Message:

dct: bypass table allocation for DCT_II of size 32

The size-32 DCT_II has a special implementation which doesn't use
the normal tables. Skipping allocation of these in this case saves
some memory.

Signed-off-by: Mans Rullgard <mans@mansr.com>

(No files)

Note: See TracChangeset for help on using the changeset viewer.