Home
last modified time | relevance | path

Searched refs:partition_context_lookup (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_onyxc_int.h49 } partition_context_lookup[BLOCK_SIZES];
312 vpx_memset(above_ctx, partition_context_lookup[subsize].above, bs); in update_partition_context()
313 vpx_memset(left_ctx, partition_context_lookup[subsize].left, bs); in update_partition_context()
Dvp9_common_data.c142 } partition_context_lookup[BLOCK_SIZES]= { variable