Home
last modified time | relevance | path

Searched refs:past_ref (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/va/
Dpicture_h264.c58 private->past_ref[i] = NULL; in resetReferencePictureDesc()
151 vlVaGetPastReferenceFrame(drv, h264->ReferenceFrames[i].picture_id, &private->past_ref[i]); in vlVaHandlePictureParameterBufferH264()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_video_state.h331 struct pipe_video_buffer *past_ref[16]; member
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dradeon_vcn_dec.c169 for (i = 0; i < ARRAY_SIZE(private->past_ref); i++) { in get_h264_msg()
170 for (k = 0; private->past_ref[i] && (k < ARRAY_SIZE(pic->ref)); k++) in get_h264_msg()
171 if (pic->ref[k] && (private->past_ref[i] == pic->ref[k])) in get_h264_msg()
174 for (j = 0; private->past_ref[i] in get_h264_msg()
178 && (dec->render_pic_list[j] == private->past_ref[i])) { in get_h264_msg()