Searched refs:coeffs (Results 1 - 6 of 6) sorted by relevance

/haiku-fatelf/src/libs/fluidsynth/src/
H A Dfluid_dsp_float.c205 fluid_real_t *coeffs; local
230 coeffs = interp_coeff_linear[fluid_phase_fract_to_tablerow (dsp_phase)];
231 dsp_buf[dsp_i] = dsp_amp * (coeffs[0] * dsp_data[dsp_phase_index]
232 + coeffs[1] * dsp_data[dsp_phase_index+1]);
248 coeffs = interp_coeff_linear[fluid_phase_fract_to_tablerow (dsp_phase)];
249 dsp_buf[dsp_i] = dsp_amp * (coeffs[0] * dsp_data[dsp_phase_index]
250 + coeffs[1] * point);
296 fluid_real_t *coeffs; local
340 coeffs = interp_coeff[fluid_phase_fract_to_tablerow (dsp_phase)];
341 dsp_buf[dsp_i] = dsp_amp * (coeffs[
449 fluid_real_t *coeffs; local
[all...]
/haiku-fatelf/src/add-ons/translators/webp/libwebp/dec/
H A Dframe.c323 const int16_t* coeffs = dec->coeffs_; local
358 VP8Transform(coeffs + n * 16, dst);
360 VP8TransformDC(coeffs + n * 16, dst);
370 VP8Transform(coeffs + n * 16, dst);
372 VP8TransformDC(coeffs + n * 16, dst);
H A Dvp8i.h152 uint8_t nz_; // non-zero AC/DC coeffs
153 uint8_t dc_nz_; // non-zero DC coeffs
214 int16_t* coeffs_; // 384 coeffs = (16+8+8) * 4*4
270 typedef void (*VP8Idct)(const int16_t* coeffs, uint8_t* dst);
/haiku-fatelf/src/add-ons/translators/webp/libwebp/enc/
H A Dframe.c32 const int16_t* coeffs; member in struct:__anon2861
114 const int v = abs(res->coeffs[n++]);
189 static void SetResidualCoeffs(const int16_t* const coeffs, argument
194 if (coeffs[n]) {
199 res->coeffs = coeffs;
216 const int v = abs(res->coeffs[n++]);
306 const int c = res->coeffs[n++];
/haiku-fatelf/src/libs/pdflib/libs/tiff/
H A Dtif_getimage.c1803 #define LumaRed coeffs[0]
1804 #define LumaGreen coeffs[1]
1805 #define LumaBlue coeffs[2]
1830 float* coeffs;
1840 TIFFGetFieldDefaulted(tif, TIFFTAG_YCBCRCOEFFICIENTS, &coeffs);
1841 _TIFFmemcpy(ycbcr->coeffs, coeffs, 3*sizeof (float));
1896 float* coeffs;
1898 TIFFGetFieldDefaulted(img->tif, TIFFTAG_YCBCRCOEFFICIENTS, &coeffs);
1899 if (_TIFFmemcmp(coeffs, im
[all...]
H A Dtiffio.h125 float coeffs[3]; /* cached for repeated use */ member in struct:__anon5020

Completed in 157 milliseconds