Searched refs:dist1 (Results 1 - 9 of 9) 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
405 dist1 = ((c1max - c1min) << C1_SHIFT) * C1_SCALE;
407 boxp->volume = dist0*dist0 + dist1*dist1 + dist2*dist2;
788 INT32 dist0, dist1; /* initial distance values */ local
829 dist1 = dist0;
832 dist2 = dist1;
844 dist1 += xx1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/jpeg/
H A Djquant2.c322 INT32 dist0,dist1,dist2; local
405 dist1 = ((c1max - c1min) << C1_SHIFT) * C1_SCALE;
407 boxp->volume = dist0*dist0 + dist1*dist1 + dist2*dist2;
788 INT32 dist0, dist1; /* initial distance values */ local
829 dist1 = dist0;
832 dist2 = dist1;
844 dist1 += xx1;
/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
405 dist1 = ((c1max - c1min) << C1_SHIFT) * C1_SCALE;
407 boxp->volume = dist0*dist0 + dist1*dist1 + dist2*dist2;
788 INT32 dist0, dist1; /* initial distance values */ local
829 dist1 = dist0;
832 dist2 = dist1;
844 dist1 += xx1;
/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/ffmpeg/libavcodec/
H A Daaccoder.c887 float dist1 = 0.0f, dist2 = 0.0f; local
903 dist1 += quantize_band_cost(s, sce0->coeffs + start + w2*128,
909 dist1 += quantize_band_cost(s, sce1->coeffs + start + w2*128,
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
903 dist1 += quantize_band_cost(s, sce0->coeffs + start + w2*128,
909 dist1 += quantize_band_cost(s, sce1->coeffs + start + w2*128,
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
903 dist1 += quantize_band_cost(s, sce0->coeffs + start + w2*128,
909 dist1 += quantize_band_cost(s, sce1->coeffs + start + w2*128,
928 cpe->ms_mask[w*16+g] = dist2 < dist1;

Completed in 210 milliseconds