Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/
Dtile.h858 BlockParameters** bps_top = bps + (row4x4 - 1) * stride + (column4x4 | 1); in HasOverlappableCandidates() local
861 BlockParameters** const bps_top_end = bps_top + columns; in HasOverlappableCandidates()
863 if ((*bps_top)->reference_frame[0] > kReferenceFrameIntra) { in HasOverlappableCandidates()
866 bps_top += 2; in HasOverlappableCandidates()
867 } while (bps_top < bps_top_end); in HasOverlappableCandidates()