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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/jpeg/
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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/jpeg/
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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/jpeg/
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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/lib/
H A Ddistribute.c127 distribute_cmp (const struct distribute *dist1, const struct distribute *dist2) argument
129 if (dist1->ifname && dist2->ifname)
130 if (strcmp (dist1->ifname, dist2->ifname) == 0)
132 if (! dist1->ifname && ! dist2->ifname)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/lib/
H A Ddistribute.c127 distribute_cmp (const struct distribute *dist1, const struct distribute *dist2) argument
129 if (dist1->ifname && dist2->ifname)
130 if (strcmp (dist1->ifname, dist2->ifname) == 0)
132 if (! dist1->ifname && ! dist2->ifname)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/lib/
H A Ddistribute.c127 distribute_cmp (const struct distribute *dist1, const struct distribute *dist2) argument
129 if (dist1->ifname && dist2->ifname)
130 if (strcmp (dist1->ifname, dist2->ifname) == 0)
132 if (! dist1->ifname && ! dist2->ifname)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/LPRng/po/
H A DMakefile.in258 @$(MAKE) dist2
260 dist2: $(DISTFILES)
H A DMakefile301 @$(MAKE) dist2
303 dist2: $(DISTFILES)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/LPRng/po/
H A DMakefile.in258 @$(MAKE) dist2
260 dist2: $(DISTFILES)
H A DMakefile301 @$(MAKE) dist2
303 dist2: $(DISTFILES)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/LPRng/po/
H A DMakefile.in258 @$(MAKE) dist2
260 dist2: $(DISTFILES)
H A DMakefile301 @$(MAKE) dist2
303 dist2: $(DISTFILES)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Daaccoder.c887 float dist1 = 0.0f, dist2 = 0.0f; local
915 dist2 += quantize_band_cost(s, M,
921 dist2 += quantize_band_cost(s, S,
928 cpe->ms_mask[w*16+g] = dist2 < dist1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Daaccoder.c887 float dist1 = 0.0f, dist2 = 0.0f; local
915 dist2 += quantize_band_cost(s, M,
921 dist2 += quantize_band_cost(s, S,
928 cpe->ms_mask[w*16+g] = dist2 < dist1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Daaccoder.c887 float dist1 = 0.0f, dist2 = 0.0f; local
915 dist2 += quantize_band_cost(s, M,
921 dist2 += quantize_band_cost(s, S,
928 cpe->ms_mask[w*16+g] = dist2 < dist1;

Completed in 233 milliseconds