Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/tools/dspadpcm/src/
Dmain.c34 FILE *coef_file; variable
142 coef_file = NULL; in init()
157 if (coef_file) fclose(coef_file); in clean_up()
694 dump_header(&dspadpcmheader, coef_file); in encode_soundfile()
864 dump_header(&dspadpcmheader, coef_file); in decode_input_file()
972 if ((coef_file = fopen(coef_path, "w")) == NULL) in main()