Home
last modified time | relevance | path

Searched refs:HuffmanQuickLUT (Results 1 – 1 of 1) sorted by relevance

/dports/games/libretro-beetle_pcfx/beetle-pcfx-libretro-7bba669/mednafen/pcfx/
H A Drainbow.cpp43 } HuffmanQuickLUT; typedef
238 static HuffmanQuickLUT dc_y_qlut = { NULL }, dc_uv_qlut = { NULL}, ac_y_qlut = { NULL }, ac_uv_qlut…
240 static void KillHuffmanLUT(HuffmanQuickLUT *qlut) in KillHuffmanLUT()
252 static bool BuildHuffmanLUT(const HuffmanTable *table, HuffmanQuickLUT *qlut, const int bitmax) in BuildHuffmanLUT()
378 static uint32 get_ac_coeff(const HuffmanQuickLUT *table, int32 *zeroes) in get_ac_coeff()
407 static uint32 get_dc_coeff(const HuffmanQuickLUT *table, int32 *zeroes, int maxbits) in get_dc_coeff()
476 const HuffmanQuickLUT *table = &dc_uv_qlut; in get_dc_uv_coeff()
487 static void decode(int32 *dct, const uint32 *QuantTable, const int32 dc, const HuffmanQuickLUT *tab… in decode()