Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/mrst/
Dpsb_deblock.c298 uint32_t IntraCmdY, IntraCmdC; in h264_currentIntraBlockPrediction() local
305 IntraCmdY = IntraCmdC = 0; in h264_currentIntraBlockPrediction()
308 IntraCmdY, in h264_currentIntraBlockPrediction()
319 psb_deblock_reg_table_set(MSVDX_CMDS, INTRA_BLOCK_PREDICTION, 0, IntraCmdY); in h264_currentIntraBlockPrediction()
327 uint32_t IntraCmdY; in h264_above1IntraBlockPrediction() local
331 IntraCmdY = 0; in h264_above1IntraBlockPrediction()
334 IntraCmdY, in h264_above1IntraBlockPrediction()
340 psb_deblock_reg_table_set(MSVDX_CMDS, INTRA_BLOCK_PREDICTION_ABOVE1, 0, IntraCmdY); in h264_above1IntraBlockPrediction()