Home
last modified time | relevance | path

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

/dports/audio/kexis/kexis/
H A Dkexis.h25 int parse_arg(OPTIONSTRUCT *options, int argc, char *argv[]);
26 int parse_files(OPTIONSTRUCT *options, int argc, char *argv[]);
28 void handle_verbose(OPTIONSTRUCT *options, KEXISBLOCKSTRUCT *kexisBlock,
30 void handle_error(OPTIONSTRUCT *options);
31 void exit_nicely(OPTIONSTRUCT *options);
33 OPTIONSTRUCT *options, unsigned long totalLength, int mode);
35 OPTIONSTRUCT *options);
H A Dencode.h23 void compress(WAVHEADER *wavHead, OPTIONSTRUCT *options);
25 OPTIONSTRUCT *options);
26 void write_kexisblock(OPTIONSTRUCT *options, KEXISBLOCKSTRUCT *kexisBlock,
H A Dheader.h23 void parse_kexis_header(KEXISHEADER *kexisHead, OPTIONSTRUCT *options);
24 void create_kexis_header(KEXISHEADER *kexisHeader, OPTIONSTRUCT *options,
26 void parse_wave_header(WAVHEADER *wavHead, OPTIONSTRUCT *options);
H A Ddecode.h23 void decompress(KEXISHEADER *kexisHead, OPTIONSTRUCT *options);
25 OPTIONSTRUCT *options);
26 void write_pcmblock(OPTIONSTRUCT *options, KEXISBLOCKSTRUCT *kexisBlock,
H A Dbits.h22 OPTIONSTRUCT *options, PCMBLOCKSTRUCT *pcmBlock);
23 void cleanup_bits(KEXISBLOCKSTRUCT *kexisBlock, OPTIONSTRUCT *options,
26 OPTIONSTRUCT *options);
H A Dkexis.c93 int parse_arg(OPTIONSTRUCT *options, int argc, char *argv[]) in parse_arg()
202 int parse_files(OPTIONSTRUCT *options, int argc, char *argv[]) in parse_files()
238 OPTIONSTRUCT *options, unsigned long totalLength, int mode) in print_progress()
291 OPTIONSTRUCT options; in main()
326 void handle_verbose(OPTIONSTRUCT *options, KEXISBLOCKSTRUCT *kexisBlock, in handle_verbose()
368 void handle_error(OPTIONSTRUCT *options) in handle_error()
375 void exit_nicely(OPTIONSTRUCT *options) in exit_nicely()
381 OPTIONSTRUCT *options) in free_allocated()
H A Drice.h24 OPTIONSTRUCT *options, PCMBLOCKSTRUCT *pcmBlock, int kType);
26 OPTIONSTRUCT *options, PCMBLOCKSTRUCT *pcmBlock, int kType);
H A Dbits.c56 OPTIONSTRUCT *options, PCMBLOCKSTRUCT *pcmBlock) in push_bits()
153 void cleanup_bits(KEXISBLOCKSTRUCT *kexisBlock, OPTIONSTRUCT *options, in cleanup_bits()
164 OPTIONSTRUCT *options) in bit_suck()
H A Ddecode.c32 void decompress(KEXISHEADER *kexisHead, OPTIONSTRUCT *options) in decompress()
95 OPTIONSTRUCT *options) in decode_kexisblock()
141 void write_pcmblock(OPTIONSTRUCT *options, KEXISBLOCKSTRUCT *kexisBlock, in write_pcmblock()
H A Dencode.c32 void compress(WAVHEADER *wavHead, OPTIONSTRUCT *options) in compress()
104 OPTIONSTRUCT *options) in encode_pcmblock()
157 void write_kexisblock(OPTIONSTRUCT *options, KEXISBLOCKSTRUCT *kexisBlock, in write_kexisblock()
H A Dheader.c27 void parse_kexis_header(KEXISHEADER *kexisHead, OPTIONSTRUCT *options) in parse_kexis_header()
99 void create_kexis_header(KEXISHEADER *kexisHeader, OPTIONSTRUCT *options, in create_kexis_header()
113 void parse_wave_header(WAVHEADER *wavHead, OPTIONSTRUCT *options) in parse_wave_header()
H A Dpredictor.h23 void zero_predictor_table(PREDICTORTABLE *predTable, OPTIONSTRUCT *options);
H A Drice.c29 OPTIONSTRUCT *options, PCMBLOCKSTRUCT *pcmBlock, int kType) in rice_decode()
72 OPTIONSTRUCT *options, PCMBLOCKSTRUCT *pcmBlock, int kType) in rice_encode()
H A Dtypes.h126 } OPTIONSTRUCT; typedef
H A Dpredictor.c27 void zero_predictor_table(PREDICTORTABLE *predTable, OPTIONSTRUCT *options) in zero_predictor_table()