Home
last modified time | relevance | path

Searched refs:LastRefIdx (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dnvdec_vp8.c64 .LastRefIdx = safe_get_ref_idx(h->framep[VP56_FRAME_PREVIOUS]), in nvdec_vp8_start_frame()
Dnvdec_vp9.c61 .LastRefIdx = ff_nvdec_get_ref_idx(h->refs[h->h.refidx[0]].f), in nvdec_vp9_start_frame()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dcuviddec.h630 unsigned char LastRefIdx; member
658 unsigned char LastRefIdx; member
Dgstnvvp8dec.c385 self->params.CodecSpecific.vp8.LastRefIdx = other_frame->index; in gst_nv_vp8_dec_decode_picture()
387 self->params.CodecSpecific.vp8.LastRefIdx = 0xff; in gst_nv_vp8_dec_decode_picture()
Dgstnvvp9dec.c433 vp9_params->LastRefIdx = ref_frame_map[frame_hdr->ref_frame_idx[0]]; in gst_nv_vp9_dec_decode_picture()