Home
last modified time | relevance | path

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

/dports/games/scummvm-tools/scummvm-tools-2.5.0/engines/touche/
H A Dcompress_touche.cpp34 #define Vxx_HDR_LEN 1024 macro
42 static uint32 input_Vxx_offs[Vxx_HDR_LEN];
43 static uint32 input_Vxx_size[Vxx_HDR_LEN];
163 …mpress_sound_data_file(current_offset, output, input, input_Vxx_offs, input_Vxx_size, Vxx_HDR_LEN); in compress_sound_data()