OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rgbe
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/imgcodecs/src/
rgbe.cpp
44
#include "
rgbe
.hpp"
52
// This file contains code to read and write four byte
rgbe
file format
53
// developed by Greg Ward. It handles the conversions between
rgbe
and
90
CV_Error(cv::Error::StsError, "
RGBE
read error");
93
CV_Error(cv::Error::StsError, "
RGBE
write error");
96
CV_Error(cv::Error::StsError, cv::String("
RGBE
bad file format: ") +
101
CV_Error(cv::Error::StsError, cv::String("
RGBE
error: \n") +
107
/* standard conversion from float pixels to
rgbe
pixels */
110
float2rgbe(unsigned char
rgbe
[4], float red, float green, float blue)
119
rgbe
[0] = rgbe[1] = rgbe[2] = rgbe[3] = 0
235
unsigned char
rgbe
[4];
local
250
unsigned char
rgbe
[4];
local
322
unsigned char
rgbe
[4];
local
368
unsigned char
rgbe
[4], *scanline_buffer, *ptr, *ptr_end;
local
[
all
...]
/external/opencv3/
Android.mk
663
modules/imgcodecs/src/
rgbe
.cpp \
[
all
...]
Completed in 76 milliseconds