OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:weight_uw16_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/video_processing/
deflickering.h
49
static const uint16_t
weight_uw16_
[kNumQuants - kMaxOnlyLength];
member in class:webrtc::VPMDeflickering
deflickering.cc
52
const uint16_t VPMDeflickering::
weight_uw16_
[kNumQuants - kMaxOnlyLength] = {
member in class:webrtc::VPMDeflickering
192
// Weights w = |
weight_uw16_
| are in Q15, hence the final output has to be
195
(
weight_uw16_
[i] * maxquant_uw8[i] +
196
((1 << 15) -
weight_uw16_
[i]) * minquant_uw8[i]) >>
Completed in 34 milliseconds