Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Dseg_common.c19 static const int seg_feature_data_signed[SEG_LVL_MAX] = {
23 static const int seg_feature_data_max[SEG_LVL_MAX] = { MAXQ,
46 for (int j = 0; j < SEG_LVL_MAX; j++) { in calculate_segdata()
Dseg_common.h36 SEG_LVL_MAX enumerator
45 int16_t feature_data[MAX_SEGMENTS][SEG_LVL_MAX];
73 for (j = 0; j < SEG_LVL_MAX; j++) { in segfeatures_copy()
/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.h81 SEG_LVL_MAX enumerator
93 bool feature_enabled[kNumSegments][SEG_LVL_MAX];
94 int16_t feature_data[kNumSegments][SEG_LVL_MAX];
Dvp9_uncompressed_header_parser.cc846 for (size_t j = 0; j < Vp9SegmentationParams::SEG_LVL_MAX; j++) { in ReadSegmentationParams()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_bitstream.c794 for (j = 0; j < SEG_LVL_MAX; j++) { in encode_segmentation()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c1359 for (j = 0; j < SEG_LVL_MAX; j++) { in setup_segmentation()
/external/libaom/libaom/av1/encoder/
Dbitstream.c2056 for (j = 0; j < SEG_LVL_MAX; j++) { in encode_segmentation()
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c1926 for (int j = 0; j < SEG_LVL_MAX; j++) { in setup_segmentation()