OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hev_thr_lut
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/vp8/common/
loopfilter.c
28
lfi->
hev_thr_lut
[KEY_FRAME][filt_lvl] = 2;
29
lfi->
hev_thr_lut
[INTER_FRAME][filt_lvl] = 3;
33
lfi->
hev_thr_lut
[KEY_FRAME][filt_lvl] = 1;
34
lfi->
hev_thr_lut
[INTER_FRAME][filt_lvl] = 2;
38
lfi->
hev_thr_lut
[KEY_FRAME][filt_lvl] = 1;
39
lfi->
hev_thr_lut
[INTER_FRAME][filt_lvl] = 1;
43
lfi->
hev_thr_lut
[KEY_FRAME][filt_lvl] = 0;
44
lfi->
hev_thr_lut
[INTER_FRAME][filt_lvl] = 0;
224
const int hev_index = lfi_n->
hev_thr_lut
[frame_type][filter_level];
355
const int hev_index = lfi_n->
hev_thr_lut
[frame_type][filter_level]
[
all
...]
loopfilter.h
46
unsigned char
hev_thr_lut
[2][MAX_LOOP_FILTER + 1];
member in struct:__anon21213
/external/libvpx/libvpx/vp8/decoder/
threading.c
529
const int hev_index = lfi_n->
hev_thr_lut
[frame_type][filter_level];
Completed in 224 milliseconds