Searched refs:dist2 (Results 1 - 25 of 30) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/jpeg/
H A Djquant2.c322 JPEG_INT32 dist0,dist1,dist2; local
406 dist2 = ((c2max - c2min) << C2_SHIFT) * C2_SCALE;
407 boxp->volume = dist0*dist0 + dist1*dist1 + dist2*dist2;
789 register JPEG_INT32 dist2; /* current distance in inner loop */ local
832 dist2 = dist1;
835 if (dist2 < *bptr) {
836 *bptr = dist2;
839 dist2 += xx2;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/jpeg-7/
H A Djquant2.c322 INT32 dist0,dist1,dist2; local
406 dist2 = ((c2max - c2min) << C2_SHIFT) * C2_SCALE;
407 boxp->volume = dist0*dist0 + dist1*dist1 + dist2*dist2;
789 register INT32 dist2; /* current distance in inner loop */ local
832 dist2 = dist1;
835 if (dist2 < *bptr) {
836 *bptr = dist2;
839 dist2 += xx2;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/lib/
H A Ddistribute.c137 distribute_cmp (struct distribute *dist1, struct distribute *dist2)
139 if (dist1->ifname && dist2->ifname)
140 if (strcmp (dist1->ifname, dist2->ifname) == 0)
142 if (! dist1->ifname && ! dist2->ifname)
136 distribute_cmp(struct distribute *dist1, struct distribute *dist2) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dquantize.cpp439 INT32 dist0,dist1,dist2; local
523 dist2 = ((c2max - c2min) << C2_SHIFT) * C2_SCALE;
524 boxp->volume = dist0*dist0 + dist1*dist1 + dist2*dist2;
922 register INT32 dist2; /* current distance in inner loop */ local
965 dist2 = dist1;
968 if (dist2 < *bptr) {
969 *bptr = dist2;
972 dist2 += xx2;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/flex/
H A DMakefile228 $(MAKE) DIST_NAME=flex-`sed <version.h 's/[^"]*"//' | sed 's/"//'` dist2
230 dist2:
H A DMakefile.in228 $(MAKE) DIST_NAME=flex-`sed <version.h 's/[^"]*"//' | sed 's/"//'` dist2
230 dist2:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/confuse-2.7/po/
H A DMakefile.in325 @$(MAKE) dist2
327 dist2: stamp-po $(DISTFILES)
H A DMakefile368 @$(MAKE) dist2
370 dist2: stamp-po $(DISTFILES)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/flex/
H A DMakefile.in228 $(MAKE) DIST_NAME=flex-`sed <version.h 's/[^"]*"//' | sed 's/"//'` dist2
230 dist2:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/po/
H A DMakefile.in284 @$(MAKE) dist2
286 dist2: $(DISTFILES)
H A DMakefile326 @$(MAKE) dist2
328 dist2: $(DISTFILES)
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/po/
H A DMakefile.in325 @$(MAKE) dist2
327 dist2: stamp-po $(DISTFILES)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/po/
H A DMakefile.in315 @$(MAKE) dist2
317 dist2: stamp-po $(DISTFILES)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/po/
H A DMakefile394 @$(MAKE) dist2
396 dist2: stamp-po $(DISTFILES)
H A DMakefile.in351 @$(MAKE) dist2
353 dist2: stamp-po $(DISTFILES)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/po/
H A DMakefile.in351 @$(MAKE) dist2
353 dist2: stamp-po $(DISTFILES)
H A DMakefile410 @$(MAKE) dist2
412 dist2: stamp-po $(DISTFILES)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/po/
H A DMakefile.in351 @$(MAKE) dist2
353 dist2: stamp-po $(DISTFILES)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/po/
H A DMakefile.in351 @$(MAKE) dist2
353 dist2: stamp-po $(DISTFILES)
H A DMakefile420 @$(MAKE) dist2
422 dist2: stamp-po $(DISTFILES)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgpg-error-1.10/po/
H A DMakefile.in351 @$(MAKE) dist2
353 dist2: stamp-po $(DISTFILES)
H A DMakefile396 @$(MAKE) dist2
398 dist2: stamp-po $(DISTFILES)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgpg-error-1.10/po/
H A DMakefile.in351 @$(MAKE) dist2
353 dist2: stamp-po $(DISTFILES)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Daaccoder.c1067 float dist1 = 0.0f, dist2 = 0.0f; local
1095 dist2 += quantize_band_cost(s, M,
1101 dist2 += quantize_band_cost(s, S,
1108 cpe->ms_mask[w*16+g] = dist2 < dist1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Daaccoder.c1067 float dist1 = 0.0f, dist2 = 0.0f; local
1095 dist2 += quantize_band_cost(s, M,
1101 dist2 += quantize_band_cost(s, S,
1108 cpe->ms_mask[w*16+g] = dist2 < dist1;

Completed in 315 milliseconds

12