Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Donyxd_int.h46 const unsigned char *ptrs[MAX_PARTITIONS];
47 unsigned int sizes[MAX_PARTITIONS];
75 vp8_reader mbc[MAX_PARTITIONS];
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Donyx_int.h545 unsigned int partition_sz[MAX_PARTITIONS];
546 unsigned char *partition_d[MAX_PARTITIONS];
547 unsigned char *partition_d_end[MAX_PARTITIONS];
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Donyxc_int.h39 #define MAX_PARTITIONS 9 macro