Searched refs:coef_path (Results 1 – 1 of 1) sorted by relevance
45 u8 coef_path [MAX_PATH_SIZE]; // path to DSPADPCMHEADER text dump file variable255 memset(coef_path, 0x00, MAX_PATH_SIZE); in parse_args()363 strcpy(coef_path, &argv[i][2]); in parse_args()451 if ((0 == coef_path[0]) && (coef_flag = TRUE)) in parse_args()454 strcpy(coef_path, findbase(input_path)); in parse_args()457 strcpy(findext(coef_path), ".txt"); in parse_args()494 printf("\tcoef file : '%s'\n", coef_path); in parse_args()504 printf("coef_path : '%s'\n", coef_path); in parse_args()986 if (coef_path) in main()988 if ((coef_file = fopen(coef_path, "w")) == NULL) in main()[all …]