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

1 2

  /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/aac/libAACdec/src/
ldfiltbank.cpp 214 const FIXP_WTB *coef; local
224 coef = LowDelaySynthesis256;
227 coef = LowDelaySynthesis240;
230 coef = LowDelaySynthesis160;
233 coef = LowDelaySynthesis128;
236 coef = LowDelaySynthesis120;
239 coef = LowDelaySynthesis512;
243 coef = LowDelaySynthesis480;
273 multE2_DinvF_fdk(output, mdctData, coef, fs_buffer, N);
aacdec_tns.cpp 205 UCHAR coef, s_mask; local
222 coef = (UCHAR)FDKreadBits(bs, filter->Resolution - coef_compress);
223 filter->Coeff[i] = (coef & s_mask) ? (coef | n_mask) : coef;
  /external/libjpeg-turbo/
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;
jctrans.c 242 my_coef_ptr coef = (my_coef_ptr)cinfo->coef; local
249 coef->MCU_rows_per_iMCU_row = 1;
251 if (coef->iMCU_row_num < (cinfo->total_iMCU_rows - 1))
252 coef->MCU_rows_per_iMCU_row = cinfo->cur_comp_info[0]->v_samp_factor;
254 coef->MCU_rows_per_iMCU_row = cinfo->cur_comp_info[0]->last_row_height;
257 coef->mcu_ctr = 0;
258 coef->MCU_vert_offset = 0;
269 my_coef_ptr coef = (my_coef_ptr)cinfo->coef; local
292 my_coef_ptr coef = (my_coef_ptr)cinfo->coef; local
378 my_coef_ptr coef; local
    [all...]
jdapistd.c 56 /* If file has multiple scans, absorb them all into the coef buffer */
384 my_coef_ptr coef = (my_coef_ptr)cinfo->coef; local
503 for (y = 0; y < coef->MCU_rows_per_iMCU_row; y++) {
575 if (!(*cinfo->coef->decompress_data) (cinfo, data))
  /external/webrtc/webrtc/common_audio/signal_processing/
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...]
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...]
  /external/libxaac/decoder/
ixheaacd_lt_predict.h 40 UWORD8 coef; member in struct:__anon30251
ixheaacd_tns_usac.h 34 WORD16 coef[TNS_MAX_ORDER]; member in struct:__anon30298
  /frameworks/av/media/libeffects/lvm/lib/Eq/src/
LVEQNB_CalcCoef.c 112 LVM_INT16 coef; local
141 * CosErr += coef(n) * t0^n For n = 0 to 4
149 coef = LVEQNB_DPCosCoef[i]; /* Get the nth coefficient */
150 CosErr += (factor * coef) >> 5; /* The nth partial sum */
303 LVM_INT16 coef; local
332 * Cos += coef(n) * t0^n For n = 0 to 6
340 coef = LVEQNB_CosCoef[i]; /* Get the nth coefficient */
341 COS_T0 += (factor * coef) >> 5; /* The nth partial sum */
  /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/eigen/unsupported/Eigen/src/Skyline/
SkylineInplaceLU.h 141 const double coef = lIt.value(); local
147 uIt.valueRef() -= uItPivot.value() * coef;
159 const double coef = lIt3.value(); local
163 m_lu.coeffRefLower(rrow, row + i + 1) -= uItPivot.value() * coef;
174 const double coef = lIt2.value(); local
177 m_lu.coeffRefDiag(rrow) -= uItPivot.value() * coef;
  /external/libopus/silk/
VAD.c 310 opus_int coef, min_coef; local
336 coef = VAD_NOISE_LEVEL_SMOOTH_COEF_Q16 >> 3;
338 coef = VAD_NOISE_LEVEL_SMOOTH_COEF_Q16;
340 coef = silk_SMULWB( silk_SMULWW( inv_nrg, nl ), VAD_NOISE_LEVEL_SMOOTH_COEF_Q16 << 1 );
344 coef = silk_max_int( coef, min_coef );
347 psSilk_VAD->inv_NL[ k ] = silk_SMLAWB( psSilk_VAD->inv_NL[ k ], inv_nrg - psSilk_VAD->inv_NL[ k ], coef );
  /external/libvpx/libvpx/vp9/common/
vp9_entropymode.h 66 vp9_coeff_count_model coef[TX_SIZES][PLANE_TYPES]; member in struct:FRAME_COUNTS
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad.h 106 const struct tgsi_interp_coef *coef; member in struct:quad_header
  /frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_Control.c 547 LVM_FLOAT coef; local
578 * Cos += coef(n) * t0^n For n = 0 to 6
586 coef = LVPSA_Float_CosCoef[i]; /* Get the nth coefficient */
587 COS_T0 += (factor * coef); /* The nth partial sum */
627 LVM_INT16 coef; local
659 * Cos += coef(n) * t0^n For n = 0 to 6
667 coef = LVPSA_CosCoef[i]; /* Get the nth coefficient */
668 COS_T0 += (factor * coef) >> 5; /* The nth partial sum */
751 LVM_FLOAT coef; local
834 LVM_INT16 coef; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
az_lsp.cpp 390 Word16 *coef;
438 coef = f1;
441 ylow = Chebps (xlow, coef, NC);
451 ylow = Chebps (xlow, coef, NC);
462 ymid = Chebps (xmid, coef, NC);
514 coef = f2;
519 coef = f1;
521 ylow = Chebps (xlow, coef, NC);
584 Word16 *coef; local
632 coef = f1
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
az_isp.c 69 Word16 *coef; local
110 coef = f1;
113 ylow = Chebps2(xlow, coef, order);
121 ylow = Chebps2(xlow, coef, order);
128 ymid = Chebps2(xmid, coef, order);
170 coef = f2;
175 coef = f1;
178 ylow = Chebps2(xlow, coef, order);
  /bionic/libc/kernel/uapi/drm/
v3d_drm.h 97 __u32 coef[4]; member in struct:drm_v3d_submit_tfu
  /bionic/libc/kernel/uapi/linux/
joystick.h 46 __s32 coef[8]; member in struct:js_corr
  /external/aac/libAACenc/src/
aacenc_tns.h 206 INT coef[TRANS_FAC][MAX_NUM_OF_FILTERS][TNS_MAX_ORDER]; member in struct:__anon14695
  /external/kernel-headers/original/uapi/drm/
v3d_drm.h 211 __u32 coef[4]; member in struct:drm_v3d_submit_tfu

Completed in 2896 milliseconds

1 2