OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kNorm
(Results
1 - 4
of
4
) sorted by null
/external/opencv3/3rdparty/libwebp/utils/
bit_writer.c
81
static const uint8_t
kNorm
[128] = { // renorm_sizes[i] = 8 - log2(i)
115
const int shift =
kNorm
[bw->range_];
/external/webp/src/utils/
bit_writer.c
83
static const uint8_t
kNorm
[128] = { // renorm_sizes[i] = 8 - log2(i)
117
const int shift =
kNorm
[bw->range_];
/external/dng_sdk/source/
dng_reference.cpp
[
all
...]
dng_lens_correction.cpp
893
const real64
kNorm
= kMaxValue / real64 (kSteps - 1);
901
const real64 tt = i *
kNorm
;
[
all
...]
Completed in 57 milliseconds