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

/frameworks/av/media/libstagefright/codecs/aacdec/
H A Ds_hcb.h107 Int dim; member in struct:__anon539
H A Dhuffspec_fxp.cpp319 Int dim; local
414 dim = DIMENSION_2; /* set codebook dimension */
418 dim = DIMENSION_4;
497 pQuantSpec += dim;
498 idx_count -= dim;
/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/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/rs/
H A DrsAdapter.cpp85 void rsi_Adapter1DSetConstraint(Context *rsc, RsAdapter1D va, RsDimension dim, uint32_t value) { argument
87 switch (dim) {
203 void rsi_Adapter2DSetConstraint(Context *rsc, RsAdapter2D va, RsDimension dim, uint32_t value) { argument
205 switch (dim) {
/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 139 milliseconds