Home
last modified time | relevance | path

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

/dports/graphics/py-zbar-py/zbar-py-1.0.4/Source/zbar/qrcode/
H A Dqrdec.c307 qr_finder_cluster **hneighbors; in qr_finder_find_crossings() local
314 hneighbors=(qr_finder_cluster **)malloc(_nhclusters*sizeof(*hneighbors)); in qr_finder_find_crossings()
352 hneighbors[0]=_hclusters+i; in qr_finder_find_crossings()
362 hneighbors[nhneighbors++]=_hclusters+j; in qr_finder_find_crossings()
370 hneighbors,nhneighbors,0); in qr_finder_find_crossings()
380 free(hneighbors); in qr_finder_find_crossings()
412 qr_finder_line **hneighbors; in qr_finder_centers_locate() local
421 hneighbors=(qr_finder_line **)malloc(nhlines*sizeof(*hneighbors)); in qr_finder_centers_locate()
424 nhclusters=qr_finder_cluster_lines(hclusters,hneighbors,hlines,nhlines,0); in qr_finder_centers_locate()
456 free(hneighbors); in qr_finder_centers_locate()
/dports/graphics/zbar/zbar-0.23.90/zbar/qrcode/
H A Dqrdec.c309 qr_finder_cluster **hneighbors; in qr_finder_find_crossings() local
316 hneighbors=(qr_finder_cluster **)malloc(_nhclusters*sizeof(*hneighbors)); in qr_finder_find_crossings()
354 hneighbors[0]=_hclusters+i; in qr_finder_find_crossings()
364 hneighbors[nhneighbors++]=_hclusters+j; in qr_finder_find_crossings()
372 hneighbors,nhneighbors,0); in qr_finder_find_crossings()
382 free(hneighbors); in qr_finder_find_crossings()
414 qr_finder_line **hneighbors; in qr_finder_centers_locate() local
423 hneighbors=(qr_finder_line **)malloc(nhlines*sizeof(*hneighbors)); in qr_finder_centers_locate()
426 nhclusters=qr_finder_cluster_lines(hclusters,hneighbors,hlines,nhlines,0); in qr_finder_centers_locate()
458 free(hneighbors); in qr_finder_centers_locate()