Searched refs:coefs (Results 1 - 25 of 58) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/arm/
H A Ddcadsp_init_arm.c25 void ff_dca_lfe_fir_neon(float *out, const float *in, const float *coefs,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Ddcadsp.c25 static void dca_lfe_fir_c(float *out, const float *in, const float *coefs, argument
29 const float *cf0 = coefs;
30 const float *cf1 = coefs + 256;
H A Ddcadsp.h23 void (*lfe_fir)(float *out, const float *in, const float *coefs,
H A Dra144.h61 int ff_eval_refl(int *refl, const int16_t *coefs, AVCodecContext *avctx);
62 void ff_eval_coefs(int *coefs, const int *refl);
H A Dra144enc.c125 * @param coefs coefficients of the LPC filter
133 static void get_match_score(float *work, const float *coefs, float *vect, argument
140 ff_celp_lp_synthesis_filterf(work, coefs, vect, BLOCKSIZE, LPC_ORDER);
185 * @param coefs coefficients of the LPC filter
190 const float *coefs, float *data)
199 get_match_score(work, coefs, exc, NULL, NULL, data, &score, &gain);
214 ff_celp_lp_synthesis_filterf(work, coefs, exc, BLOCKSIZE, LPC_ORDER);
227 * @param coefs coefficients of the LPC filter
237 static void find_best_vect(float *work, const float *coefs, argument
250 get_match_score(work, coefs, vec
189 adaptive_cb_search(const int16_t *adapt_cb, float *work, const float *coefs, float *data) argument
272 fixed_cb_search(float *work, const float *coefs, float *data, int cba_idx, int *cb1_idx, int *cb2_idx) argument
327 float coefs[LPC_ORDER]; local
[all...]
H A Dwmaenc.c111 mdct->mdct_calc(mdct, s->coefs[channel], s->output);
209 float *coefs, *exponents, mult; local
216 coefs = src_coefs[ch];
220 coefs += s->coefs_start;
223 double t= *coefs++ / (exponents[i] * mult);
363 a = s->coefs[0][i]*0.5;
364 b = s->coefs[1][i]*0.5;
365 s->coefs[0][i] = a + b;
366 s->coefs[1][i] = a - b;
378 int error= encode_frame(s, s->coefs, bu
[all...]
H A Dra144.c1544 int ff_eval_refl(int *refl, const int16_t *coefs, AVCodecContext *avctx) argument
1553 buffer2[i] = coefs[i];
1585 void ff_eval_coefs(int *coefs, const int *refl) argument
1589 int *b2 = coefs;
1602 coefs[i] >>= 4;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dflacdsp_lpc_template.c42 int c = coefs[(x)-1]; \
50 const int32_t *coefs, int shift, int big)
109 int order, const int32_t *coefs, int shift)
120 int c = coefs[j];
130 case 1: FUNC(lpc_encode_unrolled)(res, smp, len, 1, coefs, shift, 0); break;
131 case 2: FUNC(lpc_encode_unrolled)(res, smp, len, 2, coefs, shift, 0); break;
132 case 3: FUNC(lpc_encode_unrolled)(res, smp, len, 3, coefs, shift, 0); break;
133 case 4: FUNC(lpc_encode_unrolled)(res, smp, len, 4, coefs, shift, 0); break;
134 case 5: FUNC(lpc_encode_unrolled)(res, smp, len, 5, coefs, shift, 0); break;
135 case 6: FUNC(lpc_encode_unrolled)(res, smp, len, 6, coefs, shif
48 lpc_encode_unrolled(int32_t *res, const int32_t *smp, int len, int order, const int32_t *coefs, int shift, int big) argument
108 flac_lpc_encode_c(int32_t *res, const int32_t *smp, int len, int order, const int32_t *coefs, int shift) argument
[all...]
H A Ddcadsp.c46 dca_lfe_fir(float *out, const float *in, const float *coefs, argument
57 for (j = 0; j < num_coeffs; j++, coefs++) {
58 v0 += in[-j] * *coefs;
59 v1 += in[j + 1 - num_coeffs] * *coefs;
94 static void dca_lfe_fir0_c(float *out, const float *in, const float *coefs) argument
96 dca_lfe_fir(out, in, coefs, 32);
99 static void dca_lfe_fir1_c(float *out, const float *in, const float *coefs) argument
101 dca_lfe_fir(out, in, coefs, 64);
H A Ddcadsp.h28 void (*lfe_fir[2])(float *out, const float *in, const float *coefs);
H A Dflacdsp.h31 const int32_t *coefs, int shift);
H A Dra144.h67 int ff_eval_refl(int *refl, const int16_t *coefs, AVCodecContext *avctx);
68 void ff_eval_coefs(int *coefs, const int *refl);
H A Dra144enc.c134 * @param coefs coefficients of the LPC filter
142 static void get_match_score(float *work, const float *coefs, float *vect, argument
149 ff_celp_lp_synthesis_filterf(work, coefs, vect, BLOCKSIZE, LPC_ORDER);
194 * @param coefs coefficients of the LPC filter
199 const float *coefs, float *data)
208 get_match_score(work, coefs, exc, NULL, NULL, data, &score, &gain);
223 ff_celp_lp_synthesis_filterf(work, coefs, exc, BLOCKSIZE, LPC_ORDER);
236 * @param coefs coefficients of the LPC filter
246 static void find_best_vect(float *work, const float *coefs, argument
259 get_match_score(work, coefs, vec
198 adaptive_cb_search(const int16_t *adapt_cb, float *work, const float *coefs, float *data) argument
281 fixed_cb_search(float *work, const float *coefs, float *data, int cba_idx, int *cb1_idx, int *cb2_idx) argument
336 float coefs[LPC_ORDER]; local
[all...]
H A Dwmaenc.c111 mdct->mdct_calc(mdct, s->coefs[ch], s->output);
209 float *coefs, *exponents, mult; local
216 coefs = src_coefs[ch];
220 coefs += s->coefs_start;
223 double t= *coefs++ / (exponents[i] * mult);
359 a = s->coefs[0][i]*0.5;
360 b = s->coefs[1][i]*0.5;
361 s->coefs[0][i] = a + b;
362 s->coefs[1][i] = a - b;
371 error = encode_frame(s, s->coefs, avpk
[all...]
H A Dra144.c1545 int ff_eval_refl(int *refl, const int16_t *coefs, AVCodecContext *avctx) argument
1554 buffer2[i] = coefs[i];
1593 void ff_eval_coefs(int *coefs, const int *refl) argument
1597 int *b2 = coefs;
1610 coefs[i] >>= 4;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/au88x0/
H A Dau88x0_xtalk.c230 xtalk_coefs_t const coefs)
235 hwwrite(vortex->mmio, 0x24200 + i * 0x24, coefs[i][0]);
236 hwwrite(vortex->mmio, 0x24204 + i * 0x24, coefs[i][1]);
237 hwwrite(vortex->mmio, 0x24208 + i * 0x24, coefs[i][2]);
238 hwwrite(vortex->mmio, 0x2420c + i * 0x24, coefs[i][3]);
239 hwwrite(vortex->mmio, 0x24210 + i * 0x24, coefs[i][4]);
247 xtalk_coefs_t const coefs)
252 hwwrite(vortex->mmio, 0x242b4 + i * 0x24, coefs[i][0]);
253 hwwrite(vortex->mmio, 0x242b8 + i * 0x24, coefs[i][1]);
254 hwwrite(vortex->mmio, 0x242bc + i * 0x24, coefs[
229 vortex_XtalkHw_SetLeftEQ(vortex_t * vortex, short arg_0, short arg_4, xtalk_coefs_t const coefs) argument
246 vortex_XtalkHw_SetRightEQ(vortex_t * vortex, short arg_0, short arg_4, xtalk_coefs_t const coefs) argument
263 vortex_XtalkHw_SetLeftXT(vortex_t * vortex, short arg_0, short arg_4, xtalk_coefs_t const coefs) argument
280 vortex_XtalkHw_SetRightXT(vortex_t * vortex, short arg_0, short arg_4, xtalk_coefs_t const coefs) argument
297 vortex_XtalkHw_SetLeftEQStates(vortex_t * vortex, xtalk_instate_t const arg_0, xtalk_state_t const coefs) argument
316 vortex_XtalkHw_SetRightEQStates(vortex_t * vortex, xtalk_instate_t const arg_0, xtalk_state_t const coefs) argument
335 vortex_XtalkHw_SetLeftXTStates(vortex_t * vortex, xtalk_instate_t const arg_0, xtalk_state_t const coefs) argument
354 vortex_XtalkHw_SetRightXTStates(vortex_t * vortex, xtalk_instate_t const arg_0, xtalk_state_t const coefs) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/arm/
H A Ddcadsp_init_arm.c27 void ff_dca_lfe_fir0_neon(float *out, const float *in, const float *coefs);
28 void ff_dca_lfe_fir1_neon(float *out, const float *in, const float *coefs);
30 void ff_dca_lfe_fir32_vfp(float *out, const float *in, const float *coefs);
31 void ff_dca_lfe_fir64_vfp(float *out, const float *in, const float *coefs);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_hqdn3d.h33 int16_t *coefs[4]; member in struct:HQDN3DContext
H A Dvf_hqdn3d.c210 av_freep(&s->coefs[0]);
211 av_freep(&s->coefs[1]);
212 av_freep(&s->coefs[2]);
213 av_freep(&s->coefs[3]);
267 s->coefs[i] = precalc_coefs(s->strength[i], s->depth);
268 if (!s->coefs[i])
307 s->coefs[c ? CHROMA_SPATIAL : LUMA_SPATIAL],
308 s->coefs[c ? CHROMA_TMP : LUMA_TMP]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Ddcadsp_init.c35 void ff_dca_lfe_fir0_sse(float *out, const float *in, const float *coefs);
36 void ff_dca_lfe_fir1_sse(float *out, const float *in, const float *coefs);
37 void ff_dca_lfe_fir0_fma3(float *out, const float *in, const float *coefs);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswresample/
H A Dnoise_shaping_data.c23 double const * coefs; member in struct:__anon3705
H A Ddither.c106 for (i=0; filters[i].coefs; i++) {
112 s->dither.ns_coeffs[j] = f->coefs[j];
117 if (!filters[i].coefs && s->dither.method > SWR_DITHER_NS) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/mmedia/
H A Dsndmsad.h31 void SetCoefs(wxInt16 **coefs, wxUint16 ncoefs, wxUint16 coefs_len);
32 void GetCoefs(wxInt16 **&coefs, wxUint16& ncoefs,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/mmedia/
H A Dsndwav.cpp126 wxInt16 *coefs[2]; local
136 coefs[0] = new wxInt16[coefs_len];
137 coefs[1] = new wxInt16[coefs_len];
140 coefs[0][i] = data.Read16();
141 coefs[1][i] = data.Read16();
144 sndformat.SetCoefs(coefs, 2, coefs_len);
147 delete[] coefs[0];
148 delete[] coefs[1];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/mips/
H A Daacpsy_mips.h62 const float *coefs)
76 float *cf = (float *)&coefs[start+i];
60 calc_thr_3gpp_mips(const FFPsyWindowInfo *wi, const int num_bands, AacPsyChannel *pch, const uint8_t *band_sizes, const float *coefs) argument

Completed in 290 milliseconds

123