Searched refs:activeRefIdx (Results 1 – 4 of 4) sorted by relevance
115 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()
117 ppc->activeRefIdx[i] = h->h.refidx[i]; in nvdec_vp9_start_frame()
387 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()
707 unsigned int activeRefIdx[3]; member