Searched refs:encodePictureLevelParams (Results 1 – 3 of 3) sorted by relevance
834 CODECHAL_ENCODE_AVC_GENERIC_PICTURE_LEVEL_PARAMS encodePictureLevelParams; in ExecutePictureLevel() local835 MOS_ZeroMemory(&encodePictureLevelParams, sizeof(encodePictureLevelParams)); in ExecutePictureLevel()836 encodePictureLevelParams.psPreDeblockSurface = &m_reconSurface; in ExecutePictureLevel()837 encodePictureLevelParams.psPostDeblockSurface = &m_reconSurface; in ExecutePictureLevel()838 encodePictureLevelParams.bBrcEnabled = false; in ExecutePictureLevel()839 encodePictureLevelParams.pImgStateBatchBuffer = &batchBuffer; in ExecutePictureLevel()843 encodePictureLevelParams.bDeblockerStreamOutEnable = 0; in ExecutePictureLevel()844 encodePictureLevelParams.bPreDeblockOutEnable = !m_deblockingEnabled && !suppressReconPic; in ExecutePictureLevel()845 encodePictureLevelParams.bPostDeblockOutEnable = m_deblockingEnabled && !suppressReconPic; in ExecutePictureLevel()846 encodePictureLevelParams.bPerMBStreamOutEnable = m_perMBStreamOutEnable; in ExecutePictureLevel()[all …]
6056 CODECHAL_ENCODE_AVC_GENERIC_PICTURE_LEVEL_PARAMS encodePictureLevelParams; in ExecutePictureLevel() local6057 MOS_ZeroMemory(&encodePictureLevelParams, sizeof(encodePictureLevelParams)); in ExecutePictureLevel()6058 encodePictureLevelParams.psPreDeblockSurface = &m_reconSurface; in ExecutePictureLevel()6059 encodePictureLevelParams.psPostDeblockSurface = &m_reconSurface; in ExecutePictureLevel()6060 encodePictureLevelParams.bBrcEnabled = false; in ExecutePictureLevel()6061 encodePictureLevelParams.pImgStateBatchBuffer = &batchBuffer; in ExecutePictureLevel()6065 encodePictureLevelParams.bDeblockerStreamOutEnable = 0; in ExecutePictureLevel()6066 encodePictureLevelParams.bPreDeblockOutEnable = !m_deblockingEnabled && !suppressReconPic; in ExecutePictureLevel()6067 encodePictureLevelParams.bPostDeblockOutEnable = m_deblockingEnabled && !suppressReconPic; in ExecutePictureLevel()6068 encodePictureLevelParams.bPerMBStreamOutEnable = m_perMBStreamOutEnable; in ExecutePictureLevel()[all …]
6778 CODECHAL_ENCODE_AVC_GENERIC_PICTURE_LEVEL_PARAMS encodePictureLevelParams; in ExecutePictureLevel() local6779 MOS_ZeroMemory(&encodePictureLevelParams, sizeof(encodePictureLevelParams)); in ExecutePictureLevel()6780 encodePictureLevelParams.psPreDeblockSurface = &m_reconSurface; in ExecutePictureLevel()6781 encodePictureLevelParams.psPostDeblockSurface = &m_reconSurface; in ExecutePictureLevel()6782 encodePictureLevelParams.bBrcEnabled = bBrcEnabled; in ExecutePictureLevel()6783 encodePictureLevelParams.pImgStateBatchBuffer = &batchBuffer; in ExecutePictureLevel()6784 encodePictureLevelParams.presBrcHistoryBuffer = &BrcBuffers.resBrcHistoryBuffer; in ExecutePictureLevel()6789 encodePictureLevelParams.bDeblockerStreamOutEnable = 0; in ExecutePictureLevel()6790 encodePictureLevelParams.bPreDeblockOutEnable = !deblockingEnabled && !suppressReconPic; in ExecutePictureLevel()6791 encodePictureLevelParams.bPostDeblockOutEnable = deblockingEnabled && !suppressReconPic; in ExecutePictureLevel()[all …]