Searched refs:lbase (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/skia/src/opts/
H A DSkBitmapProcState_matrixProcs_neon.cpp156 // setup lbase and hbase
157 int32x4_t lbase, hbase; local
158 lbase = vdupq_n_s32(fx);
159 lbase = vsetq_lane_s32(fx + dx, lbase, 1);
160 lbase = vsetq_lane_s32(fx + dx + dx, lbase, 2);
161 lbase = vsetq_lane_s32(fx + dx + dx + dx, lbase, 3);
162 hbase = lbase
[all...]
H A DSkBitmapProcState_matrix_neon.h69 int32x4_t lbase, hbase; local
76 lbase = vdupq_n_s32(SkFractionalIntToFixed(fx));
77 lbase = vsetq_lane_s32(SkFractionalIntToFixed(fx1), lbase, 1);
78 lbase = vsetq_lane_s32(SkFractionalIntToFixed(fx2), lbase, 2);
79 lbase = vsetq_lane_s32(SkFractionalIntToFixed(fx3), lbase, 3);
80 hbase = vaddq_s32(lbase, vdupq_n_s32(SkFractionalIntToFixed(dx4)));
87 fx8 = TILEX_PROCF_NEON8(lbase, hbas
[all...]
/external/skia/src/opts/
H A DSkBitmapProcState_matrixProcs_neon.cpp156 // setup lbase and hbase
157 int32x4_t lbase, hbase; local
158 lbase = vdupq_n_s32(fx);
159 lbase = vsetq_lane_s32(fx + dx, lbase, 1);
160 lbase = vsetq_lane_s32(fx + dx + dx, lbase, 2);
161 lbase = vsetq_lane_s32(fx + dx + dx + dx, lbase, 3);
162 hbase = lbase
[all...]
H A DSkBitmapProcState_matrix_neon.h69 int32x4_t lbase, hbase; local
76 lbase = vdupq_n_s32(SkFractionalIntToFixed(fx));
77 lbase = vsetq_lane_s32(SkFractionalIntToFixed(fx1), lbase, 1);
78 lbase = vsetq_lane_s32(SkFractionalIntToFixed(fx2), lbase, 2);
79 lbase = vsetq_lane_s32(SkFractionalIntToFixed(fx3), lbase, 3);
80 hbase = vaddq_s32(lbase, vdupq_n_s32(SkFractionalIntToFixed(dx4)));
87 fx8 = TILEX_PROCF_NEON8(lbase, hbas
[all...]
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dfx_zlib_inftrees.c60 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ local
187 base = lbase;
/external/qemu/distrib/zlib-1.2.8/
H A Dinftrees.c60 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ local
187 base = lbase;
/external/zlib/src/
H A Dinftrees.c60 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ local
187 base = lbase;
/external/openfst/src/include/fst/
H A Dlookahead-matcher.h751 LBase *lbase = static_cast<LBase *>(base_); local
752 return lbase->LookAheadLabel(label);
760 LBase *lbase = static_cast<LBase *>(base_); local
761 return lbase->LookAheadFst(fst, s);
769 LBase *lbase = static_cast<LBase *>(base_); local
770 return lbase->LookAheadWeight();
778 LBase *lbase = static_cast<LBase *>(base_); local
779 return lbase->LookAheadPrefix(arc);
787 LBase *lbase = static_cast<LBase *>(base_); local
788 lbase
[all...]
/external/chromium_org/third_party/zlib/
H A Dinftrees.c60 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ local
187 base = lbase;
/external/zlib/src/contrib/infback9/
H A Dinftree9.c60 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ local
181 base = lbase;
/external/deqp/framework/referencerenderer/
H A DrrFragmentOperations.cpp523 const float lbase = luminosity(cbase); local
525 const float ldiff = llum - lbase;
/external/clang/lib/AST/
H A DASTContext.cpp6844 const FunctionType *lbase = lhs->getAs<FunctionType>(); local
6846 const FunctionProtoType *lproto = dyn_cast<FunctionProtoType>(lbase);
6855 QualType LHS = lbase->getReturnType();
6862 retType = mergeTypes(lbase->getReturnType(), rbase->getReturnType(), false,
6869 CanQualType LRetType = getCanonicalType(lbase->getReturnType());
6882 // FIXME: should we error if lbase->getRegParmAttr() != 0 &&
6884 // lbase->getRegParmAttr() != rbase->getRegParmAttr()?
6885 FunctionType::ExtInfo lbaseInfo = lbase->getExtInfo();

Completed in 4637 milliseconds