Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
nn_region_t Struct Reference
+ Collaboration diagram for nn_region_t:

Data Fields

char * base
 
size_t size
 
struct { 
 
   size_t   off 
 
   size_t   len 
 
blocks [32] 
 
int n_blocks
 

Detailed Description

Definition at line 382 of file rawdenoiseai.c.

Field Documentation

◆ base

char* nn_region_t::base

Definition at line 384 of file rawdenoiseai.c.

Referenced by process().

◆ [struct]

struct { ... } nn_region_t::blocks[ 32 ]

Referenced by _region_alloc().

◆ len

size_t nn_region_t::len

Definition at line 388 of file rawdenoiseai.c.

◆ n_blocks

int nn_region_t::n_blocks

Definition at line 390 of file rawdenoiseai.c.

◆ off

size_t nn_region_t::off

Definition at line 388 of file rawdenoiseai.c.

Referenced by _region_alloc().

◆ size

size_t nn_region_t::size

Definition at line 385 of file rawdenoiseai.c.

Referenced by process().


The documentation for this struct was generated from the following file: