Searched refs:bMbIsIPCM (Results 1 – 1 of 1) sorted by relevance
295 h264_currentIntraBlockPrediction(psb_cmdbuf_p cmdbuf, uint8_t * MbData, int bMbIsIPCM) in h264_currentIntraBlockPrediction() argument301 BlockSizeY = (1 == bMbIsIPCM) ? 3 : 0; in h264_currentIntraBlockPrediction()303 BlockSizeC = (1 == bMbIsIPCM) ? 3 : 1; in h264_currentIntraBlockPrediction()324 h264_above1IntraBlockPrediction(psb_cmdbuf_p cmdbuf, uint8_t * MbData, int bMbIsIPCM) in h264_above1IntraBlockPrediction() argument330 BlockSizeY = (1 == bMbIsIPCM) ? 3 : 0; in h264_above1IntraBlockPrediction()346 int bMbIsIPCM; in h264_macroblockCmdSequence() local398 bMbIsIPCM = 0; in h264_macroblockCmdSequence()401 bMbIsIPCM = 1; in h264_macroblockCmdSequence()405 h264_currentIntraBlockPrediction(cmdbuf, MbData, bMbIsIPCM); in h264_macroblockCmdSequence()407 h264_above1IntraBlockPrediction(cmdbuf, MbData, bMbIsIPCM); in h264_macroblockCmdSequence()