MCPcopy Create free account
hub / github.com/DaedalusX64/daedalus / TransposeSubBlock

Function TransposeSubBlock

Source/Core/JpegTask.cpp:453–456  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

451*/
452
453static void TransposeSubBlock(s16 *dst, const s16 *src)
454{
455 ReorderSubBlock(dst, src, TRANSPOSE_TABLE);
456}
457
458static void ZigZagSubBlock(s16 *dst, const s16 *src)
459{

Callers 1

DecodeMacroblock1Function · 0.85

Calls 1

ReorderSubBlockFunction · 0.85

Tested by

no test coverage detected