OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:filt_direction
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_picklpf.c
57
int
filt_direction
= 0;
local
91
if (
filt_direction
<= 0 && filt_low != filt_mid) {
108
if (
filt_direction
>= 0 && filt_high != filt_mid) {
122
filt_direction
= 0;
124
filt_direction
= (filt_best < filt_mid) ? -1 : 1;
/external/libvpx/libvpx/vp9/encoder/
vp9_picklpf.c
54
int
filt_direction
= 0;
local
87
if (
filt_direction
<= 0 && filt_low != filt_mid) {
107
if (
filt_direction
>= 0 && filt_high != filt_mid) {
124
filt_direction
= 0;
126
filt_direction
= (filt_best < filt_mid) ? -1 : 1;
/external/chromium_org/third_party/libvpx/source/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;
/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 175 milliseconds