Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/pq/hal/manhattan/pq/
H A Dmhal_pq_adaptive.c8983 int R1Index2 = __minmax(bin+width+1, 0, frameWidth-1); in DBK_StPtLeft() local
8984 pr1 = __max(BLKN_adj[R1Index], BLKN_adj[R1Index2]); in DBK_StPtLeft()
8988 else if (pr1 == BLKN_adj[R1Index2]) in DBK_StPtLeft()
8989 r1 = R1Index2; in DBK_StPtLeft()
9034 int R1Index2 = __minmax(bin+width+1, 0, frameWidth-1); in DBK_StPtRight() local
9035 pr1 = __max(BLKN_adj[R1Index], BLKN_adj[R1Index2]); in DBK_StPtRight()
9039 else if (pr1 == BLKN_adj[R1Index2]) in DBK_StPtRight()
9040 r1 = R1Index2; in DBK_StPtRight()