Home
last modified time | relevance | path

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

/RvlSDK-3.3/build/tools/dspadpcm/src/
Dmain.c49 FILE *coef_file; variable
154 coef_file = NULL; in init()
168 if (coef_file) fclose(coef_file); in clean_up()
704 dump_header(&dspadpcmheader, coef_file); in encode_soundfile()
874 dump_header(&dspadpcmheader, coef_file); in decode_input_file()
988 if ((coef_file = fopen(coef_path, "w")) == NULL) in main()