OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:subsize_lookup
(Results
1 - 5
of
5
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_common_data.h
27
extern const BLOCK_SIZE
subsize_lookup
[PARTITION_TYPES][BLOCK_SIZES];
vp9_common_data.c
77
const BLOCK_SIZE
subsize_lookup
[PARTITION_TYPES][BLOCK_SIZES] = {
variable
vp9_blockd.h
229
const BLOCK_SIZE subsize =
subsize_lookup
[partition][bsize];
/external/libvpx/libvpx/vp9/encoder/
vp9_segmentation.c
195
const BLOCK_SIZE subsize =
subsize_lookup
[PARTITION_SPLIT][bsize];
vp9_encodeframe.c
[
all
...]
Completed in 30 milliseconds