OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hev_index
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp8/common/
loopfilter.c
224
const int
hev_index
= lfi_n->hev_thr_lut[frame_type][filter_level];
local
228
lfi.hev_thr = lfi_n->hev_thr[
hev_index
];
355
const int
hev_index
= lfi_n->hev_thr_lut[frame_type][filter_level];
local
359
lfi.hev_thr = lfi_n->hev_thr[
hev_index
];
499
const int
hev_index
= lfi_n->hev_thr_lut[frame_type][filter_level];
local
503
lfi.hev_thr = lfi_n->hev_thr[
hev_index
];
615
const int
hev_index
= lfi_n->hev_thr_lut[frame_type][filter_level];
local
619
lfi.hev_thr = lfi_n->hev_thr[
hev_index
];
/external/libvpx/libvpx/vp8/decoder/
threading.c
529
const int
hev_index
= lfi_n->hev_thr_lut[frame_type][filter_level];
local
533
lfi.hev_thr = lfi_n->hev_thr[
hev_index
];
Completed in 49 milliseconds