Home
last modified time | relevance | path

Searched refs:SEG_LVL_MAX (Results 1 – 6 of 6) 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] = { MAXQ, MAX_LOOP_FILTER, 3,
Dvp9_seg_common.h34 SEG_LVL_MAX = 4 // Number of features supported enumerator
47 int16_t feature_data[MAX_SEGMENTS][SEG_LVL_MAX];
/external/v4l2_codec2/vda/
Dvp9_parser.h80 SEG_LVL_MAX enumerator
92 bool feature_enabled[kNumSegments][SEG_LVL_MAX];
93 int16_t feature_data[kNumSegments][SEG_LVL_MAX];
Dvp9_uncompressed_header_parser.cc845 for (size_t j = 0; j < Vp9SegmentationParams::SEG_LVL_MAX; j++) { in ReadSegmentationParams()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_bitstream.c793 for (j = 0; j < SEG_LVL_MAX; j++) { in encode_segmentation()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c1041 for (j = 0; j < SEG_LVL_MAX; j++) { in setup_segmentation()