Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/mrst/
Dpsb_deblock.c165 uint32_t i, BlockNum, Mv, MvAddr, Value; in h264_above1InterBlockSequence() local
221 Mv = (4 * Block8x8) + VectorOffsetMap[blockType][i]; in h264_above1InterBlockSequence()
222 psb_deblock_reg_table_set(MSVDX_CMDS, MOTION_VECTOR_ABOVE1, MvAddr, MotionVecCmd[Mv]); in h264_above1InterBlockSequence()
230 uint32_t i, BlockNum, Mv, MvAddr, Value; in h264_currentInterBlockSequence() local
288 Mv = (4 * Block8x8) + VectorOffsetMap[blockType][i]; in h264_currentInterBlockSequence()
289 psb_deblock_reg_table_set(MSVDX_CMDS, MOTION_VECTOR, MvAddr, MotionVecCmd[Mv]); in h264_currentInterBlockSequence()