Home
last modified time | relevance | path

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

/external/libgav1/src/tile/
Dtile.cc2620 const int row_start8x8 = DivideBy2(row_start4x4); in StoreMotionFieldMvsIntoCurrentFrame() local
2624 const int rows = row_limit8x8 - row_start8x8; in StoreMotionFieldMvsIntoCurrentFrame()
2629 ->motion_field_reference_frame[row_start8x8][column_start8x8]; in StoreMotionFieldMvsIntoCurrentFrame()
2631 &reference_info->motion_field_mv[row_start8x8][column_start8x8]; in StoreMotionFieldMvsIntoCurrentFrame()