HomeSort by relevance Sort by last modified time
    Searched full:coef (Results 1 - 25 of 234) sorted by null

1 2 3 4 5 6 7 8 910

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic54x/
loop.s 6 .asg label,COEF
9 COEF .loop 10
  /external/libjpeg-turbo/
jccoefct.c 75 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; variable
82 coef->MCU_rows_per_iMCU_row = 1;
84 if (coef->iMCU_row_num < (cinfo->total_iMCU_rows-1))
85 coef->MCU_rows_per_iMCU_row = cinfo->cur_comp_info[0]->v_samp_factor;
87 coef->MCU_rows_per_iMCU_row = cinfo->cur_comp_info[0]->last_row_height;
90 coef->mcu_ctr = 0;
91 coef->MCU_vert_offset = 0;
102 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; local
145 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; local
247 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; local
343 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; local
407 my_coef_ptr coef; local
    [all...]
jdcoefct.h 65 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; local
72 coef->MCU_rows_per_iMCU_row = 1;
75 coef->MCU_rows_per_iMCU_row = cinfo->cur_comp_info[0]->v_samp_factor;
77 coef->MCU_rows_per_iMCU_row = cinfo->cur_comp_info[0]->last_row_height;
80 coef->MCU_ctr = 0;
81 coef->MCU_vert_offset = 0;
jdcoefct.c 61 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; local
64 if (coef->pub.coef_arrays != NULL) {
66 coef->pub.decompress_data = decompress_smooth_data;
68 coef->pub.decompress_data = decompress_data;
88 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; local
99 for (yoffset = coef->MCU_vert_offset; yoffset < coef->MCU_rows_per_iMCU_row;
101 for (MCU_col_num = coef->MCU_ctr; MCU_col_num <= last_MCU_col
193 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; local
264 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; local
355 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; local
411 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; local
630 my_coef_ptr coef; local
    [all...]
jctrans.c 244 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; local
251 coef->MCU_rows_per_iMCU_row = 1;
253 if (coef->iMCU_row_num < (cinfo->total_iMCU_rows-1))
254 coef->MCU_rows_per_iMCU_row = cinfo->cur_comp_info[0]->v_samp_factor;
256 coef->MCU_rows_per_iMCU_row = cinfo->cur_comp_info[0]->last_row_height;
259 coef->mcu_ctr = 0;
260 coef->MCU_vert_offset = 0;
271 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; local
294 my_coef_ptr coef = (my_coef_ptr) cinfo->coef; local
380 my_coef_ptr coef; local
    [all...]
  /external/webrtc/webrtc/common_audio/signal_processing/
resample.c 318 int16_t coef; local
320 coef = coef_ptr[0];
321 tmp1 += coef * in1[0];
322 tmp2 += coef * in2[-0];
324 coef = coef_ptr[1];
325 tmp1 += coef * in1[1];
326 tmp2 += coef * in2[-1];
328 coef = coef_ptr[2];
329 tmp1 += coef * in1[2];
330 tmp2 += coef * in2[-2]
364 int16_t coef; local
    [all...]
resample_fractional.c 153 int16_t coef; local
155 coef = coef_ptr[0];
156 tmp1 += coef * in1[0];
157 tmp2 += coef * in2[-0];
159 coef = coef_ptr[1];
160 tmp1 += coef * in1[1];
161 tmp2 += coef * in2[-1];
163 coef = coef_ptr[2];
164 tmp1 += coef * in1[2];
165 tmp2 += coef * in2[-2]
    [all...]
  /external/libxaac/decoder/
ixheaacd_block.h 81 VOID ixheaacd_over_lap_add1_dec(WORD32 *coef, WORD32 *prev, WORD16 *out,
85 VOID ixheaacd_over_lap_add1_armv7(WORD32 *coef, WORD32 *prev, WORD16 *out,
89 VOID ixheaacd_over_lap_add1_armv8(WORD32 *coef, WORD32 *prev, WORD16 *out,
93 VOID ixheaacd_over_lap_add2_dec(WORD32 *coef, WORD32 *prev, WORD32 *out,
97 VOID ixheaacd_over_lap_add2_armv7(WORD32 *coef, WORD32 *prev, WORD32 *out,
101 VOID ixheaacd_over_lap_add2_armv8(WORD32 *coef, WORD32 *prev, WORD32 *out,
140 VOID ixheaacd_neg_shift_spec_dec(WORD32 *coef, WORD16 *out, WORD16 q_shift,
143 VOID ixheaacd_neg_shift_spec_armv7(WORD32 *coef, WORD16 *out, WORD16 q_shift,
146 VOID ixheaacd_neg_shift_spec_armv8(WORD32 *coef, WORD16 *out, WORD16 q_shift,
149 VOID ixheaacd_nolap1_32(WORD32 *coef, WORD32 *out, WORD16 cu_scale
    [all...]
ixheaacd_tns_usac.h 34 WORD16 coef[TNS_MAX_ORDER]; member in struct:__anon26619
  /external/libopus/silk/arm/
NSQ_neon.h 82 opus_int32 silk_NSQ_noise_shape_feedback_loop_neon(const opus_int32 *data0, opus_int32 *data1, const opus_int16 *coef, opus_int order);
86 #define silk_noise_shape_quantizer_short_prediction(in, coef, coefRev, order, arch) \
90 #define silk_NSQ_noise_shape_feedback_loop(data0, data1, coef, order, arch) ((void)arch,silk_NSQ_noise_shape_feedback_loop_neon(data0, data1, coef, order))
95 (coef vs. coefRev) so can't use the usual IMPL table implementation */
97 #define silk_noise_shape_quantizer_short_prediction(in, coef, coefRev, order, arch) \
100 silk_noise_shape_quantizer_short_prediction_c(in, coef, order))
104 const opus_int32 *data0, opus_int32 *data1, const opus_int16 *coef,
108 #define silk_NSQ_noise_shape_feedback_loop(data0, data1, coef, order, arch) \
110 coef, order)
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
interpolate.c 30 int16_t coef, /* (i) weight coefficient in Q14 */
37 Performs the operation out[i] = in[i]*coef + (1-coef)*in2[i] (with rounding)
40 invcoef = 16384 - coef; /* 16384 = 1.0 (Q14)*/
42 out[i] = (int16_t)((coef * in1[i] + invcoef * in2[i] + 8192) >> 14);
bw_expand.c 30 int16_t *coef, /* (i) the bandwidth expansion factor Q15 */
37 /* out[i] = coef[i] * in[i] with rounding.
38 in[] and out[] are in Q12 and coef[] is in Q15
40 out[i] = (int16_t)((coef[i] * in[i] + 16384) >> 15);
lsf_interpolate_to_poly_dec.c 31 int16_t coef, /* (i) weighting coefficient to use between
38 WebRtcIlbcfix_Interpolate(lsftmp, lsf1, lsf2, coef, length);
lsf_interpolate_to_poly_enc.c 32 int16_t coef, /* (i) weighting coefficient to use between
40 WebRtcIlbcfix_Interpolate(lsftmp, lsf1, lsf2, coef, length);
  /external/libxcam/modules/soft/
soft_blender_tasks_priv.h 61 inline void multiply_coeff_y (float *out, const float *in, float coef) {
62 out[0] += in[0] * coef;
63 out[1] += in[1] * coef;
64 out[2] += in[2] * coef;
65 out[3] += in[3] * coef;
66 out[4] += in[4] * coef;
67 out[5] += in[5] * coef;
68 out[6] += in[6] * coef;
69 out[7] += in[7] * coef;
116 inline void multiply_coeff_uv (Float2 *out, Float2 *in, float coef) {
    [all...]
  /external/libopus/silk/
NSQ.h 65 #define silk_noise_shape_quantizer_short_prediction(in, coef, coefRev, order, arch) ((void)arch,silk_noise_shape_quantizer_short_prediction_c(in, coef, order))
67 static OPUS_INLINE opus_int32 silk_NSQ_noise_shape_feedback_loop_c(const opus_int32 *data0, opus_int32 *data1, const opus_int16 *coef, opus_int order)
78 out = silk_SMLAWB(out, tmp2, coef[0]);
83 out = silk_SMLAWB(out, tmp1, coef[j - 1]);
86 out = silk_SMLAWB(out, tmp2, coef[j]);
89 out = silk_SMLAWB(out, tmp1, coef[order - 1]);
95 #define silk_NSQ_noise_shape_feedback_loop(data0, data1, coef, order, arch) ((void)arch,silk_NSQ_noise_shape_feedback_loop_c(data0, data1, coef, order))
  /external/libldac/src/
mdct_fixp_ldac.c 29 INT32 coef, index0, index1, offset; local
74 coef = 0;
84 g0 = mul_rsftrnd_ldac(a_work[index1], p_c[coef], LDAC_Q_MDCT_COS+1);
85 g1 = mul_rsftrnd_ldac(a_work[index1+1], p_s[coef], LDAC_Q_MDCT_SIN+1);
88 g0 = mul_rsftrnd_ldac(a_work[index1], p_s[coef], LDAC_Q_MDCT_SIN+1);
89 g1 = mul_rsftrnd_ldac(a_work[index1+1], p_c[coef], LDAC_Q_MDCT_COS+1);
102 coef++;
106 coef -= loop2;
108 coef += loop2;
114 g0 = mul_rsftrnd_ldac(a_work[index0], p_c[coef], LDAC_Q_MDCT_COS+shift)
    [all...]
mdct_ldac.c 29 int coef, index0, index1, offset; local
52 coef = 0;
61 cc = p_c[coef];
62 cs = p_s[coef++];
83 cc = p_c[coef];
84 cs = p_s[coef++];
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
filter_functions.c 23 double* Coef,
32 //if (fabs(Coef[0]-1.0)<0.001) {
33 if ( (Coef[0] > 0.9999) && (Coef[0] < 1.0001) )
37 sum = Coef[1] * InOut[-1];
39 sum += Coef[k] * InOut[-k];
46 scal = 1.0 / Coef[0];
51 *InOut -= scal*Coef[k]*InOut[-k];
60 double* Coef,
72 tmp = In[0] * Coef[0]
    [all...]
  /external/google-benchmark/src/
complexity.h 34 // - coef : Estimated coeficient for the high-order term as
43 LeastSq() : coef(0.0), rms(0.0), complexity(oNone) {}
45 double coef; member in struct:benchmark::LeastSq
  /external/libcxx/utils/google-benchmark/src/
complexity.h 34 // - coef : Estimated coeficient for the high-order term as
43 LeastSq() : coef(0.0), rms(0.0), complexity(oNone) {}
45 double coef; member in struct:benchmark::LeastSq
  /external/speex/libspeex/
lsp_bfin.h 39 spx_word16_t *coef, /* P or Q coefs in Q13 format */
49 "P0 = %2;\n\t" /* P0: coef[m], coef[m-1],..., coef[0] */
81 : "a" (x), "a" (&coef[m]), "a" (m-1)
  /frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_Memory.c 59 INST_ALLOC Coef;
66 InstAlloc_Init( &Coef , LVM_NULL);
154 InstAlloc_AddMember( &Coef, pInitParams->nBands * sizeof(Biquad_Instance_t) );
155 InstAlloc_AddMember( &Coef, pInitParams->nBands * sizeof(QPD_State_t) );
157 InstAlloc_AddMember( &Coef, pInitParams->nBands * sizeof(Biquad_FLOAT_Instance_t) );
158 InstAlloc_AddMember( &Coef, pInitParams->nBands * sizeof(QPD_FLOAT_State_t) );
160 pMemoryTable->Region[LVPSA_MEMREGION_PERSISTENT_COEF].Size = InstAlloc_GetTotal(&Coef);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/src/
complexity.h 41 // - coef : Estimated coeficient for the high-order term as
50 LeastSq() : coef(0.0), rms(0.0), complexity(oNone) {}
52 double coef; member in struct:benchmark::LeastSq
  /external/pdfium/third_party/lcms/src/
cmswtpnt.c 281 cmsVEC3 WhitePoint, Coef;
311 _cmsMAT3eval(&Coef, &Result, &WhitePoint);
314 _cmsVEC3init(&r -> v[0], Coef.n[VX]*xr, Coef.n[VY]*xg, Coef.n[VZ]*xb);
315 _cmsVEC3init(&r -> v[1], Coef.n[VX]*yr, Coef.n[VY]*yg, Coef.n[VZ]*yb);
316 _cmsVEC3init(&r -> v[2], Coef.n[VX]*(1.0-xr-yr), Coef.n[VY]*(1.0-xg-yg), Coef.n[VZ]*(1.0-xb-yb))
    [all...]

Completed in 1532 milliseconds

1 2 3 4 5 6 7 8 910