OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:partition_search_type
(Results
1 - 8
of
8
) sorted by null
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_speed_features.h
114
}
PARTITION_SEARCH_TYPE
;
206
PARTITION_SEARCH_TYPE
partition_search_type
;
member in struct:__anon30273
208
// Used if
partition_search_type
= FIXED_SIZE_PARTITION
vp9_speed_features.c
135
sf->
partition_search_type
= FIXED_PARTITION;
266
sf->
partition_search_type
= REFERENCE_PARTITION;
272
sf->
partition_search_type
= VAR_BASED_FIXED_PARTITION;
308
sf->
partition_search_type
= SEARCH_PARTITION;
339
// This setting only takes effect when
partition_search_type
is set
vp9_encodeframe.c
[
all
...]
/external/libvpx/libvpx/vp9/encoder/
vp9_speed_features.h
158
}
PARTITION_SEARCH_TYPE
;
259
PARTITION_SEARCH_TYPE
partition_search_type
;
member in struct:SPEED_FEATURES
261
// Used if
partition_search_type
= FIXED_SIZE_PARTITION
vp9_speed_features.c
355
sf->
partition_search_type
= REFERENCE_PARTITION;
389
sf->
partition_search_type
= VAR_BASED_PARTITION;
475
sf->
partition_search_type
= SEARCH_PARTITION;
511
// This setting only takes effect when
partition_search_type
is set
vp9_encodeframe.c
510
if (sf->
partition_search_type
!= VAR_BASED_PARTITION &&
511
sf->
partition_search_type
!= REFERENCE_PARTITION) {
3579
PARTITION_SEARCH_TYPE
partition_search_type
= sf->
partition_search_type
;
local
[
all
...]
vp9_rd.c
292
if (cpi->sf.
partition_search_type
!= VAR_BASED_PARTITION ||
vp9_encoder.c
[
all
...]
Completed in 422 milliseconds