Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/
Dmotion_vector.cc768 reference_frames, in MotionFieldProjection()
774 auto* const source_frame = reference_frames[source_index].get(); in MotionFieldProjection()
932 reference_frames, in SetupMotionField()
943 if (!IsIntraFrame(reference_frames[last_index]->frame_type())) { in SetupMotionField()
945 reference_frames[last_index] in SetupMotionField()
954 MotionFieldProjection(frame_header, reference_frames, in SetupMotionField()
964 MotionFieldProjection(frame_header, reference_frames, in SetupMotionField()
973 MotionFieldProjection(frame_header, reference_frames, in SetupMotionField()
983 MotionFieldProjection(frame_header, reference_frames, in SetupMotionField()
994 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