Searched refs:coef_file (Results 1 – 1 of 1) sorted by relevance
34 FILE *coef_file; variable142 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()