Searched refs:conflist (Results 1 – 2 of 2) sorted by relevance
171 uint64_t conflist[DIFFELEM_SIZE]; in filter_frame() local287 conflist[g++] = FFABS(sum * 8 / (precfactor * denom)); in filter_frame()321 qsort(conflist, DIFFELEM_SIZE, sizeof(uint64_t), cmp); in filter_frame()322 fs->confidence = FFMIN(conflist[DIFFELEM_SIZE/2], 255); in filter_frame()
1161 char *conflist, *remove_tilde, *splitconf; in print_buildconf() local1165 while ((conflist = strstr(str, " --")) != NULL) { in print_buildconf()1166 conflist[0] = '~'; in print_buildconf()