Searched refs:AV1_SEG_LVL_MAX (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/av1/ |
| H A D | av1d_cbs.h | 237 RK_U8 feature_enabled[AV1_MAX_SEGMENTS][AV1_SEG_LVL_MAX]; 238 RK_S16 feature_value[AV1_MAX_SEGMENTS][AV1_SEG_LVL_MAX]; 416 RK_U8 feature_enabled[AV1_MAX_SEGMENTS][AV1_SEG_LVL_MAX]; 417 RK_S16 feature_value[AV1_MAX_SEGMENTS][AV1_SEG_LVL_MAX];
|
| H A D | av1.h | 82 AV1_SEG_LVL_MAX = 8, enumerator
|
| H A D | av1d_cbs.c | 1159 static const RK_U8 bits[AV1_SEG_LVL_MAX] = { 8, 6, 6, 6, 6, 3, 0, 0 }; in mpp_av1_segmentation_params() 1160 static const RK_U8 sign[AV1_SEG_LVL_MAX] = { 1, 1, 1, 1, 1, 0, 0, 0 }; in mpp_av1_segmentation_params() 1161 static const RK_U8 default_feature_enabled[AV1_SEG_LVL_MAX] = { 0 }; in mpp_av1_segmentation_params() 1162 static const RK_S16 default_feature_value[AV1_SEG_LVL_MAX] = { 0 }; in mpp_av1_segmentation_params() 1195 for (j = 0; j < AV1_SEG_LVL_MAX; j++) { in mpp_av1_segmentation_params() 1219 for (j = 0; j < AV1_SEG_LVL_MAX; j++) { in mpp_av1_segmentation_params()
|
| H A D | av1d_parser2_syntax.c | 218 for (j = 0; j < AV1_SEG_LVL_MAX; j++) { in av1d_fill_picparams()
|