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

12345678910

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_ratectrl.c371 static void set_rate_correction_factor(VP9_COMP *cpi, double factor) { argument
375 rc->rate_correction_factors[KF_STD] = factor;
379 rc->rate_correction_factors[rf_lvl] = factor;
384 rc->rate_correction_factors[GF_ARF_STD] = factor;
386 rc->rate_correction_factors[INTER_NORMAL] = factor;
406 // the current correction factor.
412 // Work out a size correction factor.
464 // Calculate required scaling factor based on target frame size and size of
637 // Convert the adjustment factor to a qindex delta
771 // Convert the adjustment factor t
[all...]
H A Dvp9_encoder.c1454 const int factor = (i == 0 || i == 3 ? 1 : 2); local
1455 const int x_q4 = x * (16 / factor) * src_w / dst_w;
1456 const int y_q4 = y * (16 / factor) * src_h / dst_h;
1459 const uint8_t *src_ptr = srcs[i] + (y / factor) * src_h / dst_h *
1460 src_stride + (x / factor) * src_w / dst_w;
1461 uint8_t *dst_ptr = dsts[i] + (y / factor) * dst_stride + (x / factor);
1466 16 / factor, 16 / factor);
1871 // Update correction factor
[all...]
H A Dvp9_firstpass.c954 // Calculate correction factor.
984 const double factor = local
990 factor * speed_term,
1203 // Underlying boost factor is based on inter error ratio.
/external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/opus/src/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/chromium_org/third_party/skia/src/core/
H A DSkMatrix.cpp1535 SkScalar factor; local
1536 if (get_scale_factor<kMin_MinMaxOrBoth>(this->getType(), fMat, &factor)) {
1537 return factor;
1544 SkScalar factor; local
1545 if (get_scale_factor<kMax_MinMaxOrBoth>(this->getType(), fMat, &factor)) {
1546 return factor;
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Dstructs.h254 int factor [NFACTOR]; member in struct:__anon15778
/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...]
/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:__anon33453
/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.h1566 GLfloat factor = static_cast<GLfloat>(c.factor); local
1568 if (state_.polygon_offset_factor != factor ||
1570 state_.polygon_offset_factor = factor;
1572 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.h175 virtual void polygonOffset(WGC3Dfloat factor, WGC3Dfloat units) { } argument

Completed in 6831 milliseconds

12345678910