Home
last modified time | relevance | path

Searched refs:AV1_SEG_LVL_MAX (Results 1 - 10 of 10) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
H A Dvid_dec_av1.h113 AV1_SEG_LVL_MAX enumerator
269 bool FeatureEnabled[AV1_MAX_SEGMENTS][AV1_SEG_LVL_MAX];
270 int FeatureData[AV1_MAX_SEGMENTS][AV1_SEG_LVL_MAX];
H A Dvid_dec_av1.c846 uint8_t Segmentation_Feature_Bits[AV1_SEG_LVL_MAX] = { 8, 6, 6, 6, 6, 3, 0, 0 }; in segmentation_params()
847 bool Segmentation_Feature_Signed[AV1_SEG_LVL_MAX] = { 1, 1, 1, 1, 1, 0, 0, 0 }; in segmentation_params()
848 unsigned Segmentation_Feature_Max[AV1_SEG_LVL_MAX] = { 255, 63, 63, 63, 63, 7, 0, 0 }; in segmentation_params()
853 for (j = 0; j < AV1_SEG_LVL_MAX; ++j) { in segmentation_params()
1708 for (j = 0; j < AV1_SEG_LVL_MAX; ++j) in frame_header_obu()
/third_party/ffmpeg/libavcodec/
H A Dcbs_av1.h244 uint8_t feature_enabled[AV1_MAX_SEGMENTS][AV1_SEG_LVL_MAX];
245 int16_t feature_value[AV1_MAX_SEGMENTS][AV1_SEG_LVL_MAX];
423 uint8_t feature_enabled[AV1_MAX_SEGMENTS][AV1_SEG_LVL_MAX];
424 int16_t feature_value[AV1_MAX_SEGMENTS][AV1_SEG_LVL_MAX];
H A Dav1.h89 AV1_SEG_LVL_MAX = 8, enumerator
H A Dvaapi_av1.c131 uint8_t segmentation_feature_signed[AV1_SEG_LVL_MAX] = {1, 1, 1, 1, 1, 0, 0, 0}; in vaapi_av1_start_frame()
132 uint8_t segmentation_feature_max[AV1_SEG_LVL_MAX] = {255, AV1_MAX_LOOP_FILTER, in vaapi_av1_start_frame()
316 for (int j = 0; j < AV1_SEG_LVL_MAX; j++) { in vaapi_av1_start_frame()
H A Dcbs_av1_syntax_template.c747 static const uint8_t bits[AV1_SEG_LVL_MAX] = { 8, 6, 6, 6, 6, 3, 0, 0 }; in segmentation_params()
748 static const uint8_t sign[AV1_SEG_LVL_MAX] = { 1, 1, 1, 1, 1, 0, 0, 0 }; in segmentation_params()
749 static const uint8_t default_feature_enabled[AV1_SEG_LVL_MAX] = { 0 }; in segmentation_params()
750 static const int16_t default_feature_value[AV1_SEG_LVL_MAX] = { 0 }; in segmentation_params()
783 for (j = 0; j < AV1_SEG_LVL_MAX; j++) { in segmentation_params()
803 for (j = 0; j < AV1_SEG_LVL_MAX; j++) { in segmentation_params()
H A Dnvdec_av1.c225 for (j = 0; j < AV1_SEG_LVL_MAX; ++j) { in nvdec_av1_start_frame()
H A Dvdpau_av1.c211 for (j = 0; j < AV1_SEG_LVL_MAX; ++j) { in vdpau_av1_start_frame()
H A Ddxva2_av1.c214 for (j = 0; j < AV1_SEG_LVL_MAX; j++) { in fill_picture_parameters()
/third_party/mesa3d/src/gallium/frontends/va/
H A Dpicture_av1.c34 #define AV1_SEG_LVL_MAX 8 macro
210 for (j = 0; j < AV1_SEG_LVL_MAX; ++j) in vlVaHandlePictureParameterBufferAV1()

Completed in 12 milliseconds