OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMaxOnlyLength
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/video_processing/
deflickering.h
39
enum {
kMaxOnlyLength
= 5 };
49
static const uint16_t weight_uw16_[kNumQuants -
kMaxOnlyLength
];
deflickering.cc
52
const uint16_t VPMDeflickering::weight_uw16_[kNumQuants -
kMaxOnlyLength
] = {
190
for (int32_t i = 0; i < kNumQuants -
kMaxOnlyLength
; i++) {
200
for (int32_t i = kNumQuants -
kMaxOnlyLength
; i < kNumQuants; i++) {
Completed in 215 milliseconds