code wiki / (root) / nx_face_probe.nx

nx_face_probe.nx

buildroot/runtime/nx_face_probe.nx

2248 B56 linesdepth 9pulls 36 transitivereach 0 importersview sourcekind probetopic face
docsdependenciesstructsconstsfunctions

about

nx_face_probe.nx -- Rule-2 verify: does the existing nx_face_count detect a face on a REAL clothed-person photo (the skin!=person case)? Decodes the JPEG, runs nx_face_count_compute, prints the verdict fields. license_tier: ORIGINAL

dependencies 4 imports · 0 importers

nx_syscalls.nx nx_image.nx nx_jpeg_ascii.nx nx_face_count.nx nx_face_probe.nx

imports: nx_syscalls.nxnx_image.nxnx_jpeg_ascii.nxnx_face_count.nx

imported by: nobody (leaf or entry point)

call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown

main decode_jpeg sys_mmap sys_read_file sys_openat_rd sys_lseek sys_mmap ↻ sys_read sys_close nx_jpeg_decode_rgb sys_mmap ↻ nx_jpeg_dec_ctx_init sys_mmap ↻ _jpeg_ascii_probe_sof sys_mmap ↻ nx_jpeg_seg_init nx_jpeg_seg_next nx_jpeg_classify_marker nx_jpeg_marker_is_lengthle nx_jpeg_sof_parse nx_jpeg_is_progressive prog_be16 nx_jpeg_prog_decode sys_mmap ↻ prog_be16 ↻ nx_jpeg_dqt_parse nx_jpeg_dht_parse nx_jpeg_dht_build_decode_t nx_jpeg_sos_parse prog_next_marker prog_scan sys_mmap ↻ nx_jpeg_huff_decode_symbol nx_jpeg_ent_extend nx_jpeg_ent_receive prog_refine_nz nx_jpeg_mcu_scratch_init sys_mmap ↻ nx_jpeg_idct_init_cos_tabl nx_jpeg_dequant_un_zigzag

structs

none

consts

none

functions

10func gp(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 }
called by 1: main calls 1: sys_write
11func gn(v: i64) -> i64
called by 1: main calls 2: sys_mmapsys_write
25func decode_jpeg(path: *u8) -> *Image
44func main() -> i64