Home
last modified time | relevance | path

Searched refs:SEG_LVL_MAX (Results 1 – 5 of 5) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_seg_common.h34 SEG_LVL_MAX = 4 // Number of features supported enumerator
48 int16_t feature_data[MAX_SEGMENTS][SEG_LVL_MAX];
Dvp9_seg_common.c18 static const int seg_feature_data_signed[SEG_LVL_MAX] = { 1, 1, 0, 0 };
20 static const int seg_feature_data_max[SEG_LVL_MAX] = {
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_bitstream.c785 for (j = 0; j < SEG_LVL_MAX; j++) { in encode_segmentation()
Dvp9_onyx_if.c3353 signed char feature_data[SEG_LVL_MAX][MAX_SEGMENTS];
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodeframe.c527 for (j = 0; j < SEG_LVL_MAX; j++) { in setup_segmentation()