Home
last modified time | relevance | path

Searched refs:MAX_PARTITIONS (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp8/decoder/
Donyxd_int.h46 const unsigned char *ptrs[MAX_PARTITIONS];
47 unsigned int sizes[MAX_PARTITIONS];
75 vp8_reader mbc[MAX_PARTITIONS];
/external/libvpx/libvpx/vp8/encoder/
Donyx_int.h554 unsigned int partition_sz[MAX_PARTITIONS];
555 unsigned char *partition_d[MAX_PARTITIONS];
556 unsigned char *partition_d_end[MAX_PARTITIONS];
/external/libvpx/libvpx/vp8/common/
Donyxc_int.h39 #define MAX_PARTITIONS 9 macro