Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/pq/hal/manhattan/pq/
H A Dmhal_pq_adaptive.c12735 int UpIdx, DnIdx; in VDBK_Detect() local
12738 UpIdx = CurV - 1; in VDBK_Detect()
12740 if (UpIdx < 0) in VDBK_Detect()
12762 int UpIdx, DnIdx; in VDBK_Detect() local
12765 UpIdx = __minmax(CurV - 1, 0, frameHeight-1); in VDBK_Detect()
12767 if (UpIdx < 0) in VDBK_Detect()
12773 …BLKN_marklpf_ver[CurV] = (BLKN_markext[UpIdx]*2 + BLKN_markext[CurV]*4 + BLKN_markext[CurV ]*2 + 4… in VDBK_Detect()
12777 …BLKN_marklpf_ver[CurV] = (BLKN_markext[UpIdx]*2 + BLKN_markext[CurV]*4 + BLKN_markext[DnIdx]*2 + 4… in VDBK_Detect()