Searched refs:coeff (Results 251 - 275 of 302) sorted by relevance

<<111213

/external/opencv/cvaux/src/
H A Dcveigenobjects.cpp1535 double coeff = DBL_MAX; local
1568 coeff = icvCalcDecompCoeff_8u32fR( obj_data, obj_step,
1574 return coeff;
/external/chromium_org/content/common/gpu/client/
H A Dgl_helper_unittest.cc524 float coeff =
527 if (coeff == 0.0f) {
530 sum += coeff;
532 value += c * coeff;
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
H A Dv8-crypto.js1499 this.coeff = null;
1579 this.coeff = parseBigInt(C,16);
1613 this.coeff = this.q.modInverse(this.p);
1630 return xp.subtract(xq).multiply(this.coeff).mod(this.p).multiply(this.q).add(xq);
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
H A Dv8-crypto.js1499 this.coeff = null;
1579 this.coeff = parseBigInt(C,16);
1613 this.coeff = this.q.modInverse(this.p);
1630 return xp.subtract(xq).multiply(this.coeff).mod(this.p).multiply(this.q).add(xq);
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
H A Dv8-crypto.js1499 this.coeff = null;
1579 this.coeff = parseBigInt(C,16);
1613 this.coeff = this.q.modInverse(this.p);
1630 return xp.subtract(xq).multiply(this.coeff).mod(this.p).multiply(this.q).add(xq);
/external/chromium_org/third_party/libvpx/source/config/linux/arm/
H A Dvp8_rtcd.h54 int vp8_block_error_c(short *coeff, short *dqcoeff);
H A Dvp9_rtcd.h32 int64_t vp9_block_error_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_size, int64_t *ssz);
/external/chromium_org/third_party/libvpx/source/config/linux/arm64/
H A Dvp8_rtcd.h54 int vp8_block_error_c(short *coeff, short *dqcoeff);
/external/chromium_org/v8/benchmarks/
H A Dcrypto.js1507 this.coeff = null;
1587 this.coeff = parseBigInt(C,16);
1621 this.coeff = this.q.modInverse(this.p);
1638 return xp.subtract(xq).multiply(this.coeff).mod(this.p).multiply(this.q).add(xq);
/external/eigen/Eigen/src/Core/
H A DMatrixBase.h76 using Base::coeff;
/external/eigen/Eigen/src/Eigenvalues/
H A DSelfAdjointEigenSolver.h398 m_eivalues.coeffRef(0,0) = numext::real(matrix.coeff(0,0));
/external/libhevc/common/arm/
H A Dihevc_inter_pred_filters_luma_vert.s123 vld1.u8 {d0},[r12] @coeff = vld1_s8(pi1_coeff)
125 vabs.s8 d0,d0 @vabs_s8(coeff)
571 vld1.u8 {d0},[r12] @coeff = vld1_s8(pi1_coeff)
573 vabs.s8 d0,d0 @vabs_s8(coeff)
H A Dihevc_inter_pred_chroma_horz.s114 vld1.8 {d0},[r4] @coeff = vld1_s8(pi1_coeff)
116 vabs.s8 d2,d0 @vabs_s8(coeff)
H A Dihevc_inter_pred_luma_horz_w16out.s129 vld1.8 {d0},[r4] @coeff = vld1_s8(pi1_coeff)
131 vabs.s8 d2,d0 @vabs_s8(coeff)
H A Dihevc_inter_pred_chroma_horz_w16out.s113 vld1.8 {d0},[r4] @coeff = vld1_s8(pi1_coeff)
115 vabs.s8 d2,d0 @vabs_s8(coeff)
/external/libvpx/armv7a/
H A Dvp8_rtcd.h45 int vp8_block_error_c(short *coeff, short *dqcoeff);
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dencodeframe.c1070 x->block[i].coeff = x->coeff + i * 16;
/external/libvpx/libvpx/vp8/encoder/
H A Dencodeframe.c1057 x->block[i].coeff = x->coeff + i * 16;
/external/chromium_org/third_party/libvpx/source/config/linux/arm-neon/
H A Dvp8_rtcd.h58 int vp8_block_error_c(short *coeff, short *dqcoeff);
/external/eigen/unsupported/Eigen/src/SVD/
H A DBDCSVD.h298 RealScalar a = abs(m_computed.coeff(i, i));
361 // to become the first column (*coeff) and to shift all the other columns to the right. There are more details on the reference paper.
/external/libvpx/armv7a-neon/
H A Dvp8_rtcd.h49 int vp8_block_error_c(short *coeff, short *dqcoeff);
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_onyx_if.c1005 CHECK_MEM_ERROR(cm, ctx->coeff[i][k],
1013 ctx->coeff_pbuf[i][k] = ctx->coeff[i][k];
1027 vpx_free(ctx->coeff[i][k]);
1028 ctx->coeff[i][k] = 0;
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGpuGL.cpp59 bool GrGpuGL::BlendCoeffReferencesConstant(GrBlendCoeff coeff) { argument
82 return gCoeffReferencesBlendConst[coeff];
/external/libvpx/libvpx/vp8/common/arm/neon/
H A Dsixtappredict16x16_neon.asm42 ; applying 3rd filter coeff. Same applys to other filter functions.
H A Dvp8_subpixelvariance16x16s_neon.asm347 ;or filter coeff is {64, 64}. This simplified program only works in this situation.

Completed in 462 milliseconds

<<111213