Home
last modified time | relevance | path

Searched refs:subband_band_index (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/darktable38/darktable-3.8.0/src/external/rawspeed/src/librawspeed/decompressors/
H A DVC5Decompressor.cpp696 static const auto subband_band_index = []() { in parseLargeCodeblock() local
713 const int band = subband_band_index[*mVC5.iSubband]; in parseLargeCodeblock()
/dports/graphics/darktable/darktable-3.6.1/src/external/rawspeed/src/librawspeed/decompressors/
H A DVC5Decompressor.cpp702 static const auto subband_band_index = []() { in parseLargeCodeblock() local
719 const int band = subband_band_index[mVC5.iSubband.value()]; in parseLargeCodeblock()
/dports/graphics/photoflow/PhotoFlow-8472024f/src/external/rawspeed/src/librawspeed/decompressors/
H A DVC5Decompressor.cpp583 static const auto subband_band_index = []() { in parseLargeCodeblock() local
600 const int band = subband_band_index[mVC5.iSubband.getValue()]; in parseLargeCodeblock()