Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/tile/
Dtile.cc322 void StoreMotionFieldMvs(ReferenceFrameType reference_frame_to_store, in StoreMotionFieldMvs() argument
331 memset(reference_frame_row_start, reference_frame_to_store, columns); in StoreMotionFieldMvs()
2535 const ReferenceFrameType reference_frame_to_store = bp.reference_frame[i]; in StoreMotionFieldMvsIntoCurrentFrame() local
2541 if (reference_frame_to_store > kReferenceFrameIntra && in StoreMotionFieldMvsIntoCurrentFrame()
2547 reference_info->relative_distance_from[reference_frame_to_store] < 0) { in StoreMotionFieldMvsIntoCurrentFrame()
2569 StoreMotionFieldMvs(reference_frame_to_store, mv_to_store, stride, rows, in StoreMotionFieldMvsIntoCurrentFrame()
2572 StoreMotionFieldMvs(reference_frame_to_store, mv_to_store, stride, rows, in StoreMotionFieldMvsIntoCurrentFrame()
2575 StoreMotionFieldMvs(reference_frame_to_store, mv_to_store, stride, rows, in StoreMotionFieldMvsIntoCurrentFrame()
2578 StoreMotionFieldMvs(reference_frame_to_store, mv_to_store, stride, rows, in StoreMotionFieldMvsIntoCurrentFrame()
2581 StoreMotionFieldMvs(reference_frame_to_store, mv_to_store, stride, rows, in StoreMotionFieldMvsIntoCurrentFrame()
[all …]