Home
last modified time | relevance | path

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

/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters/BlendRemover/
H A DADM_vidHardIvtcRemoval.cpp182 snn=srcNN; in tinyRestore()
222 snn=srcNN; in tinyRestoreMMX()
274 static uint8_t restore(ADMImage *tgt,ADMImage *srcP,ADMImage *src,ADMImage *srcN,ADMImage *srcNN) in restore() argument
291 …tinyRestore(YPLANE(tgt),YPLANE(srcP),YPLANE(src),YPLANE(srcN),YPLANE(srcNN),tgt->_width,tgt->_heig… in restore()
292 …tinyRestore(UPLANE(tgt),UPLANE(srcP),UPLANE(src),UPLANE(srcN),UPLANE(srcNN),tgt->_width>>1,tgt->_h… in restore()
305 ADMImage *srcP,*srcN,*srcNN,*src,*final,*display; in getFrameNumberNoAlloc() local
345 srcNN=vidCache->getImage(inframe+2); in getFrameNumberNoAlloc()
347 if(!src || !srcP || !srcN || !srcNN) in getFrameNumberNoAlloc()
358 restore(rebuild,srcP,src,srcN,srcNN); in getFrameNumberNoAlloc()
361 cand2->substract(srcN,srcNN); in getFrameNumberNoAlloc()
[all …]
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters/BlendRemover/
H A DADM_vidHardIvtcRemoval.cpp182 snn=srcNN; in tinyRestore()
222 snn=srcNN; in tinyRestoreMMX()
274 static uint8_t restore(ADMImage *tgt,ADMImage *srcP,ADMImage *src,ADMImage *srcN,ADMImage *srcNN) in restore() argument
291 …tinyRestore(YPLANE(tgt),YPLANE(srcP),YPLANE(src),YPLANE(srcN),YPLANE(srcNN),tgt->_width,tgt->_heig… in restore()
292 …tinyRestore(UPLANE(tgt),UPLANE(srcP),UPLANE(src),UPLANE(srcN),UPLANE(srcNN),tgt->_width>>1,tgt->_h… in restore()
305 ADMImage *srcP,*srcN,*srcNN,*src,*final,*display; in getFrameNumberNoAlloc() local
345 srcNN=vidCache->getImage(inframe+2); in getFrameNumberNoAlloc()
347 if(!src || !srcP || !srcN || !srcNN) in getFrameNumberNoAlloc()
358 restore(rebuild,srcP,src,srcN,srcNN); in getFrameNumberNoAlloc()
361 cand2->substract(srcN,srcNN); in getFrameNumberNoAlloc()
[all …]
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters/BlendRemover/
H A DADM_vidHardIvtcRemoval.cpp182 snn=srcNN; in tinyRestore()
222 snn=srcNN; in tinyRestoreMMX()
274 static uint8_t restore(ADMImage *tgt,ADMImage *srcP,ADMImage *src,ADMImage *srcN,ADMImage *srcNN) in restore() argument
291 …tinyRestore(YPLANE(tgt),YPLANE(srcP),YPLANE(src),YPLANE(srcN),YPLANE(srcNN),tgt->_width,tgt->_heig… in restore()
292 …tinyRestore(UPLANE(tgt),UPLANE(srcP),UPLANE(src),UPLANE(srcN),UPLANE(srcNN),tgt->_width>>1,tgt->_h… in restore()
305 ADMImage *srcP,*srcN,*srcNN,*src,*final,*display; in getFrameNumberNoAlloc() local
345 srcNN=vidCache->getImage(inframe+2); in getFrameNumberNoAlloc()
347 if(!src || !srcP || !srcN || !srcNN) in getFrameNumberNoAlloc()
358 restore(rebuild,srcP,src,srcN,srcNN); in getFrameNumberNoAlloc()
361 cand2->substract(srcN,srcNN); in getFrameNumberNoAlloc()
[all …]
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters/BlendRemover/
H A DADM_vidHardIvtcRemoval.cpp182 snn=srcNN; in tinyRestore()
222 snn=srcNN; in tinyRestoreMMX()
274 static uint8_t restore(ADMImage *tgt,ADMImage *srcP,ADMImage *src,ADMImage *srcN,ADMImage *srcNN) in restore() argument
291 …tinyRestore(YPLANE(tgt),YPLANE(srcP),YPLANE(src),YPLANE(srcN),YPLANE(srcNN),tgt->_width,tgt->_heig… in restore()
292 …tinyRestore(UPLANE(tgt),UPLANE(srcP),UPLANE(src),UPLANE(srcN),UPLANE(srcNN),tgt->_width>>1,tgt->_h… in restore()
305 ADMImage *srcP,*srcN,*srcNN,*src,*final,*display; in getFrameNumberNoAlloc() local
345 srcNN=vidCache->getImage(inframe+2); in getFrameNumberNoAlloc()
347 if(!src || !srcP || !srcN || !srcNN) in getFrameNumberNoAlloc()
358 restore(rebuild,srcP,src,srcN,srcNN); in getFrameNumberNoAlloc()
361 cand2->substract(srcN,srcNN); in getFrameNumberNoAlloc()
[all …]
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters/PulldownRemoval/
H A DADM_vidFieldUnblend.cpp297 static uint8_t tinyRestore(uint8_t *dst, uint8_t *srcP, uint8_t *src,uint8_t *srcN,uint8_t *srcNN,u… in tinyRestore() argument
307 snn=srcNN; in tinyRestore()
365 static uint8_t restore(ADMImage *tgt,ADMImage *srcP,ADMImage *src,ADMImage *srcN,ADMImage *srcNN) in restore() argument
372 …tinyRestore(YPLANE(tgt),YPLANE(srcP),YPLANE(src),YPLANE(srcN),YPLANE(srcNN),tgt->_width,tgt->_heig… in restore()
373 …tinyRestore(UPLANE(tgt),UPLANE(srcP),UPLANE(src),UPLANE(srcN),UPLANE(srcNN),tgt->_width>>1,tgt->_h… in restore()
374 …tinyRestore(VPLANE(tgt),VPLANE(srcP),VPLANE(src),VPLANE(srcN),VPLANE(srcNN),tgt->_width>>1,tgt->_h… in restore()
386 ADMImage *srcP,*srcN,*srcNN,*src,*final,*display; in getFrameNumberNoAlloc() local
413 srcNN=vidCache->getImage(inframe+2); in getFrameNumberNoAlloc()
419 restore(rebuild,srcP,src,srcN,srcNN); in getFrameNumberNoAlloc()
422 unblend(cand2,srcN,srcNN); in getFrameNumberNoAlloc()
[all …]
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters/PulldownRemoval/
H A DADM_vidFieldUnblend.cpp297 static uint8_t tinyRestore(uint8_t *dst, uint8_t *srcP, uint8_t *src,uint8_t *srcN,uint8_t *srcNN,u… in tinyRestore() argument
307 snn=srcNN; in tinyRestore()
365 static uint8_t restore(ADMImage *tgt,ADMImage *srcP,ADMImage *src,ADMImage *srcN,ADMImage *srcNN) in restore() argument
372 …tinyRestore(YPLANE(tgt),YPLANE(srcP),YPLANE(src),YPLANE(srcN),YPLANE(srcNN),tgt->_width,tgt->_heig… in restore()
373 …tinyRestore(UPLANE(tgt),UPLANE(srcP),UPLANE(src),UPLANE(srcN),UPLANE(srcNN),tgt->_width>>1,tgt->_h… in restore()
374 …tinyRestore(VPLANE(tgt),VPLANE(srcP),VPLANE(src),VPLANE(srcN),VPLANE(srcNN),tgt->_width>>1,tgt->_h… in restore()
386 ADMImage *srcP,*srcN,*srcNN,*src,*final,*display; in getFrameNumberNoAlloc() local
413 srcNN=vidCache->getImage(inframe+2); in getFrameNumberNoAlloc()
419 restore(rebuild,srcP,src,srcN,srcNN); in getFrameNumberNoAlloc()
422 unblend(cand2,srcN,srcNN); in getFrameNumberNoAlloc()
[all …]
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters/PulldownRemoval/
H A DADM_vidFieldUnblend.cpp297 static uint8_t tinyRestore(uint8_t *dst, uint8_t *srcP, uint8_t *src,uint8_t *srcN,uint8_t *srcNN,u… in tinyRestore() argument
307 snn=srcNN; in tinyRestore()
365 static uint8_t restore(ADMImage *tgt,ADMImage *srcP,ADMImage *src,ADMImage *srcN,ADMImage *srcNN) in restore() argument
372 …tinyRestore(YPLANE(tgt),YPLANE(srcP),YPLANE(src),YPLANE(srcN),YPLANE(srcNN),tgt->_width,tgt->_heig… in restore()
373 …tinyRestore(UPLANE(tgt),UPLANE(srcP),UPLANE(src),UPLANE(srcN),UPLANE(srcNN),tgt->_width>>1,tgt->_h… in restore()
374 …tinyRestore(VPLANE(tgt),VPLANE(srcP),VPLANE(src),VPLANE(srcN),VPLANE(srcNN),tgt->_width>>1,tgt->_h… in restore()
386 ADMImage *srcP,*srcN,*srcNN,*src,*final,*display; in getFrameNumberNoAlloc() local
413 srcNN=vidCache->getImage(inframe+2); in getFrameNumberNoAlloc()
419 restore(rebuild,srcP,src,srcN,srcNN); in getFrameNumberNoAlloc()
422 unblend(cand2,srcN,srcNN); in getFrameNumberNoAlloc()
[all …]
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters/PulldownRemoval/
H A DADM_vidFieldUnblend.cpp297 static uint8_t tinyRestore(uint8_t *dst, uint8_t *srcP, uint8_t *src,uint8_t *srcN,uint8_t *srcNN,u… in tinyRestore() argument
307 snn=srcNN; in tinyRestore()
365 static uint8_t restore(ADMImage *tgt,ADMImage *srcP,ADMImage *src,ADMImage *srcN,ADMImage *srcNN) in restore() argument
372 …tinyRestore(YPLANE(tgt),YPLANE(srcP),YPLANE(src),YPLANE(srcN),YPLANE(srcNN),tgt->_width,tgt->_heig… in restore()
373 …tinyRestore(UPLANE(tgt),UPLANE(srcP),UPLANE(src),UPLANE(srcN),UPLANE(srcNN),tgt->_width>>1,tgt->_h… in restore()
374 …tinyRestore(VPLANE(tgt),VPLANE(srcP),VPLANE(src),VPLANE(srcN),VPLANE(srcNN),tgt->_width>>1,tgt->_h… in restore()
386 ADMImage *srcP,*srcN,*srcNN,*src,*final,*display; in getFrameNumberNoAlloc() local
413 srcNN=vidCache->getImage(inframe+2); in getFrameNumberNoAlloc()
419 restore(rebuild,srcP,src,srcN,srcNN); in getFrameNumberNoAlloc()
422 unblend(cand2,srcN,srcNN); in getFrameNumberNoAlloc()
[all …]
/dports/lang/squeak/Squeak-4.10.2.2614-src/unix/
H A DREADME.SVN55 $ ../platforms/unix/config/configure --with-src=srcNN
57 where srcNN is src32 or src64, depending on whether you