OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:partition_none_allowed
(Results
1 - 2
of
2
) sorted by null
/external/libaom/libaom/av1/encoder/
encodeframe.c
2337
int
partition_none_allowed
= has_rows && has_cols;
local
3164
int
partition_none_allowed
= has_rows && has_cols;
local
[
all
...]
/external/libvpx/libvpx/vp9/encoder/
vp9_encodeframe.c
3678
int
partition_none_allowed
= !force_horz_split && !force_vert_split;
local
4647
int
partition_none_allowed
= !force_horz_split && !force_vert_split;
local
[
all
...]
Completed in 177 milliseconds