Searched refs:mean (Results 26 - 50 of 74) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Ddnxhdenc.c637 int mean, sqmean; local
650 mean = sum >> 8; // 16*16 == 2^8
652 ctx->mb_cmp[mb].value = sqmean - mean * mean;
H A Damrwbdec.c196 * Apply mean and past ISF values using the prediction factor.
885 static float auto_correlation(float *diff_isf, float mean, int lag) argument
891 float prod = (diff_isf[i] - mean) * (diff_isf[i - lag] - mean);
H A Dmotion_est.c1181 unsigned mean = (sum+128)>>8; local
1182 mean*= 0x01010101;
1185 *(uint32_t*)(&c->scratchpad[i*s->linesize+ 0]) = mean;
1186 *(uint32_t*)(&c->scratchpad[i*s->linesize+ 4]) = mean;
1187 *(uint32_t*)(&c->scratchpad[i*s->linesize+ 8]) = mean;
1188 *(uint32_t*)(&c->scratchpad[i*s->linesize+12]) = mean;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_deshake.c103 * Cleaned mean (cuts off 20% of values to remove outliers and then averages)
107 double mean = 0; local
114 mean += values[x];
117 return mean / (count - cut * 2);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmotion_est.c1052 unsigned mean = (sum+128)>>8; local
1053 mean*= 0x01010101;
1056 *(uint32_t*)(&c->scratchpad[i*s->linesize+ 0]) = mean;
1057 *(uint32_t*)(&c->scratchpad[i*s->linesize+ 4]) = mean;
1058 *(uint32_t*)(&c->scratchpad[i*s->linesize+ 8]) = mean;
1059 *(uint32_t*)(&c->scratchpad[i*s->linesize+12]) = mean;
H A Damrwbdec.c210 * Apply mean and past ISF values using the prediction factor.
907 static float auto_correlation(float *diff_isf, float mean, int lag) argument
913 float prod = (diff_isf[i] - mean) * (diff_isf[i - lag] - mean);
H A Ddnxhdenc.c767 int mean, sqmean; local
780 mean = sum >> 8; // 16*16 == 2^8
782 ctx->mb_cmp[mb].value = sqmean - mean * mean;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtempfile.tex123 returned it may unfortunately mean two quite different things: either that
H A Dtscroll.tex11 scroll events. But just because a window generates a scroll event, doesn't mean
H A Ddatespan.tex16 doesn't mean to add $60*60*24*31$ seconds to it, but to take the same date
H A Dprocess.tex246 does mean that the child process should be told to quit before the main program
H A Dsocket.tex359 This function waits until the socket is readable. This might mean that
860 This function waits until the socket is readable. This might mean that
890 This function waits until the socket becomes writable. This might mean that
1104 does not necessarily mean that the connection was successfully established;
H A Dtext.tex579 {\tt true} on success, {\tt false} if an error occurred - it may also mean that
868 {\tt true} on success, {\tt false} if an error occurred - may also mean that
978 {\tt true} on success, {\tt false} if an error occurred - it may also mean that
H A Drenderer.tex17 controls - this is what we mean when we say that it is a ``native'' framework.
H A Dtdate.tex60 does mean that the best resolution which can be achieved with this class is 1
H A Dconfig.tex75 NB: in the documentation of this class, the words "config file" also mean
76 "registry hive" for wxRegConfig and, generally speaking, might mean any
H A Ddialog.tex149 \docparam{id}{An identifier for the dialog. A value of -1 is taken to mean a default.}
H A Dlocale.tex120 mean that the catalog is not found or that it isn't in the correct format).
H A Dtsizer.tex29 This will most often mean that the programmer does not set the start-up size of
H A Dfilename.tex702 Read permissions on a directory mean that you can list the directory contents but it
714 Write permissions on a directory mean that you can create new files in the directory.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/kernel/
H A Dhead.S332 # - for the FR451 this'll mean that the window through which the kernel is
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/util/
H A Dpod2man.pl159 what they mean.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/util/
H A Dpod2man.pl159 what they mean.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/util/
H A Dpod2man.pl159 what they mean.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Dround.S279 | bit of the mantissa (msb in d1) unless this would mean the exponent

Completed in 139 milliseconds

123