Home
last modified time | relevance | path

Searched refs:lf_val (Results 1 - 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dvp9shared.h143 int8_t lf_val; member
H A Dnvdec_vp9.c129 ppc->segmentFeatureData[i][1] = h->h.segmentation.feat[i].lf_val; in nvdec_vp9_start_frame()
H A Dvdpau_vp9.c127 info->segmentFeatureData[i][1] = h->h.segmentation.feat[i].lf_val; in vdpau_vp9_start_frame()
H A Ddxva2_vp9.c142 pp->stVP9Segments.feature_data[i][1] = h->h.segmentation.feat[i].lf_val; in fill_picture_parameters()
H A Dvp9.c709 s->s.h.segmentation.feat[i].lf_val = get_sbits_inv(&s->gb, 6); in decode_frame_header()
742 lflvl = av_clip_uintp2(s->s.h.segmentation.feat[i].lf_val, 6); in decode_frame_header()
744 lflvl = av_clip_uintp2(s->s.h.filter.level + s->s.h.segmentation.feat[i].lf_val, 6); in decode_frame_header()

Completed in 6 milliseconds