Searched refs:coefficients (Results 1 - 19 of 19) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Ddctref.c35 static double coefficients[8 * 8]; variable
46 coefficients[j] = sqrt(0.125);
48 coefficients[i + j] = 0.5 * cos(i * (j + 0.5) * M_PI / 64.0);
61 /* implement the equation: block = coefficients * block * coefficients' */
66 /* out = coefficients * block */
71 tmp += coefficients[i + k] * block[k * 8 + j];
77 /* block = out * (coefficients') */
82 tmp += out[i + k] * coefficients[j * 8 + k];
97 /* implement the equation: block = (coefficients') * bloc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Ddctref.c35 static double coefficients[8 * 8]; variable
46 coefficients[j] = sqrt(0.125);
48 coefficients[i + j] = 0.5 * cos(i * (j + 0.5) * M_PI / 64.0);
61 /* implement the equation: block = coefficients * block * coefficients' */
66 /* out = coefficients * block */
71 tmp += coefficients[i + k] * block[k * 8 + j];
77 /* block = out * (coefficients') */
82 tmp += out[i + k] * coefficients[j * 8 + k];
97 /* implement the equation: block = (coefficients') * bloc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D06-floor0.tex60 3) [coefficients] is an empty, zero length vector
67 10) concatenate [temp_vector] onto the end of the [coefficients] vector
68 11) if (length of vector [coefficients] is less than [floor0_order], continue at step 6
89 \item The number of scalars read into the vector \varname{[coefficients]}
95 scalars in \varname{[coefficients]} is to to read a total of twelve
106 Given an \varname{[amplitude]} integer and \varname{[coefficients]}
157 p & = & (1 - \cos^2\omega)\prod_{j=0}^{\frac{\mathtt{floor0\_order}-3}{2}} 4 (\cos([\mathtt{coefficients}]_{2j+1}) - \cos \omega)^2 \\
158 q & = & \frac{1}{4} \prod_{j=0}^{\frac{\mathtt{floor0\_order}-1}{2}} 4 (\cos([\mathtt{coefficients}]_{2j}) - \cos \omega)^2
166 p & = & \frac{(1 - \cos^2\omega)}{2} \prod_{j=0}^{\frac{\mathtt{floor0\_order}-2}{2}} 4 (\cos([\mathtt{coefficients}]_{2j+1}) - \cos \omega)^2 \\
167 q & = & \frac{(1 + \cos^2\omega)}{2} \prod_{j=0}^{\frac{\mathtt{floor0\_order}-2}{2}} 4 (\cos([\mathtt{coefficients}]
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dpolynomi.cpp483 std::vector<CoefficientType> coefficients((size_t)n, m_ring.Identity());
484 coefficients[0] = alpha[n-1];
489 coefficients[i] = m_ring.Subtract(coefficients[i-1], m_ring.Multiply(coefficients[i], x[j]));
491 coefficients[0] = m_ring.Subtract(alpha[j], m_ring.Multiply(coefficients[0], x[j]));
494 return PolynomialOver<T>(coefficients.begin(), coefficients.end());
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/mISDN/
H A Ddsp_dtmf.c98 * calculate the coefficients of the given sample and decode *
114 * fmt - 0 = alaw, 1 = ulaw, 2 = coefficients from HFC DTMF hw-decoder
148 case 2: /* HFC coefficients */
152 printk(KERN_ERR "%s: coefficients have invalid "
173 goto coefficients;
206 /* our (squared) coefficients have been calculated, we need to process
209 coefficients:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/x86/
H A Dscale.asm137 ; multiply with filter coefficients
146 ; add up horizontally (4 srcpix * 4 coefficients -> 1 dstpix)
199 ; add up horizontally (8 srcpix * 8 coefficients -> 1 dstpix)
H A Doutput.asm170 ; coefficients
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libswscale/x86/
H A Dscale.asm134 ; multiply with filter coefficients
143 ; add up horizontally (4 srcpix * 4 coefficients -> 1 dstpix)
196 ; add up horizontally (8 srcpix * 8 coefficients -> 1 dstpix)
H A Doutput.asm167 ; coefficients
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/ppc/as/
H A Dlpc_asm.s51 ; coefficients and all relevant history stay in registers, so the outer loop
78 ; load coefficients into v0-v7 and initial history into v8-v15
327 ; load coefficients into v0-v1 and initial history into v2-v3
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/ppc/gas/
H A Dlpc_asm.s53 # coefficients and all relevant history stay in registers, so the outer loop
80 # load coefficients into v0-v7 and initial history into v8-v15
329 # load coefficients into v0-v1 and initial history into v2-v3
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dvp9itxfm.asm912 ; use that to zero out block coefficients
938 ; use that to zero out block coefficients
1163 ; use that to zero out block coefficients
1599 ; use that to zero out block coefficients
1630 ; use that to zero out block coefficients
1661 ; use that to zero out block coefficients
H A Dh264_intrapred.asm299 pmaddubsw m0, [plane_shuf] ; H coefficients
325 paddw m0, m1 ; sum of H coefficients
401 add r5, r6 ; sum of V coefficients
572 pmaddubsw m0, [plane8_shuf] ; H coefficients
600 paddw m0, m1 ; sum of H coefficients
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/nm256/
H A Dnm256.c349 snd_nm256_write_buffer(chip, coefficients + offset, coeff_buf, size);
369 snd_printd("NM256: Engine was enabled while loading coefficients!\n");
383 snd_nm256_write_buffer(chip, coefficients, chip->all_coeff_buf,
H A Dnm256_coef.c3 static char coefficients[NM_TOTAL_COEFF_COUNT * 4] = { variable
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/x86/
H A Dh264_intrapred.asm323 pmaddubsw m0, [plane_shuf] ; H coefficients
345 paddw m0, m1 ; sum of H coefficients
421 add r5, r6 ; sum of V coefficients
612 pmaddubsw m0, [plane8_shuf] ; H coefficients
638 paddw m0, m1 ; sum of H coefficients
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Dsetox.S129 | Notes: a) In order to reduce memory access, the coefficients are
249 | Notes: a) In order to reduce memory access, the coefficients are
303 | Notes: a) In order to reduce memory access, the coefficients are
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/ifpsp060/src/
H A Dfpsp.S6892 # Notes: a) In order to reduce memory access, the coefficients #
7020 # Notes: a) In order to reduce memory access, the coefficients #
7078 # Notes: a) In order to reduce memory access, the coefficients #
H A Dfplsp.S6786 # Notes: a) In order to reduce memory access, the coefficients #
6914 # Notes: a) In order to reduce memory access, the coefficients #
6972 # Notes: a) In order to reduce memory access, the coefficients #

Completed in 241 milliseconds