Searched refs:reference_frame_to_store (Results 1 – 1 of 1) sorted by relevance
/external/libgav1/libgav1/src/tile/ |
D | tile.cc | 319 void StoreMotionFieldMvs(ReferenceFrameType reference_frame_to_store, in StoreMotionFieldMvs() argument 328 memset(reference_frame_row_start, reference_frame_to_store, columns); in StoreMotionFieldMvs() 2561 const ReferenceFrameType reference_frame_to_store = bp.reference_frame[i]; in StoreMotionFieldMvsIntoCurrentFrame() local 2567 if (reference_frame_to_store > kReferenceFrameIntra && in StoreMotionFieldMvsIntoCurrentFrame() 2573 reference_info->relative_distance_from[reference_frame_to_store] < 0) { in StoreMotionFieldMvsIntoCurrentFrame() 2595 StoreMotionFieldMvs(reference_frame_to_store, mv_to_store, stride, rows, in StoreMotionFieldMvsIntoCurrentFrame() 2598 StoreMotionFieldMvs(reference_frame_to_store, mv_to_store, stride, rows, in StoreMotionFieldMvsIntoCurrentFrame() 2601 StoreMotionFieldMvs(reference_frame_to_store, mv_to_store, stride, rows, in StoreMotionFieldMvsIntoCurrentFrame() 2604 StoreMotionFieldMvs(reference_frame_to_store, mv_to_store, stride, rows, in StoreMotionFieldMvsIntoCurrentFrame() 2607 StoreMotionFieldMvs(reference_frame_to_store, mv_to_store, stride, rows, in StoreMotionFieldMvsIntoCurrentFrame() [all …]
|