Home
last modified time | relevance | path

Searched refs:feature_value (Results 1 – 11 of 11) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dcbs_av1_syntax_template.c780 priv->ref[current->ref_frame_idx[current->primary_ref_frame]].feature_value[i]; in FUNC()
789 sus(1 + bits[j], feature_value[i][j], 2, i, j); in FUNC()
791 fbs(bits[j], feature_value[i][j], 2, i, j); in FUNC()
793 infer(feature_value[i][j], 0); in FUNC()
797 infer(feature_value[i][j], ref_feature_value[j]); in FUNC()
805 infer(feature_value[i][j], 0); in FUNC()
1602 current->feature_value[i][AV1_SEG_LVL_ALT_Q]); in FUNC()
1673 memcpy(priv->ref[i].feature_value, current->feature_value, in FUNC()
1674 sizeof(current->feature_value)); in FUNC()
Dcbs_vp9.h154 uint8_t feature_value[VP9_MAX_SEGMENTS][VP9_SEG_LVL_MAX]; member
Dcbs_av1.h245 int16_t feature_value[AV1_MAX_SEGMENTS][AV1_SEG_LVL_MAX]; member
424 int16_t feature_value[AV1_MAX_SEGMENTS][AV1_SEG_LVL_MAX]; member
Dcbs_vp9_syntax_template.c227 feature_value[i][j], 2, i, j); in FUNC()
233 infer(feature_value[i][j], 0); in FUNC()
Dvp8.h342 uint8_t feature_value[4][4]; member
Dnvdec_av1.c227 ppc->segmentation_feature_data[i][j] = frame_header->feature_value[i][j]; in nvdec_av1_start_frame()
Ddxva2_av1.c214 pp->segmentation.feature_data[i][j] = frame_header->feature_value[i][j]; in fill_picture_parameters()
Dav1dec.c239 header->feature_value[i][AV1_SEG_LVL_ALT_Q]); in coded_lossless_param()
Dvp8.c622 s->feature_value[i][j] = in vp7_decode_frame_header()
1263 vp7_feature_name[i], s->feature_value[i][index]); in decode_mb_mode()
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
Dvid_dec_av1.c852 int feature_value = 0; in segmentation_params() local
861 feature_value = av1_su(vlc, 1 + bitsToRead); in segmentation_params()
862 clippedValue = CLAMP(feature_value, -limit, limit); in segmentation_params()
865 feature_value = av1_f(vlc, bitsToRead); in segmentation_params()
866 clippedValue = CLAMP(feature_value, 0, limit); in segmentation_params()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgstav1parser.c2067 gint feature_value = 0; in gst_av1_parse_segmentation_params() local
2116 feature_value = 0; in gst_av1_parse_segmentation_params()
2121 feature_value = in gst_av1_parse_segmentation_params()
2126 clipped_value = CLAMP (feature_value, limit * (-1), limit); in gst_av1_parse_segmentation_params()
2128 feature_value = AV1_READ_BITS_CHECKED (br, bits_to_read, &retval); in gst_av1_parse_segmentation_params()
2132 clipped_value = CLAMP (feature_value, 0, limit); in gst_av1_parse_segmentation_params()