Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/tools/dspadpcm/src/
Dmain.c30 u8 coef_path [MAX_PATH_SIZE]; // path to DSPADPCMHEADER text dump file variable
245 memset(coef_path, 0x00, MAX_PATH_SIZE); in parse_args()
351 strcpy(coef_path, &argv[i][2]); in parse_args()
439 if ((0 == coef_path[0]) && (coef_flag = TRUE)) in parse_args()
442 strcpy(coef_path, findbase(input_path)); in parse_args()
445 strcpy(findext(coef_path), ".txt"); in parse_args()
482 printf("\tcoef file : '%s'\n", coef_path); in parse_args()
970 if (coef_path) in main()
972 if ((coef_file = fopen(coef_path, "w")) == NULL) in main()
974 printf("\nERROR: Cannot open %s for writing!\n", coef_path); in main()