HomeSort by relevance Sort by last modified time
    Searched refs:vecSize (Results 26 - 37 of 37) sorted by null

12

  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
entropy_coding.c 690 WebRtc_Word16 vecSize;
693 vecSize = UB_LPC_ORDER;
710 memcpy(&poly[1], ptrIO, sizeof(double) * vecSize);
711 WebRtcIsac_Poly2Rc(poly, vecSize, rc);
712 WebRtcIsac_Rc2Lar(rc, ptrIO, vecSize);
713 ptrIO += vecSize;
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/translator/
ParseContext.h 80 bool parseVectorFields(const TString&, int vecSize, TVectorFields&, const TSourceLoc& line);
ParseContext.cpp 25 bool TParseContext::parseVectorFields(const TString& compString, int vecSize, TVectorFields& fields, const TSourceLoc& line)
97 if (fields.offsets[i] >= vecSize) {
    [all...]
  /frameworks/base/rs/java/android/renderscript/
Element.java 860 int vecSize = 1;
861 long id = rs.nElementCreate(dt.mID, dk.mID, norm, vecSize);
862 return new Element(id, rs, dt, dk, norm, vecSize);
    [all...]
RenderScript.java 327 native long rsnElementCreate(long con, long type, int kind, boolean norm, int vecSize);
328 synchronized long nElementCreate(long type, int kind, boolean norm, int vecSize) {
330 return rsnElementCreate(mContext, type, kind, norm, vecSize);
    [all...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Element.java 764 int vecSize = 1;
765 int id = rs.nElementCreate(dt.mID, dk.mID, norm, vecSize);
766 return new Element(id, rs, dt, dk, norm, vecSize);
    [all...]
RenderScript.java 273 native int rsnElementCreate(int con, int type, int kind, boolean norm, int vecSize);
274 synchronized int nElementCreate(int type, int kind, boolean norm, int vecSize) {
276 return rsnElementCreate(mContext, type, kind, norm, vecSize);
    [all...]
  /frameworks/compile/slang/
slang_rs_export_type.h 153 uint32_t vecSize;
slang_rs_export_type.cpp     [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 
  /prebuilts/sdk/tools/darwin/renderscript/lib/
renderscript-v8.jar 

Completed in 1170 milliseconds

12