MCPcopy Create free account
hub / github.com/audacity/audacity / FROM_INT24

Function FROM_INT24

libraries/lib-math/Dither.cpp:91–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91static inline float FROM_INT24(const int *ptr)
92{
93 return *ptr / CONVERT_DIV24;
94}
95
96// For float, we internally allow values greater than 1.0, which
97// would blow up the dithering to int values. FROM_FLOAT is

Callers 1

ApplyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected