OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:partition_lookup
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_common_data.h
26
extern const PARTITION_TYPE
partition_lookup
[][BLOCK_SIZES];
vp9_common_data.c
42
const PARTITION_TYPE
partition_lookup
[][BLOCK_SIZES] = {
variable
/external/libvpx/libvpx/vp9/encoder/
vp9_bitstream.c
613
partition =
partition_lookup
[bsl][m->mbmi.sb_type];
[
all
...]
vp9_encodeframe.c
849
partition =
partition_lookup
[bsl][c1];
[
all
...]
Completed in 28 milliseconds