Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
format.c File Reference
#include "pixel/format.h"
#include "system/macros.h"
#include <stddef.h>
#include <stdint.h>
+ Include dependency graph for pixel/format.c:

Go to the source code of this file.

Functions

void dt_iop_buffer_dsc_update_bpp (dt_iop_buffer_dsc_t *dsc)
 
size_t dt_iop_buffer_dsc_to_bpp (const struct dt_iop_buffer_dsc_t *dsc)
 

Function Documentation

◆ dt_iop_buffer_dsc_to_bpp()

size_t dt_iop_buffer_dsc_to_bpp ( const struct dt_iop_buffer_dsc_t dsc)

Definition at line 65 of file pixel/format.c.

References dt_iop_buffer_dsc_t::bpp.

◆ dt_iop_buffer_dsc_update_bpp()