Searched defs:factor (Results 176 - 200 of 243) sorted by relevance

12345678910

/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Dstructs.h254 int factor [NFACTOR]; member in struct:__anon15076
/external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
H A Dnsx_core.c169 // Gain factor table: Input value in Q8 and output value in Q13
192 // Gain factor table: Input value in Q8 and output value in Q13
215 // Gain factor table: Input value in Q8 and output value in Q13
393 int factor = WebRtcSpl_NormW16(inst->noiseEstDensity[offset + i]); local
394 delta = (int16_t)(FACTOR_Q16 >> (14 - factor));
479 static void DenormalizeC(NsxInst_t* inst, int16_t* in, int factor) { argument
484 factor - inst->normData);
716 inst->featureLogLrt = inst->thresholdLogLrt; //average LRT factor (= threshold)
1240 // Track lowest normalization factor and use it to prevent wrap around in shifting
1481 //scale factor
[all...]
/external/deqp/framework/opengl/simplereference/
H A DsglrGLContext.cpp530 void GLContext::polygonOffset (float factor, float units) argument
532 m_wrapper->glPolygonOffset(factor, units);
/external/icu/icu4c/source/common/
H A Dunames.cpp779 uint16_t i, factor, bufferPos=0; local
792 factor=factors[i];
793 indexes[i]=(uint16_t)(code%factor);
794 code/=factor;
809 factor=indexes[i];
810 while(factor>0) {
812 --factor;
829 factor=(uint16_t)(factors[i]-indexes[i]-1);
830 while(factor>0) {
832 --factor;
1240 int32_t i, count=range->variant, factor, factorLength, maxFactorLength; local
[all...]
/external/icu/icu4c/source/i18n/
H A Dastro.cpp1090 // A3: correction factor (for ???)
1323 double factor = uprv_fabs(deltaT / normPI(angle-lastAngle)); local
1326 deltaT = normPI(desired - angle) * factor;
/external/libopus/src/
H A Dopus_encoder.c569 float factor; local
572 factor=0;
574 factor=1;
576 factor = (rate-80.f)/80.f;
588 cost[0][1<<i] = (frame_cost + rate*(1<<i))*(1+factor*transient_boost(E, E_1, i, N+1));
619 curr_cost = (frame_cost + rate*(1<<j))*(1+factor*transient_boost(E+i, E_1+i, j, N-i+1));
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c785 LLVMValueRef factor; local
814 factor = lp_build_const_int_vec(bld->gallivm, bld->type, (unsigned long long)shift << mantissa);
816 a = LLVMBuildAdd(builder, a, factor, "");
822 factor = lp_build_const_vec(bld->gallivm, bld->type, shift);
823 return LLVMBuildShl(builder, a, factor, "");
827 factor = lp_build_const_vec(bld->gallivm, bld->type, (double)b);
828 return lp_build_mul(bld, a, factor);
H A Dlp_bld_sample.c52 * Bri-linear factor. Should be greater than one.
357 * with the steepness specified in 'factor'
385 double factor,
390 double pre_offset = (factor - 0.5)/factor - 0.5;
391 double post_offset = 1 - factor;
403 lp_build_const_vec(bld->gallivm, bld->type, factor));
433 double factor,
440 const double pre_factor = (2*factor - 0.5)/(M_SQRT2*factor);
383 lp_build_brilinear_lod(struct lp_build_context *bld, LLVMValueRef lod, double factor, LLVMValueRef *out_lod_ipart, LLVMValueRef *out_lod_fpart) argument
431 lp_build_brilinear_rho(struct lp_build_context *bld, LLVMValueRef rho, double factor, LLVMValueRef *out_lod_ipart, LLVMValueRef *out_lod_fpart) argument
[all...]
/external/opencv/cv/src/
H A DmycvHaarDetectObjects.cpp896 double factor; local
916 CV_ERROR( CV_StsOutOfRange, "scale factor must be > 1" );
973 // for( factor = 1; ; factor *= scale_factor )
976 // int ystep = factor > 2. ? 1 : 2;
977 // CvSize win_size = { cvRound(win_size0.width*factor),
978 // cvRound(win_size0.height*factor) };
979 // CvSize sz = { cvRound( img->cols/factor ), cvRound( img->rows/factor ) };
1097 // CvRect obj_rect = { cvRound(x*factor), cvRoun
[all...]
H A Dcvhaar.cpp877 double factor; local
945 for( factor = 1; ; factor *= scale_factor )
948 int ystep = factor > 2. ? 1 : 2;
949 CvSize win_size = { cvRound(win_size0.width*factor),
950 cvRound(win_size0.height*factor) };
951 CvSize sz = { cvRound( img->cols/factor ), cvRound( img->rows/factor ) };
1069 CvRect obj_rect = { cvRound(x*factor), cvRound(y*factor),
[all...]
/external/replicaisland/src/com/replica/replicaisland/
H A DGLErrorLogger.java539 public void glPolygonOffset(float factor, float units) { argument
540 ((GL10)mGL).glPolygonOffset(factor, units);
544 public void glPolygonOffsetx(int factor, int units) { argument
545 ((GL10)mGL).glPolygonOffsetx(factor, units);
/external/skia/src/core/
H A DSkMatrix.cpp1541 SkScalar factor; local
1542 if (get_scale_factor<kMin_MinMaxOrBoth>(this->getType(), fMat, &factor)) {
1543 return factor;
1550 SkScalar factor; local
1551 if (get_scale_factor<kMax_MinMaxOrBoth>(this->getType(), fMat, &factor)) {
1552 return factor;
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
H A Dstructs.h255 int factor [NFACTOR]; member in struct:__anon32571
/external/webrtc/src/modules/audio_processing/ns/
H A Dnsx_core.c297 // Gain factor table: Input value in Q8 and output value in Q13
320 // Gain factor table: Input value in Q8 and output value in Q13
343 // Gain factor table: Input value in Q8 and output value in Q13
529 int factor = WebRtcSpl_NormW16(inst->noiseEstDensity[offset + i]); local
530 delta = (int16_t)(FACTOR_Q16 >> (14 - factor));
619 static __inline void DenormalizeC(NsxInst_t* inst, int16_t* in, int factor) { argument
624 factor - inst->normData);
819 inst->featureLogLrt = inst->thresholdLogLrt; //average LRT factor (= threshold)
1305 // compute feature based on average LR factor
1340 // done with computation of LR factor
[all...]
/external/aac/libPCMutils/src/
H A Dpcmutils_lib.cpp791 * @param [inout] Pointer to scale factor matrix associated to the downmix factors.
817 * @param [inout] Pointer to scale factor matrix associated to the downmix factors.
833 * scaled by a given mix factor to a destination channel (row) in a given downmix matrix.
836 * @param [inout] Pointer to scale factor matrix associated to the downmix factors.
839 * @param [in] Fixed-point part of mix factor to be applied.
840 * @param [in] Scale factor of mix factor to be applied.
849 const FIXP_DMX factor,
856 mixFactors[dstCh][ch] = FX_DBL2FX_DMX(fMult(mixFactors[srcCh][ch], factor));
863 * scaled by a given mix factor t
844 dmxSetChannel( FIXP_DMX mixFactors[PCM_DMX_MAX_CHANNELS][PCM_DMX_MAX_CHANNELS], INT mixScales[PCM_DMX_MAX_CHANNELS][PCM_DMX_MAX_CHANNELS], const unsigned int dstCh, const unsigned int srcCh, const FIXP_DMX factor, const INT scale ) argument
873 dmxAddChannel( FIXP_DMX mixFactors[PCM_DMX_MAX_CHANNELS][PCM_DMX_MAX_CHANNELS], INT mixScales[PCM_DMX_MAX_CHANNELS][PCM_DMX_MAX_CHANNELS], const unsigned int dstCh, const unsigned int srcCh, const FIXP_DMX factor, const INT scale ) argument
[all...]
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_autogen.h1385 GLfloat factor = static_cast<GLfloat>(c.factor); local
1387 if (state_.polygon_offset_factor != factor ||
1389 state_.polygon_offset_factor = factor;
1391 glPolygonOffset(factor, units);
/external/chromium_org/ppapi/lib/gl/gles2/
H A Dgles2.c569 void GL_APIENTRY glPolygonOffset(GLfloat factor, GLfloat units) { argument
571 glGetCurrentContextPPAPI(), factor, units); local
/external/chromium_org/ppapi/shared_impl/
H A Dppb_opengles2_shared.cc875 void PolygonOffset(PP_Resource context_id, GLfloat factor, GLfloat units) { argument
878 ToGles2Impl(&enter)->PolygonOffset(factor, units);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
H A DMockWebGraphicsContext3D.h176 virtual void polygonOffset(WGC3Dfloat factor, WGC3Dfloat units) { } argument
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encoder.c1422 const int factor = (i == 0 || i == 3 ? 1 : 2); local
1423 const int x_q4 = x * (16 / factor) * src_w / dst_w;
1424 const int y_q4 = y * (16 / factor) * src_h / dst_h;
1427 const uint8_t *src_ptr = srcs[i] + (y / factor) * src_h / dst_h *
1428 src_stride + (x / factor) * src_w / dst_w;
1429 uint8_t *dst_ptr = dsts[i] + (y / factor) * dst_stride + (x / factor);
1434 16 / factor, 16 / factor);
1864 // Update correction factor
[all...]
H A Dvp9_firstpass.c907 // Calculate correction factor.
939 const double factor = local
944 factor * speed_term);
1176 // Underlying boost factor is based on inter intra error ratio.
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_onyx_if.c1860 const int factor = (i == 0 || i == 3 ? 1 : 2); local
1861 const int x_q4 = x * (16 / factor) * in_w / out_w;
1862 const int y_q4 = y * (16 / factor) * in_h / out_h;
1865 uint8_t *src = srcs[i] + y / factor * in_h / out_h * src_stride +
1866 x / factor * in_w / out_w;
1867 uint8_t *dst = dsts[i] + y / factor * dst_stride + x / factor;
1872 16 / factor, 16 / factor);
2326 // Update correction factor
[all...]
/external/mksh/src/
H A Dfuncs.c3339 unsigned int factor; /* multiply by to get rlim_{cur,max} values */ member in struct:limits
3610 val = (rlim_t)((rlim_t)rval * l->factor);
3648 shprintf("%lu\n", (unsigned long)(val / l->factor));
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dopenjpeg.h432 The reduce factor is limited by the smallest total number of decomposition levels among tiles.
571 OPJ_UINT32 factor; member in struct:opj_image_comp
1261 * Set the resolution factor of the decoded image
1263 * @param res_factor resolution factor to set
/external/wpa_supplicant_8/wpa_supplicant/
H A Dwpa_supplicant.c2869 int factor)
2871 wpa_msg(wpa_s, MSG_DEBUG, "set_ampdu_factor: %d", factor);
2873 if (factor == -1)
2876 if (factor < 0 || factor > 3) {
2878 "Must be 0-3 or -1", factor);
2882 htcaps_mask->a_mpdu_params |= 0x3; /* 2 bits for factor */
2884 htcaps->a_mpdu_params |= factor & 0x3;
2866 wpa_set_ampdu_factor(struct wpa_supplicant *wpa_s, struct ieee80211_ht_capabilities *htcaps, struct ieee80211_ht_capabilities *htcaps_mask, int factor) argument

Completed in 4720 milliseconds

12345678910