HomeSort by relevance Sort by last modified time
    Searched defs:templ (Results 1 - 25 of 27) sorted by null

1 2

  /frameworks/av/media/libeffects/lvm/lib/Common/src/
BP_1I_D16F32C30_TRC_WRA_01.c 44 LVM_INT32 ynL,templ; local
56 templ= (LVM_INT32) *pDataIn-pBiquadState->pDelays[1];
57 MUL32x32INTO32(pBiquadState->coefs[0],templ,ynL,14)
60 MUL32x32INTO32(pBiquadState->coefs[1],pBiquadState->pDelays[3],templ,30)
61 ynL+=templ;
64 MUL32x32INTO32(pBiquadState->coefs[2],pBiquadState->pDelays[2],templ,30)
65 ynL+=templ;
BP_1I_D32F32C30_TRC_WRA_02.c 42 LVM_INT32 ynL,templ; local
54 templ=(*pDataIn)-pBiquadState->pDelays[1];
55 MUL32x32INTO32(pBiquadState->coefs[0],templ,ynL,30)
58 MUL32x32INTO32(pBiquadState->coefs[1],pBiquadState->pDelays[3],templ,30)
59 ynL+=templ;
62 MUL32x32INTO32(pBiquadState->coefs[2],pBiquadState->pDelays[2],templ,30)
63 ynL+=templ;
BQ_1I_D16F32C14_TRC_WRA_01.c 41 LVM_INT32 ynL,templ; local
62 MUL32x16INTO32(pBiquadState->pDelays[3],pBiquadState->coefs[3],templ,16)
63 ynL+=templ;
66 MUL32x16INTO32(pBiquadState->pDelays[2],pBiquadState->coefs[4],templ,16)
67 ynL+=templ;
FO_1I_D32F32C31_TRC_WRA_01.c 40 LVM_INT32 ynL,templ; local
54 MUL32x32INTO32(pBiquadState->coefs[1],*pDataIn,templ,31)
55 ynL+=templ;
58 MUL32x32INTO32(pBiquadState->coefs[2],pBiquadState->pDelays[1],templ,31)
59 ynL+=templ;
BQ_2I_D16F32C13_TRC_WRA_01.c 46 LVM_INT32 ynL,ynR,templ; local
67 MUL32x16INTO32(pBiquadState->pDelays[6],pBiquadState->coefs[3],templ,16)
68 ynL+=templ;
71 MUL32x16INTO32(pBiquadState->pDelays[4],pBiquadState->coefs[4],templ,16)
72 ynL+=templ;
87 MUL32x16INTO32(pBiquadState->pDelays[7],pBiquadState->coefs[3],templ,16)
88 ynR+=templ;
91 MUL32x16INTO32(pBiquadState->pDelays[5],pBiquadState->coefs[4],templ,16)
92 ynR+=templ;
BQ_2I_D16F32C14_TRC_WRA_01.c 45 LVM_INT32 ynL,ynR,templ; local
66 MUL32x16INTO32(pBiquadState->pDelays[6],pBiquadState->coefs[3],templ,16)
67 ynL+=templ;
70 MUL32x16INTO32(pBiquadState->pDelays[4],pBiquadState->coefs[4],templ,16)
71 ynL+=templ;
86 MUL32x16INTO32(pBiquadState->pDelays[7],pBiquadState->coefs[3],templ,16)
87 ynR+=templ;
90 MUL32x16INTO32(pBiquadState->pDelays[5],pBiquadState->coefs[4],templ,16)
91 ynR+=templ;
BQ_2I_D16F32C15_TRC_WRA_01.c 45 LVM_INT32 ynL,ynR,templ; local
66 MUL32x16INTO32(pBiquadState->pDelays[6],pBiquadState->coefs[3],templ,16)
67 ynL+=templ;
70 MUL32x16INTO32(pBiquadState->pDelays[4],pBiquadState->coefs[4],templ,16)
71 ynL+=templ;
86 MUL32x16INTO32(pBiquadState->pDelays[7],pBiquadState->coefs[3],templ,16)
87 ynR+=templ;
90 MUL32x16INTO32(pBiquadState->pDelays[5],pBiquadState->coefs[4],templ,16)
91 ynR+=templ;
BQ_2I_D32F32C30_TRC_WRA_01.c 47 LVM_INT32 ynL,ynR,templ,tempd; local
62 MUL32x32INTO32(pBiquadState->coefs[1],pBiquadState->pDelays[0],templ,30)
63 ynL+=templ;
66 MUL32x32INTO32(pBiquadState->coefs[2],*pDataIn,templ,30)
67 ynL+=templ;
70 MUL32x32INTO32(pBiquadState->coefs[3],pBiquadState->pDelays[6],templ,30)
71 ynL+=templ;
74 MUL32x32INTO32(pBiquadState->coefs[4],pBiquadState->pDelays[4],templ,30)
75 ynL+=templ;
84 MUL32x32INTO32(pBiquadState->coefs[1],pBiquadState->pDelays[1],templ,30
    [all...]
PK_2I_D32F32C14G11_TRC_WRA_01.c 46 LVM_INT32 ynL,ynR,ynLO,ynRO,templ; local
58 templ=(*pDataIn)-pBiquadState->pDelays[2];
59 MUL32x16INTO32(templ,pBiquadState->coefs[0],ynL,14)
62 MUL32x16INTO32(pBiquadState->pDelays[6],pBiquadState->coefs[1],templ,14)
63 ynL+=templ;
66 MUL32x16INTO32(pBiquadState->pDelays[4],pBiquadState->coefs[2],templ,14)
67 ynL+=templ;
79 templ=(*(pDataIn+1))-pBiquadState->pDelays[3];
80 MUL32x16INTO32(templ,pBiquadState->coefs[0],ynR,14)
83 MUL32x16INTO32(pBiquadState->pDelays[7],pBiquadState->coefs[1],templ,14
    [all...]
PK_2I_D32F32C30G11_TRC_WRA_01.c 46 LVM_INT32 ynL,ynR,ynLO,ynRO,templ; local
58 templ=(*pDataIn)-pBiquadState->pDelays[2];
59 MUL32x32INTO32(templ,pBiquadState->coefs[0],ynL,30)
62 MUL32x32INTO32(pBiquadState->pDelays[6],pBiquadState->coefs[1],templ,30)
63 ynL+=templ;
66 MUL32x32INTO32(pBiquadState->pDelays[4],pBiquadState->coefs[2],templ,30)
67 ynL+=templ;
78 templ=(*(pDataIn+1))-pBiquadState->pDelays[3];
79 MUL32x32INTO32(templ,pBiquadState->coefs[0],ynR,30)
82 MUL32x32INTO32(pBiquadState->pDelays[7],pBiquadState->coefs[1],templ,30
    [all...]
  /external/clang/test/CXX/expr/expr.unary/expr.new/
p17-crash.cpp 3 // this used to crash due to templ<int>'s dtor not being marked as used by the
9 template < typename T > class templ { class
13 new templ<int>[1][1];
  /external/clang/test/CXX/expr/expr.prim/expr.prim.general/
p8-0x.cpp 57 struct templ { struct in namespace:PR10127
61 template class templ<int>; // expected-note{{in instantiation of template class 'PR10127::templ<int>' requested here}}
62 template class templ<outer>;
  /external/v8/test/cctest/
test-accessors.cc 92 v8::Handle<v8::FunctionTemplate> templ = v8::FunctionTemplate::New(); local
93 templ->InstanceTemplate()->SetAccessor(v8_str("foo"),
97 templ->InstanceTemplate()->SetAccessor(v8_str("bar"),
101 templ->InstanceTemplate()->SetAccessor(v8_str("baz"),
105 LocalContext env(0, templ->InstanceTemplate());
170 Local<ObjectTemplate> templ = ObjectTemplate::New(); local
171 templ->SetAccessor(v8_str("x"),
177 Local<v8::Object> instance = templ->NewInstance();
  /external/v8/samples/
process.cc 301 Handle<ObjectTemplate> templ = map_template_; local
304 Handle<Object> result = templ->NewInstance();
406 Handle<ObjectTemplate> templ = request_template_; local
409 Handle<Object> result = templ->NewInstance();
  /external/opencv/cv/src/
cvtemplmatch.cpp 59 CvMat tstub, *templ = (CvMat*)_templ; local
67 CV_CALL( templ = cvGetMat( templ, &tstub ));
76 if( !CV_ARE_DEPTHS_EQ( img, templ ) && CV_MAT_DEPTH( templ->type ) != CV_32F )
85 if( (!CV_ARE_CNS_EQ( img, corr ) || CV_MAT_CN(templ->type) > 1) &&
86 (CV_MAT_CN( corr->type ) > 1 || !CV_ARE_CNS_EQ( img, templ)) )
93 templ_depth = CV_MAT_DEPTH(templ->type);
94 templ_cn = CV_MAT_CN(templ->type);
103 if( img->cols < templ->cols || img->rows < templ->rows
337 CvMat tstub, *templ = (CvMat*)_templ; local
    [all...]
  /external/webkit/Source/WebCore/plugins/qt/
PluginViewQt.cpp 886 XVisualInfo templ; local
887 templ.screen = QX11Info::appScreen();
888 templ.depth = depth;
889 templ.c_class = TrueColor;
890 XVisualInfo* xvi = XGetVisualInfo(QX11Info::display(), VisualScreenMask | VisualDepthMask | VisualClassMask, &templ, &nvi);
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
StylesheetRoot.java 354 * @param templ non-null reference to template element that will have
358 void composeTemplates(ElemTemplateElement templ) throws TransformerException
361 templ.compose(this);
363 for (ElemTemplateElement child = templ.getFirstChildElem();
369 templ.endCompose(this);
    [all...]
  /bionic/libc/netbsd/resolv/
res_debug.c 990 u_int32_t templ; local
1010 GETLONG(templ, cp);
1011 latval = (templ - ((unsigned)1<<31));
1013 GETLONG(templ, cp);
1014 longval = (templ - ((unsigned)1<<31));
1016 GETLONG(templ, cp);
1017 if (templ < referencealt) { /* below WGS 84 spheroid */
1018 altval = referencealt - templ;
1021 altval = templ - referencealt;
  /external/icu4c/i18n/
ucol_tok.cpp 2241 int32_t templ; local
    [all...]
  /external/libxslt/libxslt/
xsltutils.c 2007 xsltTemplatePtr templ; local
    [all...]
transform.c 97 xsltTemplatePtr templ);
103 xsltTemplatePtr templ,
140 ctxt->templ = value;
160 ctxt->templ = ctxt->templTab[ctxt->templNr - 1];
162 ctxt->templ = (xsltTemplatePtr) 0;
458 cur->templ = NULL;
1981 xsltTemplatePtr templ; local
4511 xsltTemplatePtr templ; local
    [all...]
xslt.c 5137 xsltTemplatePtr templ; local
6195 xsltTemplatePtr templ; local
    [all...]
xsltInternals.h 774 xsltTemplatePtr templ; /* call-template */ member in struct:_xsltStyleItemCallTemplate
1263 xsltTemplatePtr templ; \/* The owning template *\/ member in struct:_xsltCompilerNodeInfo
1401 xsltTemplatePtr templ; \/* call-template *\/ member in struct:_xsltStylePreComp
1669 xsltTemplatePtr templ; \/* the current template *\/ member in struct:_xsltTransformContext
    [all...]
  /external/doclava/src/com/google/doclava/
Doclava.java 640 String templ = relative + f.getName(); local
641 int len = templ.length();
642 if (len > 3 && ".cs".equals(templ.substring(len - 3))) {
644 String filename = templ.substring(0, len - 3) + htmlExtension;
645 ClearPage.write(data, templ, filename, js);
646 } else if (len > 3 && ".jd".equals(templ.substring(len - 3))) {
647 String filename = templ.substring(0, len - 3) + htmlExtension;
650 ClearPage.copyFile(f, templ);
    [all...]
  /external/libvpx/vp8/encoder/
rdopt.c 616 ENTROPY_CONTEXT tl = *l, templ = *l; local
638 templ = tl;
640 ratey = cost_coeffs(x, b, PLANE_TYPE_Y_WITH_DC, &tempa, &templ);
654 *l = templ;
    [all...]

Completed in 385 milliseconds

1 2