Home
last modified time | relevance | path

Searched refs:activeRefIdx (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dvdpau_vp9.c115 for (i = 0; i < FF_ARRAY_ELEMS(info->activeRefIdx); i++) { in vdpau_vp9_start_frame()
116 info->activeRefIdx[i] = h->h.refidx[i]; in vdpau_vp9_start_frame()
Dnvdec_vp9.c117 ppc->activeRefIdx[i] = h->h.refidx[i]; in nvdec_vp9_start_frame()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvvp9dec.c387 G_STATIC_ASSERT (G_N_ELEMENTS (vp9_params->activeRefIdx) == in gst_nv_vp9_dec_decode_picture()
487 vp9_params->activeRefIdx[i] = frame_hdr->ref_frame_idx[i]; in gst_nv_vp9_dec_decode_picture()
Dcuviddec.h707 unsigned int activeRefIdx[3]; member