OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:filt_direction
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp9/encoder/
vp9_picklpf.c
112
int
filt_direction
= 0;
local
156
if ((
filt_direction
<= 0) && (filt_low != filt_mid)) {
178
if ((
filt_direction
>= 0) && (filt_high != filt_mid)) {
197
filt_direction
= 0;
199
filt_direction
= (filt_best < filt_mid) ? -1 : 1;
/external/libvpx/libvpx/vp8/encoder/
picklpf.c
281
int
filt_direction
= 0;
local
337
if ((
filt_direction
<= 0) && (filt_low != filt_mid))
366
if ((
filt_direction
>= 0) && (filt_high != filt_mid))
394
filt_direction
= 0;
398
filt_direction
= (filt_best < filt_mid) ? -1 : 1;
Completed in 142 milliseconds