OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shift_inc2
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/video_processing/util/
denoiser_filter_c.cc
74
int
shift_inc2
= 1;
local
79
shift_inc2
= 2;
81
adj_val[0] +=
shift_inc2
;
82
adj_val[1] +=
shift_inc2
;
83
adj_val[2] +=
shift_inc2
;
/external/libvpx/libvpx/vp8/encoder/
denoising.c
70
int
shift_inc2
= 1;
local
82
shift_inc2
= 2;
84
adj_val[0] +=
shift_inc2
;
85
adj_val[1] +=
shift_inc2
;
86
adj_val[2] +=
shift_inc2
;
242
int
shift_inc2
= 1;
local
249
shift_inc2
= 2;
251
adj_val[0] +=
shift_inc2
;
252
adj_val[1] +=
shift_inc2
;
253
adj_val[2] +=
shift_inc2
;
[
all
...]
Completed in 147 milliseconds