Lines Matching defs:ref
264 // the firmware seems to always assume a minimum of ref frames
397 // the firmware seems to allways assume a minimum of ref frames
429 // the firmware seems to allways assume a minimum of ref frames
679 for (j = 0; (pic->ref[j] != NULL) && (j < 16); j++) {
680 if (dec->render_pic_list[i] == pic->ref[j])
684 else if (pic->ref[j + 1] == NULL)
700 struct pipe_video_buffer *ref = pic->ref[i];
705 if (ref)
706 ref_pic = (uintptr_t)vl_video_buffer_get_associated_data(ref, &dec->base);
844 static uint32_t get_ref_pic_idx(struct ruvd_decoder *dec, struct pipe_video_buffer *ref)
851 if (!ref)
855 frame = (uintptr_t)vl_video_buffer_get_associated_data(ref, &dec->base);
872 result.ref_pic_idx[i] = get_ref_pic_idx(dec, pic->ref[i]);
917 result.ref_pic_idx[i] = get_ref_pic_idx(dec, pic->ref[i]);