Searched refs:AV1_SEG_LVL_MAX (Results 1 - 10 of 10) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/ |
H A D | vid_dec_av1.h | 113 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 D | vid_dec_av1.c | 846 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 D | cbs_av1.h | 244 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 D | av1.h | 89 AV1_SEG_LVL_MAX = 8, enumerator
|
H A D | vaapi_av1.c | 131 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 D | cbs_av1_syntax_template.c | 747 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 D | nvdec_av1.c | 225 for (j = 0; j < AV1_SEG_LVL_MAX; ++j) { in nvdec_av1_start_frame()
|
H A D | vdpau_av1.c | 211 for (j = 0; j < AV1_SEG_LVL_MAX; ++j) { in vdpau_av1_start_frame()
|
H A D | dxva2_av1.c | 214 for (j = 0; j < AV1_SEG_LVL_MAX; j++) { in fill_picture_parameters()
|
/third_party/mesa3d/src/gallium/frontends/va/ |
H A D | picture_av1.c | 34 #define AV1_SEG_LVL_MAX 8 macro 210 for (j = 0; j < AV1_SEG_LVL_MAX; ++j) in vlVaHandlePictureParameterBufferAV1()
|
Completed in 13 milliseconds