Searched defs:dim (Results 1 - 8 of 8) sorted by relevance

/frameworks/av/media/libeffects/testlibs/
H A DAudioCoefInterpolator.cpp35 size_t dim = nInDims - 1; local
37 while (dim-- > 0) {
38 mInDimOffsets[dim] = mInDimOffsets[dim + 1] * mInDims[dim + 1];
45 size_t dim = mNumInDims; local
46 while (dim-- > 0) {
47 if (CC_UNLIKELY(intCoord[dim] < 0)) {
48 fracCoord[dim] = 0;
49 } else if (CC_UNLIKELY(intCoord[dim] >
59 getCoefRecurse(size_t index, const uint32_t fracCoord[], audio_coef_t out[], size_t dim) argument
[all...]
/frameworks/rs/
H A DrsAdapter.cpp66 void rsi_Adapter1DSetConstraint(Context *rsc, RsAdapter1D va, RsDimension dim, uint32_t value) { argument
68 switch (dim) {
140 void rsi_Adapter2DSetConstraint(Context *rsc, RsAdapter2D va, RsDimension dim, uint32_t value) { argument
142 switch (dim) {
/frameworks/support/renderscript/v8/rs_support/
H A DrsAdapter.cpp66 void rsi_Adapter1DSetConstraint(Context *rsc, RsAdapter1D va, RsDimension dim, uint32_t value) { argument
68 switch (dim) {
140 void rsi_Adapter2DSetConstraint(Context *rsc, RsAdapter2D va, RsDimension dim, uint32_t value) { argument
142 switch (dim) {
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Dqpisf_2s.c41 Word16 dim, /* input : dimention of vector */
446 Word16 dim, /* input : dimention of vector */
463 for (j = 0; j < dim; j++)
479 p_dico = &dico[index * dim];
480 for (j = 0; j < dim; j++)
492 Word16 dim, /* input : dimention of vector */
516 for (j = 0; j < dim; j++)
443 Sub_VQ( Word16 * x, Word16 * dico, Word16 dim, Word16 dico_size, Word32 * distance ) argument
489 VQ_stage1( Word16 * x, Word16 * dico, Word16 dim, Word16 dico_size, Word16 * index, Word16 surv ) argument
/frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/
H A DUT_math_agree.java99 private float[] randvec_float(int dim) { argument
100 float[] fv = new float[dim];
101 for (int i = 0; i < dim; ++i)
105 private byte[] randvec_char(int dim) { argument
106 byte[] cv = new byte[dim];
110 private short[] randvec_uchar(int dim) { argument
111 short[] ucv = new short[dim];
112 for (int i = 0; i < dim; ++i)
116 private short[] randvec_short(int dim) { argument
117 short[] sv = new short[dim];
122 randvec_ushort(int dim) argument
128 randvec_int(int dim) argument
134 randvec_uint(int dim) argument
140 randvec_long(int dim) argument
[all...]
/frameworks/base/tools/aidl/
H A DAST.cpp163 string dim; local
165 dim += "[]";
167 fprintf(to, "%s%s %s", this->type->QualifiedName().c_str(), dim.c_str(),
742 string dim; local
744 dim += "[]";
747 dim.c_str());
/frameworks/native/opengl/tests/hwc/
H A DhwcTestLib.cpp261 HwcTestDim dim; local
271 if (!in || ((chStart != '<') && (chStart != '['))) { return dim; }
275 if (!in) { return dim; }
276 dim.setWidth(val);
278 if (!in || (ch != ',')) { return dim; }
282 if (!in) { return dim; }
283 dim.setHeight(val);
287 if (!in) { return dim; }
289 || ((chStart == '[') && (ch != ']'))) { return dim; }
292 if ((dim
[all...]
H A DhwcCommit.cpp169 void setSourceDim(HwcTestDim dim);
730 HwcTestDim dim(w, startDim.height());
731 Rectangle rect(format, dim);
754 HwcTestDim dim(startDim.width(), h);
755 Rectangle rect(format, dim);
778 HwcTestDim dim(w, startDim.height());
779 Rectangle rect(format, dim);
801 HwcTestDim dim(startDim.width(), h);
802 Rectangle rect(format, dim);
836 HwcTestDim dim(
1043 HwcTestDim dim = searchLimits.sourceCrop; local
1321 setSourceDim(HwcTestDim dim) argument
[all...]

Completed in 137 milliseconds