Searched refs:bps_top (Results 1 – 1 of 1) sorted by relevance
858 BlockParameters** bps_top = bps + (row4x4 - 1) * stride + (column4x4 | 1); in HasOverlappableCandidates() local861 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()