nx_dct8.nx
buildroot/runtime/nx_dct8.nx
about
dependencies 1 imports · 29 importers
diagram shows first 10 each side; +0 more imports, +19 more importers in the complete lists below.
imports: nx_syscalls.nx
imported by: nx_cam_poster.nxnx_codec_rd2_gate.nxnx_codec_rd_gate.nxnx_codec_real_rd.nxnx_codec_real_rd2.nxnx_codec_real_rd2f.nxnx_codec_real_rd2g.nxnx_codec_real_rd3.nxnx_galx_thumb_oneshot.nxnx_intra_block_gate.nxnx_intra_image_gate.nxnx_jpeg_block_enc_gate.nxnx_jpeg_color_write.nxnx_jpeg_color_write_gate.nxnx_jpeg_decoder.nxnx_jpeg_rst_gate.nxnx_jpeg_write.nxnx_jpeg_write_gate.nxnx_reader_panels_gate.nxnx_reader_tile.nxnx_reader_tile_gate.nxnx_reader_zoomserve_gate.nxnx_vcodec.nxnx_vcodec_entropy_gap.nxnx_vcodec_ffv1_entropy_gate.nxnx_vcodec_neural_entropy_gate.nxnx_vcodec_sigcoder_gate.nxnx_vcodec_tsize_rd_gate.nxnx_video_codec.nx
structs
| none |
consts
| 37 | const NX_DCT8_VERDICT_UNKNOWN: i64 = 0 |
| 38 | const NX_DCT8_VERDICT_OK: i64 = 1 |
| 39 | const NX_DCT8_VERDICT_BAD_PARAMS: i64 = 2 |
| 40 | const NX_DCT8_VERDICT_N: i64 = 3 |
functions
| 46 | func nx_dct8_init(M: *i64) -> i64 |
| 76 | func nx_dct8_forward_1d(M: *i64, x: *i64, y: *i64) -> i64 called by 1: nx_dct8_forward_2d |
| 96 | func nx_dct8_inverse_1d(M: *i64, y: *i64, x: *i64) -> i64 called by 1: nx_dct8_inverse_2d |
| 115 | func nx_dct8_forward_2d(M: *i64, block: *i64, out: *i64, |
| 153 | func nx_dct8_inverse_2d(M: *i64, coeffs: *i64, out: *i64, |
| 191 | func nx_dct8_verdict_is_valid(v: i64) -> i64 |