Searched refs:TONEMAP_INVERSE (Results 1 – 14 of 14) sorted by relevance
24 #define TONEMAP_INVERSE 1 macro
106 if (type == TONEMAP_INVERSE) { // inverse tonemapping in build()
111 if (type == TONEMAP_INVERSE) { // inverse tonemapping in build()
103 tone_map_config_.type = layer->input_buffer.flags.hdr ? TONEMAP_FORWARD : TONEMAP_INVERSE; in SetToneMapConfig()113 int tonemap_type = buffer.flags.hdr ? TONEMAP_FORWARD : TONEMAP_INVERSE; in IsSameToneMapConfig()
151 tone_map_config_.type = layer->input_buffer.flags.hdr ? TONEMAP_FORWARD : TONEMAP_INVERSE; in SetToneMapConfig()161 int tonemap_type = buffer.flags.hdr ? TONEMAP_FORWARD : TONEMAP_INVERSE; in IsSameToneMapConfig()
152 tone_map_config_.type = layer->input_buffer.flags.hdr ? TONEMAP_FORWARD : TONEMAP_INVERSE; in SetToneMapConfig()162 int tonemap_type = buffer.flags.hdr ? TONEMAP_FORWARD : TONEMAP_INVERSE; in IsSameToneMapConfig()