HomeSort by relevance Sort by last modified time
    Searched refs:beta0 (Results 1 - 7 of 7) sorted by null

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
omxVCM4P10_FilterDeblockingChroma_HorEdge_I_s.s 57 beta0 RN 7 label
128 LDRB beta0, [pBetaArg]
135 MUL beta0, beta0, a
139 M_STRD alpha0, beta0, pAlphaBeta0
omxVCM4P10_FilterDeblockingLuma_HorEdge_I_s.s 62 beta0 RN 7 label
161 LDRB beta0, [pBetaArg]
166 MUL beta0, beta0, t4
170 M_STRD alpha0, beta0, pAlphaBeta0
omxVCM4P10_FilterDeblockingChroma_VerEdge_I_s.s 59 beta0 RN 7 label
152 LDRB beta0, [pBetaArg]
159 MUL beta0, beta0, a
163 M_STRD alpha0, beta0, pAlphaBeta0
omxVCM4P10_FilterDeblockingLuma_VerEdge_I_s.s 60 beta0 RN 7 label
186 LDRB beta0, [pBetaArg]
191 MUL beta0, beta0, t4
195 M_STRD alpha0, beta0, pAlphaBeta0
  /external/webrtc/webrtc/modules/audio_processing/intelligibility/
intelligibility_enhancer.cc 344 float alpha0, beta0, gamma0; local
347 beta0 = lambda * var_x0[n] * (2 - rho_[n]) * var_x0[n] * var_n0[n];
351 (-beta0 - sqrtf(beta0 * beta0 - 4 * alpha0 * gamma0)) / (2 * alpha0);
353 sols[n] = -gamma0 / beta0;
  /external/opencv/cv/src/
cvsurf.cpp 364 float alpha0, beta0, sz0, scale0; local
416 beta0 = (float)sin(descriptor_dir);
423 float alpha1 = (alpha0 - beta0)*sqrt_2*0.5f, beta1 = (alpha0 + beta0)*sqrt_2*0.5f;
466 alpha0*scale0, beta0*scale0, center.x,
467 -beta0*scale0, alpha0*scale0, center.y
  /external/speex/libspeex/
mdf.c 144 spx_word16_t beta0; member in struct:SpeexEchoState_
436 st->beta0 = DIV32_16(SHL32(EXTEND32(st->frame_size), 16), st->sampling_rate);
439 st->beta0 = (2.0f*st->frame_size)/st->sampling_rate;
    [all...]

Completed in 236 milliseconds