Home
last modified time | relevance | path

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

/external/libgav1/src/
Dtile.h897 BlockParameters** bps_top = bps + (row4x4 - 1) * stride + (column4x4 | 1); in HasOverlappableCandidates() local
900 BlockParameters** const bps_top_end = bps_top + columns; in HasOverlappableCandidates()
902 if ((*bps_top)->reference_frame[0] > kReferenceFrameIntra) { in HasOverlappableCandidates()
905 bps_top += 2; in HasOverlappableCandidates()
906 } while (bps_top < bps_top_end); in HasOverlappableCandidates()