Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dnvdec_vp8.c65 .GoldenRefIdx = safe_get_ref_idx(h->framep[VP56_FRAME_GOLDEN]), in nvdec_vp8_start_frame()
Dnvdec_vp9.c62 .GoldenRefIdx = ff_nvdec_get_ref_idx(h->refs[h->h.refidx[1]].f), in nvdec_vp9_start_frame()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dcuviddec.h631 unsigned char GoldenRefIdx; member
659 unsigned char GoldenRefIdx; member
Dgstnvvp8dec.c371 self->params.CodecSpecific.vp8.GoldenRefIdx = other_frame->index; in gst_nv_vp8_dec_decode_picture()
373 self->params.CodecSpecific.vp8.GoldenRefIdx = 0xff; in gst_nv_vp8_dec_decode_picture()
Dgstnvvp9dec.c434 vp9_params->GoldenRefIdx = ref_frame_map[frame_hdr->ref_frame_idx[1]]; in gst_nv_vp9_dec_decode_picture()