Home
last modified time | relevance | path

Searched refs:filtermode (Results 1 - 8 of 8) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dnvdec_vp9.c98 .mcomp_filter_type = h->h.filtermode ^ (h->h.filtermode <= 1), in nvdec_vp9_start_frame()
H A Dvaapi_vp9.c61 .mcomp_filter_type = h->h.filtermode ^ (h->h.filtermode <= 1), in vaapi_vp9_start_frame()
H A Dvdpau_vp9.c99 info->mcompFilterType = h->h.filtermode ^ (h->h.filtermode <= 1); in vdpau_vp9_start_frame()
H A Dvp9shared.h105 enum FilterMode filtermode; member
H A Ddxva2_vp9.c78 pp->interp_filter = h->h.filtermode ^ (h->h.filtermode <= 1); in fill_picture_parameters()
H A Dvp9prob.c139 if (s->s.h.filtermode == FILTER_SWITCHABLE) { in ff_vp9_adapt_probs()
H A Dvp9block.c599 if (s->s.h.filtermode == FILTER_SWITCHABLE) { in decode_mode()
620 b->filter = s->s.h.filtermode; in decode_mode()
728 if (s->s.h.filtermode == FILTER_SWITCHABLE) { \ in decode_mode()
H A Dvp9.c613 s->s.h.filtermode = get_bits1(&s->gb) ? FILTER_SWITCHABLE : in decode_frame_header()
977 if (s->s.h.filtermode == FILTER_SWITCHABLE) in decode_frame_header()

Completed in 8 milliseconds