Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/mrst/
Dpsb_deblock.c166 uint32_t Block8x8, blockType; in h264_above1InterBlockSequence() local
207 blockType = BlockType[Block8x8]; in h264_above1InterBlockSequence()
210 …O_WRITE_FIELD(InterBlockCmd, MSVDX_CMDS, INTER_BLOCK_PREDICTION, INTER_PRED_BLOCK_SIZE, blockType); in h264_above1InterBlockSequence()
215 h264_pollForSpaceForNCommands(1 + VectorsToSendMap[blockType]); in h264_above1InterBlockSequence()
218 for (i = 0; i < VectorsToSendMap[blockType]; i++) { in h264_above1InterBlockSequence()
220 MvAddr = (2 * 4 * Block8x8) + VectorOffsetMap[blockType][i]; in h264_above1InterBlockSequence()
221 Mv = (4 * Block8x8) + VectorOffsetMap[blockType][i]; in h264_above1InterBlockSequence()
231 uint32_t Block8x8, blockType; in h264_currentInterBlockSequence() local
274 blockType = BlockType[Block8x8]; in h264_currentInterBlockSequence()
277 …O_WRITE_FIELD(InterBlockCmd, MSVDX_CMDS, INTER_BLOCK_PREDICTION, INTER_PRED_BLOCK_SIZE, blockType); in h264_currentInterBlockSequence()
[all …]