Home
last modified time | relevance | path

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

/dports/graphics/py-zbar-py/zbar-py-1.0.4/Source/zbar/qrcode/
H A Dqrdec.c855 static int qr_cmp_edge_pt(const void *_a,const void *_b){ in qr_cmp_edge_pt() function
886 qsort(c->edge_pts,c->nedge_pts,sizeof(*c->edge_pts),qr_cmp_edge_pt); in qr_finder_edge_pts_aff_classify()
919 qsort(c->edge_pts,c->nedge_pts,sizeof(*c->edge_pts),qr_cmp_edge_pt); in qr_finder_edge_pts_hom_classify()
/dports/graphics/zbar/zbar-0.23.90/zbar/qrcode/
H A Dqrdec.c863 static int qr_cmp_edge_pt(const void *_a,const void *_b){ in qr_cmp_edge_pt() function
894 qsort(c->edge_pts,c->nedge_pts,sizeof(*c->edge_pts),qr_cmp_edge_pt); in qr_finder_edge_pts_aff_classify()
927 qsort(c->edge_pts,c->nedge_pts,sizeof(*c->edge_pts),qr_cmp_edge_pt); in qr_finder_edge_pts_hom_classify()