Home
last modified time | relevance | path

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

/dports/multimedia/svt-hevc/SVT-HEVC-1.5.1/Source/Lib/Codec/
H A DEbPictureAnalysisProcess.c3637 EB_U32 neighbourLcuIndex = 0; in EdgeDetection() local
3703 neighbourLcuIndex = lcuIndex - 1; in EdgeDetection()
3704 neighbourLcuMean = pictureControlSetPtr->yMean[neighbourLcuIndex][RASTER_SCAN_CU_INDEX_64x64]; in EdgeDetection()
3708 neighbourLcuIndex = lcuIndex + 1; in EdgeDetection()
3710 neighbourLcuMean = pictureControlSetPtr->yMean[neighbourLcuIndex][RASTER_SCAN_CU_INDEX_64x64]; in EdgeDetection()
3713 neighbourLcuIndex = lcuIndex - pictureWidthInLcu; in EdgeDetection()
3714 neighbourLcuMean = pictureControlSetPtr->yMean[neighbourLcuIndex][RASTER_SCAN_CU_INDEX_64x64]; in EdgeDetection()
3717 neighbourLcuIndex = lcuIndex + pictureWidthInLcu; in EdgeDetection()
3718 neighbourLcuMean = pictureControlSetPtr->yMean[neighbourLcuIndex][RASTER_SCAN_CU_INDEX_64x64]; in EdgeDetection()
3728 neighbourLcuIndex = lcuIndex + (i * pictureWidthInLcu) + j; in EdgeDetection()
[all …]
/dports/multimedia/gstreamer1-plugins-svt-hevc/SVT-HEVC-1.5.1/Source/Lib/Codec/
H A DEbPictureAnalysisProcess.c3637 EB_U32 neighbourLcuIndex = 0; in EdgeDetection() local
3703 neighbourLcuIndex = lcuIndex - 1; in EdgeDetection()
3704 neighbourLcuMean = pictureControlSetPtr->yMean[neighbourLcuIndex][RASTER_SCAN_CU_INDEX_64x64]; in EdgeDetection()
3708 neighbourLcuIndex = lcuIndex + 1; in EdgeDetection()
3710 neighbourLcuMean = pictureControlSetPtr->yMean[neighbourLcuIndex][RASTER_SCAN_CU_INDEX_64x64]; in EdgeDetection()
3713 neighbourLcuIndex = lcuIndex - pictureWidthInLcu; in EdgeDetection()
3714 neighbourLcuMean = pictureControlSetPtr->yMean[neighbourLcuIndex][RASTER_SCAN_CU_INDEX_64x64]; in EdgeDetection()
3717 neighbourLcuIndex = lcuIndex + pictureWidthInLcu; in EdgeDetection()
3718 neighbourLcuMean = pictureControlSetPtr->yMean[neighbourLcuIndex][RASTER_SCAN_CU_INDEX_64x64]; in EdgeDetection()
3728 neighbourLcuIndex = lcuIndex + (i * pictureWidthInLcu) + j; in EdgeDetection()
[all …]