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
129
int
filt_direction
= 0;
local
169
if ((
filt_direction
<= 0) && (filt_low != filt_mid)) {
190
if ((
filt_direction
>= 0) && (filt_high != filt_mid)) {
209
filt_direction
= 0;
211
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 119 milliseconds