Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
453
static void TransposeSubBlock(s16 *dst, const s16 *src)
454
{
455
ReorderSubBlock(dst, src, TRANSPOSE_TABLE);
456
}
457
458
static void ZigZagSubBlock(s16 *dst, const s16 *src)
459
{
Callers
1
DecodeMacroblock1
Function · 0.85
Calls
1
ReorderSubBlock
Function · 0.85
Tested by
no test coverage detected