Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
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] = {
Dvp9_seg_common.h34 SEG_LVL_MAX = 4 // Number of features supported enumerator
48 int16_t feature_data[MAX_SEGMENTS][SEG_LVL_MAX];
/external/libvpx/libvpx/vp9/encoder/
Dvp9_bitstream.c795 for (j = 0; j < SEG_LVL_MAX; j++) { in encode_segmentation()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c1090 for (j = 0; j < SEG_LVL_MAX; j++) { in setup_segmentation()