UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
M4idct.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2#pragma once
3
4#include "vdecmpeg4.h"
5
6namespace vdecmpeg4
7{
8
10void M4idct(int16* block);
11
12}
13
14
FPlatformTypes::int16 int16
A 16-bit signed integer.
Definition Platform.h:1123
Definition M4Bitstream.h:9
void M4idct(int16 *block)
Inverse DCT on 8x8 block.
Definition M4MemOps_Generic.cpp:388