Home
last modified time | relevance | path

Searched refs:bsad (Results 1 – 18 of 18) sorted by relevance

/dports/multimedia/mjpegtools/mjpegtools-2.1.0/utils/altivec/
H A Dmotion.c73 #if ALTIVEC_TEST_FUNCTION(bsad) in enable_altivec_motion()
74 pbsad = ALTIVEC_TEST_SUFFIX(bsad); in enable_altivec_motion()
76 SIMD_DO(bsad); in enable_altivec_motion()
H A Dbenchmark.c60 #if ALTIVEC_TEST_FUNCTION(bsad)
61 EXTERN_STATS(bsad);
145 #if ALTIVEC_TEST_FUNCTION(bsad)
146 BENCHMARK_INFO(bsad)
H A Daltivec_motion.h36 ALTIVEC_TEST_FUNCTION(bsad) || \
99 ALTIVEC_FUNCTION(bsad, int,
H A Daltivec_conf.h44 #define ALTIVEC_TEST_bsad_WITH bsad
80 #undef ALTIVEC_TEST_bsad_WITH bsad
183 #undef ALTIVEC_TEST_bsad_WITH bsad
H A DMakefile.am15 bsad.c \
H A Dbsad.c456 #if ALTIVEC_TEST_FUNCTION(bsad)
461 ALTIVEC_TEST(bsad, int, (BSAD_PDECL),
H A DMakefile.in70 am_libaltivec_la_OBJECTS = add_pred.lo amber.lo benchmark.lo bsad.lo \
274 bsad.c \
373 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bsad.Plo@am__quote@
/dports/multimedia/mjpegtools/mjpegtools-2.1.0/utils/mmxsse/
H A Dmotion.c44 SIMD_MMXE(bsad); in enable_mmxsse_motion()
68 SIMD_MMX(bsad); in enable_mmxsse_motion()
/dports/multimedia/x264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/encoder/
H A Dme.c665 if( bsad <= ycost ) in x264_me_search_ref()
667 bsad -= ycost; in x264_me_search_ref()
669 cost_fpel_mvx+min_x, xs, width, bsad * 17 >> 4 ); in x264_me_search_ref()
678 if( sad < bsad*sad_thresh>>3 ) in x264_me_search_ref()
680 COPY1_IF_LT( bsad, sad ); in x264_me_search_ref()
693 if( sad < bsad*sad_thresh>>3 ) in x264_me_search_ref()
695 COPY1_IF_LT( bsad, sad ); in x264_me_search_ref()
702 bsad += ycost; in x264_me_search_ref()
706 sad_thresh = bsad*sad_thresh>>3; in x264_me_search_ref()
707 while( nmvsad > limit*2 && sad_thresh > bsad ) in x264_me_search_ref()
[all …]
/dports/emulators/vice/vice-3.5/src/lib/libx264/encoder/
H A Dme.c683 if( bsad <= ycost ) in x264_me_search_ref()
685 bsad -= ycost; in x264_me_search_ref()
687 cost_fpel_mvx+min_x, xs, width, bsad * 17 >> 4 ); in x264_me_search_ref()
699 if( sad < bsad*sad_thresh>>3 ) in x264_me_search_ref()
701 COPY1_IF_LT( bsad, sad ); in x264_me_search_ref()
714 if( sad < bsad*sad_thresh>>3 ) in x264_me_search_ref()
716 COPY1_IF_LT( bsad, sad ); in x264_me_search_ref()
723 bsad += ycost; in x264_me_search_ref()
727 sad_thresh = bsad*sad_thresh>>3; in x264_me_search_ref()
728 while( nmvsad > limit*2 && sad_thresh > bsad ) in x264_me_search_ref()
[all …]
/dports/multimedia/libx264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/encoder/
H A Dme.c665 if( bsad <= ycost ) in x264_me_search_ref()
667 bsad -= ycost; in x264_me_search_ref()
669 cost_fpel_mvx+min_x, xs, width, bsad * 17 >> 4 ); in x264_me_search_ref()
678 if( sad < bsad*sad_thresh>>3 ) in x264_me_search_ref()
680 COPY1_IF_LT( bsad, sad ); in x264_me_search_ref()
693 if( sad < bsad*sad_thresh>>3 ) in x264_me_search_ref()
695 COPY1_IF_LT( bsad, sad ); in x264_me_search_ref()
702 bsad += ycost; in x264_me_search_ref()
706 sad_thresh = bsad*sad_thresh>>3; in x264_me_search_ref()
707 while( nmvsad > limit*2 && sad_thresh > bsad ) in x264_me_search_ref()
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libx264/encoder/
H A Dme.c683 if( bsad <= ycost ) in x264_me_search_ref()
685 bsad -= ycost; in x264_me_search_ref()
687 cost_fpel_mvx+min_x, xs, width, bsad * 17 >> 4 ); in x264_me_search_ref()
699 if( sad < bsad*sad_thresh>>3 ) in x264_me_search_ref()
701 COPY1_IF_LT( bsad, sad ); in x264_me_search_ref()
714 if( sad < bsad*sad_thresh>>3 ) in x264_me_search_ref()
716 COPY1_IF_LT( bsad, sad ); in x264_me_search_ref()
723 bsad += ycost; in x264_me_search_ref()
727 sad_thresh = bsad*sad_thresh>>3; in x264_me_search_ref()
728 while( nmvsad > limit*2 && sad_thresh > bsad ) in x264_me_search_ref()
[all …]
/dports/multimedia/xvid/xvidcore/src/motion/
H A Destimation_rd_based.c312 int32_t bsad[5]; in findRD_inter() local
323 for(i = 0; i < 5; i++) bsad[i] = Data->iMinSAD[i]; in findRD_inter()
344 for(i = 0; i < 5; i++) if (bsad[i] > Data->iMinSAD[i]) { in findRD_inter()
427 int bsad = Data8->iMinSAD[0]; in findRD_inter4v() local
448 if(bsad > *Data8->iMinSAD) { /* we have found a better match */ in findRD_inter4v()
451 bsad = Data8->iMinSAD[0]; in findRD_inter4v()
466 if (bsad <= Data->iMinSAD[0]) { in findRD_inter4v()
468 Data8->iMinSAD[0] = bsad; in findRD_inter4v()
/dports/multimedia/mjpegtools/mjpegtools-2.1.0/utils/
H A Dmotionsearch.c836 STATIC int bsad(pf,pb,p2,rowstride,hxf,hyf,hxb,hyb,h) in bsad() function
983 pbsad = bsad; in init_motion_search()
1032 SIMD_RESET(bsad); in reset_motion_simd()
/dports/graphics/libbpg/libbpg-0.9.8/x265/source/encoder/
H A Dsearch.cpp1230 int sad, bsad; in checkIntraInInter() local
1275 bsad = sa8d(fenc, scaleStride, m_intraPredAngs, scaleStride) << costShift; in checkIntraInInter()
1278 bcost = m_rdCost.calcRdSADCost(bsad, bbits); in checkIntraInInter()
1290 COPY4_IF_LT(bcost, cost, bmode, mode, bsad, sad, bbits, bits); in checkIntraInInter()
1351 COPY4_IF_LT(bcost, acost, bmode, amode, bsad, asad, bbits, abits); in checkIntraInInter()
1358 COPY4_IF_LT(bcost, cost, bmode, mode, bsad, sad, bbits, bits); in checkIntraInInter()
1365 intraMode.distortion = bsad; in checkIntraInInter()
/dports/multimedia/handbrake/x265_3.5/source/encoder/
H A Dsearch.cpp1314 int sad, bsad; in checkIntraInInter() local
1359 bsad = sa8d(fenc, scaleStride, m_intraPredAngs, scaleStride) << costShift; in checkIntraInInter()
1362 bcost = m_rdCost.calcRdSADCost(bsad, bbits); in checkIntraInInter()
1374 COPY4_IF_LT(bcost, cost, bmode, mode, bsad, sad, bbits, bits); in checkIntraInInter()
1435 COPY4_IF_LT(bcost, acost, bmode, amode, bsad, asad, bbits, abits); in checkIntraInInter()
1442 COPY4_IF_LT(bcost, cost, bmode, mode, bsad, sad, bbits, bits); in checkIntraInInter()
1449 intraMode.distortion = bsad; in checkIntraInInter()
/dports/multimedia/x265/source/encoder/
H A Dsearch.cpp1314 int sad, bsad; in checkIntraInInter() local
1359 bsad = sa8d(fenc, scaleStride, m_intraPredAngs, scaleStride) << costShift; in checkIntraInInter()
1362 bcost = m_rdCost.calcRdSADCost(bsad, bbits); in checkIntraInInter()
1374 COPY4_IF_LT(bcost, cost, bmode, mode, bsad, sad, bbits, bits); in checkIntraInInter()
1435 COPY4_IF_LT(bcost, acost, bmode, amode, bsad, asad, bbits, abits); in checkIntraInInter()
1442 COPY4_IF_LT(bcost, cost, bmode, mode, bsad, sad, bbits, bits); in checkIntraInInter()
1449 intraMode.distortion = bsad; in checkIntraInInter()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/perf_tests/parser/resources/
H A Dfinal-url-en29278 http://www.bsad.org/victory/1984.html