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

1 2 3 4 5

  /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/chromium_org/gin/test/
gc.cc 28 v8::Local<v8::ObjectTemplate> templ = local
30 if (templ.IsEmpty()) {
31 templ = ObjectTemplateBuilder(isolate)
34 data->SetObjectTemplate(&g_wrapper_info, templ);
36 return templ->NewInstance();
gtest.cc 48 v8::Local<v8::ObjectTemplate> templ = local
50 if (templ.IsEmpty()) {
51 templ = ObjectTemplateBuilder(isolate)
57 data->SetObjectTemplate(&g_wrapper_info, templ);
59 return templ->NewInstance();
  /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/chromium_org/gin/modules/
console.cc 39 v8::Local<ObjectTemplate> templ = data->GetObjectTemplate(&g_wrapper_info); local
40 if (templ.IsEmpty()) {
41 templ = ObjectTemplateBuilder(isolate)
44 data->SetObjectTemplate(&g_wrapper_info, templ);
46 return templ->NewInstance();
module_runner_delegate.cc 37 v8::Handle<v8::ObjectTemplate> templ = ObjectTemplateBuilder(isolate).Build(); local
38 ModuleRegistry::RegisterGlobals(isolate, templ);
39 return templ;
  /external/chromium_org/mojo/apps/js/bindings/gl/
module.cc 36 v8::Local<v8::ObjectTemplate> templ = data->GetObjectTemplate(&kWrapperInfo); local
38 if (templ.IsEmpty()) {
39 templ = gin::ObjectTemplateBuilder(isolate)
42 data->SetObjectTemplate(&kWrapperInfo, templ);
45 return templ->NewInstance();
  /external/chromium_org/mojo/apps/js/bindings/
monotonic_clock.cc 30 v8::Local<v8::ObjectTemplate> templ = local
32 if (templ.IsEmpty()) {
33 templ = gin::ObjectTemplateBuilder(isolate)
36 data->SetObjectTemplate(&g_wrapper_info, templ);
38 return templ->NewInstance();
threading.cc 29 v8::Local<v8::ObjectTemplate> templ = data->GetObjectTemplate( local
32 if (templ.IsEmpty()) {
33 templ = gin::ObjectTemplateBuilder(isolate)
37 data->SetObjectTemplate(&g_wrapper_info, templ);
40 return templ->NewInstance();
  /external/chromium_org/mojo/bindings/js/
support.cc 43 v8::Local<v8::ObjectTemplate> templ = data->GetObjectTemplate( local
46 if (templ.IsEmpty()) {
47 templ = gin::ObjectTemplateBuilder(isolate)
52 data->SetObjectTemplate(&g_wrapper_info, templ);
55 return templ->NewInstance();
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
native_wayland_drm_bufmgr_helper.c 20 struct pipe_resource templ; local
39 memset(&templ, 0, sizeof(templ));
40 templ.target = PIPE_TEXTURE_2D;
41 templ.format = pf;
42 templ.bind = PIPE_BIND_RENDER_TARGET | PIPE_BIND_SAMPLER_VIEW;
43 templ.width0 = buffer->buffer.width;
44 templ.height0 = buffer->buffer.height;
45 templ.depth0 = 1;
46 templ.array_size = 1
    [all...]
native_buffer.h 50 struct pipe_resource templ; member in struct:native_buffer::__anon17807::__anon17808
  /external/mesa3d/src/gallium/state_trackers/egl/common/
native_wayland_drm_bufmgr_helper.c 20 struct pipe_resource templ; local
39 memset(&templ, 0, sizeof(templ));
40 templ.target = PIPE_TEXTURE_2D;
41 templ.format = pf;
42 templ.bind = PIPE_BIND_RENDER_TARGET | PIPE_BIND_SAMPLER_VIEW;
43 templ.width0 = buffer->buffer.width;
44 templ.height0 = buffer->buffer.height;
45 templ.depth0 = 1;
46 templ.array_size = 1
    [all...]
  /external/chromium_org/gin/
wrappable.cc 39 v8::Local<v8::ObjectTemplate> templ = data->GetObjectTemplate(info); local
40 if (templ.IsEmpty()) {
41 templ = GetObjectTemplateBuilder(isolate).Build();
42 CHECK(!templ.IsEmpty());
43 data->SetObjectTemplate(info, templ);
45 CHECK_EQ(kNumberOfInternalFields, templ->InternalFieldCount());
46 v8::Handle<v8::Object> wrapper = templ->NewInstance();
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/gbm/
gbm_drm.c 178 struct pipe_resource templ; local
195 memset(&templ, 0, sizeof(templ));
196 templ.bind = gbm_usage_to_gallium(usage);
197 templ.format = pf;
198 templ.target = PIPE_TEXTURE_2D;
199 templ.last_level = 0;
200 templ.width0 = width;
201 templ.height0 = height;
202 templ.depth0 = 1
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_texture.h 130 struct pipe_sampler_view templ; local
132 u_sampler_view_default_template(&templ, texture, format);
134 return pipe->create_sampler_view(pipe, texture, &templ);

Completed in 519 milliseconds

1 2 3 4 5