nx_jpeg_ascii.nx
buildroot/runtime/nx_jpeg_ascii.nx
about
dependencies 9 imports · 29 importers
diagram shows first 10 each side; +0 more imports, +19 more importers in the complete lists below.
imports: nx_syscalls.nxnx_jpeg_marker.nxnx_jpeg_sof.nxnx_jpeg_decode.nxnx_jpeg_progressive.nxnx_jpeg_upsample.nxnx_jpeg_ycbcr.nxnx_paint_solid_rect.nxnx_paint_fb_ascii_dump.nx
imported by: nx_browser_image_demo_test.nxnx_face_probe.nxnx_face_project_gate.nxnx_face_vs_target.nxnx_faceanat_gate.nxnx_faceanat_stereo_gate.nxnx_faceanat_texbake_gate.nxnx_faceprofile_gate.nxnx_grade.nxnx_gsplat_elara_gate.nxnx_gsplat_face_gate.nxnx_gsplat_photofit_gate.nxnx_gsplat_showcase.nxnx_image_gray.nxnx_img_bytes_to_rgb.nxnx_jpeg_ascii_test.nxnx_jpeg_pgm_dump_test.nxnx_jpeg_ppm_dump_test.nxnx_jpeg_probe.nxnx_jpeg_rst_gate.nxnx_jpegprobe.nxnx_media_convert.nxnx_media_index.nxnx_natstat_corpus.nxnx_pose_preprocess.nxnx_skinfam_train_gate.nxnx_skintex_train_gate.nxnx_swgpu_showcase.nxnx_vitpose_prep.nx
structs
| none |
consts
| 43 | const NX_JPEG_ASCII_OK: i64 = 0 |
| 44 | const NX_JPEG_ASCII_OVERSIZE: i64 = 100 |
| 45 | const NX_JPEG_ASCII_NO_SOF: i64 = 101 |
| 46 | const NX_JPEG_ASCII_DECODE_FAIL: i64 = 102 |
| 47 | const NX_JPEG_ASCII_BAD_TARGET: i64 = 103 |
| 51 | const NX_JPEG_ASCII_MAX_DIM: i64 = 8192 |
functions
| 57 | func _jpeg_ascii_probe_sof(jpeg: *u8, jpeg_len: i64, ctx: *NxJpegDecCtx) -> i64 |
| 91 | func nx_jpeg_decode_luma(jpeg: *u8, jpeg_len: i64, |
| 155 | func nx_jpeg_to_ascii_fb(jpeg: *u8, jpeg_len: i64, |
| 217 | func nx_jpeg_render_ascii(jpeg: *u8, jpeg_len: i64, |
| 231 | func nx_jpeg_render_ascii_fit(jpeg: *u8, jpeg_len: i64, max_cols: i64) -> i64 |
| 255 | func nx_jpeg_decode_rgb(jpeg: *u8, jpeg_len: i64, |