Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/
Dmotion_vector.cc766 reference_frames, in MotionFieldProjection()
772 auto* const source_frame = reference_frames[source_index].get(); in MotionFieldProjection()
930 reference_frames, in SetupMotionField()
941 if (!IsIntraFrame(reference_frames[last_index]->frame_type())) { in SetupMotionField()
943 reference_frames[last_index] in SetupMotionField()
952 MotionFieldProjection(frame_header, reference_frames, in SetupMotionField()
962 MotionFieldProjection(frame_header, reference_frames, in SetupMotionField()
971 MotionFieldProjection(frame_header, reference_frames, in SetupMotionField()
981 MotionFieldProjection(frame_header, reference_frames, in SetupMotionField()
992 MotionFieldProjection(frame_header, reference_frames, in SetupMotionField()
Dmotion_vector.h53 reference_frames,
/external/mesa3d/src/gallium/frontends/va/
Dpicture_hevc_enc.c52 context->desc.h265enc.reference_frames[i] = h265->reference_frames[i].picture_id; in vlVaHandleVAEncPictureParameterBufferTypeHEVC()
Dpicture_vp9.c88 vlVaGetReferenceFrame(drv, vp9->reference_frames[i], &context->desc.vp9.ref[i]); in vlVaHandlePictureParameterBufferVP9()
/external/mesa3d/src/gallium/include/pipe/
Dp_video_state.h516 unsigned reference_frames[16]; member