Searched defs:map_scale_factor (Results 1 – 2 of 2) sorted by relevance
| /external/libultrahdr/lib/src/ |
| D | gainmapmath.cpp | 666 static Color samplePixels(jr_uncompressed_ptr image, size_t map_scale_factor, size_t x, size_t y, in samplePixels() 678 Color sampleYuv420(jr_uncompressed_ptr image, size_t map_scale_factor, size_t x, size_t y) { in sampleYuv420() 682 Color sampleP010(jr_uncompressed_ptr image, size_t map_scale_factor, size_t x, size_t y) { in sampleP010() 700 float sampleMap(jr_uncompressed_ptr map, float map_scale_factor, size_t x, size_t y) { in sampleMap() 747 float sampleMap(jr_uncompressed_ptr map, size_t map_scale_factor, size_t x, size_t y, in sampleMap() 783 Color sampleMap3Channel(jr_uncompressed_ptr map, float map_scale_factor, size_t x, size_t y, in sampleMap3Channel() 860 Color sampleMap3Channel(jr_uncompressed_ptr map, size_t map_scale_factor, size_t x, size_t y, in sampleMap3Channel()
|
| D | jpegr.cpp | 1160 float map_scale_factor = (float) yuv420_image_ptr->width / gainmap_image_ptr->width; in applyGainMap() local
|