Home
last modified time | relevance | path

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

/dports/multimedia/svt-hevc/SVT-HEVC-1.5.1/Source/Lib/Codec/
H A DEbPictureAnalysisProcess.c3652 EB_U64 neighbourLcuMean; in EdgeDetection() local
3704 neighbourLcuMean = pictureControlSetPtr->yMean[neighbourLcuIndex][RASTER_SCAN_CU_INDEX_64x64]; in EdgeDetection()
3706 similarityCount0 = (neighbourLcuMean < lowIntensityTh) ? 1 : 0; in EdgeDetection()
3710 neighbourLcuMean = pictureControlSetPtr->yMean[neighbourLcuIndex][RASTER_SCAN_CU_INDEX_64x64]; in EdgeDetection()
3711 similarityCount1 = (neighbourLcuMean < lowIntensityTh) ? 1 : 0; in EdgeDetection()
3714 neighbourLcuMean = pictureControlSetPtr->yMean[neighbourLcuIndex][RASTER_SCAN_CU_INDEX_64x64]; in EdgeDetection()
3715 similarityCount2 = (neighbourLcuMean < lowIntensityTh) ? 1 : 0; in EdgeDetection()
3718 neighbourLcuMean = pictureControlSetPtr->yMean[neighbourLcuIndex][RASTER_SCAN_CU_INDEX_64x64]; in EdgeDetection()
3719 similarityCount3 = (neighbourLcuMean < lowIntensityTh) ? 1 : 0; in EdgeDetection()
/dports/multimedia/gstreamer1-plugins-svt-hevc/SVT-HEVC-1.5.1/Source/Lib/Codec/
H A DEbPictureAnalysisProcess.c3652 EB_U64 neighbourLcuMean; in EdgeDetection() local
3704 neighbourLcuMean = pictureControlSetPtr->yMean[neighbourLcuIndex][RASTER_SCAN_CU_INDEX_64x64]; in EdgeDetection()
3706 similarityCount0 = (neighbourLcuMean < lowIntensityTh) ? 1 : 0; in EdgeDetection()
3710 neighbourLcuMean = pictureControlSetPtr->yMean[neighbourLcuIndex][RASTER_SCAN_CU_INDEX_64x64]; in EdgeDetection()
3711 similarityCount1 = (neighbourLcuMean < lowIntensityTh) ? 1 : 0; in EdgeDetection()
3714 neighbourLcuMean = pictureControlSetPtr->yMean[neighbourLcuIndex][RASTER_SCAN_CU_INDEX_64x64]; in EdgeDetection()
3715 similarityCount2 = (neighbourLcuMean < lowIntensityTh) ? 1 : 0; in EdgeDetection()
3718 neighbourLcuMean = pictureControlSetPtr->yMean[neighbourLcuIndex][RASTER_SCAN_CU_INDEX_64x64]; in EdgeDetection()
3719 similarityCount3 = (neighbourLcuMean < lowIntensityTh) ? 1 : 0; in EdgeDetection()