Searched defs:w1 (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dchvr_filter.cpp40 int w1, w2, w3, w4; local
56 w1 = width; /* Offset to next row in pixels */
58 w3 = w1 + w2; /* Offset to three rows in pixels */
124 a3_0 = *ptr - *(ptr - w1);
131 ptr_n = ptr + w1; /* Points to pixel one row below */
134 v[2] = (int)(*(ptr_c - w1));
136 v[4] = (int)(*(ptr_c + w1));
151 ptr_c += w1;
162 ptr_c += w1;
163 ptr_n += w1;
[all...]
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
H A Dsparse_weight_vector.cpp50 const SparseWeightVector<Key, Hash> &w1,
52 for (Witer_const iter = w1.w_.begin();
53 iter != w1.w_.end();
55 w_[iter->first] += ((multiplier * iter->second) / w1.normalizer_
64 const SparseWeightVector<Key, Hash> &w1,
66 for (Witer_const iter = w1.w_.begin();
67 iter != w1.w_.end();
70 (w1.normalizer_ * w1.normalizer_)
79 const SparseWeightVector<Key, Hash> &w1,
48 AdditiveWeightUpdate( const double multiplier, const SparseWeightVector<Key, Hash> &w1, const double additive_const) argument
62 AdditiveSquaredWeightUpdate( const double multiplier, const SparseWeightVector<Key, Hash> &w1, const double additive_const) argument
77 AdditiveInvSqrtWeightUpdate( const double multiplier, const SparseWeightVector<Key, Hash> &w1, const double additive_const) argument
94 AdditiveWeightUpdateBounded( const double multiplier, const SparseWeightVector<Key, Hash> &w1, const double additive_const) argument
122 MultWeightUpdate( const SparseWeightVector<Key, Hash> &w1) argument
134 MultWeightUpdateBounded( const SparseWeightVector<Key, Hash> &w1) argument
[all...]
H A Dsparse_weight_vector.h132 const SparseWeightVector<Key, Hash> &w1,
135 const SparseWeightVector<Key, Hash> &w1,
138 const SparseWeightVector<Key, Hash> &w1,
140 void MultWeightUpdate(const SparseWeightVector<Key, Hash> &w1);
149 const SparseWeightVector<Key, Hash> &w1,
151 void MultWeightUpdateBounded(const SparseWeightVector<Key, Hash> &w1);
176 bool GetValue(const Wmap &w1, const Key &fname, double *val) const { argument
177 Witer_const iter = w1.find(fname);
178 if (iter != w1.end()) {
/frameworks/native/opengl/libagl/
H A Dprimitives.cpp768 int32_t w1 = v1->window.w; local
770 int wscale = 32 - gglClz(w0|w1|w2);
773 int sc = lerp.iteratorsScale(itw, w0, w1, w2);
813 s1 = gglMulx(s1, w1, wscale);
814 t1 = gglMulx(t1, w1, wscale);
/frameworks/base/media/mca/filterfw/native/core/
H A Dshader_program.cpp50 const float w1 = x * (1.0f - y); local
54 *xt = w0 * b[0] + w1 * b[2] + w2 * b[4] + w3 * b[6];
55 *yt = w0 * b[1] + w1 * b[3] + w2 * b[5] + w3 * b[7];

Completed in 1701 milliseconds