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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Ddctref.c33 static double coefficients[8 * 8]; variable
44 coefficients[j] = sqrt(0.125);
46 coefficients[i + j] = 0.5 * cos(i * (j + 0.5) * M_PI / 64.0);
59 /* implement the equation: block = coefficients * block * coefficients' */
64 /* out = coefficients * block */
69 tmp += coefficients[i + k] * block[k * 8 + j];
75 /* block = out * (coefficients') */
80 tmp += out[i + k] * coefficients[j * 8 + k];
95 /* implement the equation: block = (coefficients') * bloc
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/nm256/
H A Dnm256.c350 snd_nm256_write_buffer(chip, coefficients + offset, coeff_buf, size);
370 snd_printd("NM256: Engine was enabled while loading coefficients!\n");
384 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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dnm256_coeff.h6 static char coefficients[NM_TOTAL_COEFF_COUNT * 4] = { variable
4637 nm256_writeBuffer8 (card, coefficients + offset, 1, coeffBuf, size);
4648 nm256_writeBuffer8 (card, coefficients, 1, card->allCoeffBuf,
4661 printk (KERN_ERR "NM256: Engine was enabled while loading coefficients!\n");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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 230 milliseconds