HomeSort by relevance Sort by last modified time
    Searched refs:SEG_LVL_MAX (Results 1 - 6 of 6) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_seg_common.c 18 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,
vp9_seg_common.h 34 SEG_LVL_MAX = 4 // Number of features supported
47 int16_t feature_data[MAX_SEGMENTS][SEG_LVL_MAX];
  /external/v4l2_codec2/vda/
vp9_parser.h 80 SEG_LVL_MAX
92 bool feature_enabled[kNumSegments][SEG_LVL_MAX];
93 int16_t feature_data[kNumSegments][SEG_LVL_MAX];
vp9_uncompressed_header_parser.cc 845 for (size_t j = 0; j < Vp9SegmentationParams::SEG_LVL_MAX; j++) {
  /external/libvpx/libvpx/vp9/encoder/
vp9_bitstream.c 793 for (j = 0; j < SEG_LVL_MAX; j++) {
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c     [all...]

Completed in 790 milliseconds