OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:disable_split_mask
(Results
1 - 5
of
5
) sorted by null
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_speed_features.c
59
sf->
disable_split_mask
= cm->show_frame ?
62
sf->
disable_split_mask
= DISABLE_COMPOUND_SPLIT;
83
sf->
disable_split_mask
= cm->show_frame ?
86
sf->
disable_split_mask
= LAST_AND_INTRA_SPLIT_ONLY;
106
sf->
disable_split_mask
= DISABLE_ALL_SPLIT;
108
sf->
disable_split_mask
= DISABLE_ALL_INTER_SPLIT;
121
sf->
disable_split_mask
= DISABLE_ALL_SPLIT;
162
sf->
disable_split_mask
= cm->show_frame ?
165
sf->
disable_split_mask
= DISABLE_COMPOUND_SPLIT;
184
sf->
disable_split_mask
= cm->show_frame
[
all
...]
vp9_speed_features.h
238
int
disable_split_mask
;
member in struct:__anon30273
vp9_onyx_if.c
522
if (sf->
disable_split_mask
& (1 << i))
[
all
...]
/external/libvpx/libvpx/vp9/encoder/
vp9_speed_features.c
54
sf->
disable_split_mask
= cm->show_frame ? DISABLE_ALL_SPLIT
58
sf->
disable_split_mask
= DISABLE_COMPOUND_SPLIT;
65
sf->
disable_split_mask
= cm->show_frame ? DISABLE_ALL_SPLIT
71
sf->
disable_split_mask
= LAST_AND_INTRA_SPLIT_ONLY;
80
sf->
disable_split_mask
= DISABLE_ALL_SPLIT;
86
sf->
disable_split_mask
= DISABLE_ALL_INTER_SPLIT;
94
// graphics content then reset
disable_split_mask
for speeds 1-4.
99
sf->
disable_split_mask
= DISABLE_COMPOUND_SPLIT;
108
sf->
disable_split_mask
= DISABLE_ALL_SPLIT;
224
sf->
disable_split_mask
= cm->show_frame ? DISABLE_ALL_SPLI
[
all
...]
vp9_speed_features.h
295
int
disable_split_mask
;
member in struct:SPEED_FEATURES
Completed in 51 milliseconds