HomeSort by relevance Sort by last modified time
    Searched refs:lbase (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/skia/src/opts/
SkBitmapProcState_matrixProcs_neon.cpp 156 // 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 + vdupq_n_s32(4 * dx)
    [all...]
SkBitmapProcState_matrix_neon.h 69 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, hbase, maxX)
    [all...]
  /external/skia/src/opts/
SkBitmapProcState_matrixProcs_neon.cpp 156 // 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 + vdupq_n_s32(4 * dx)
    [all...]
SkBitmapProcState_matrix_neon.h 69 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, hbase, maxX)
    [all...]
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
fx_zlib_inftrees.c 60 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ local
187 base = lbase;
  /external/qemu/distrib/zlib-1.2.8/
inftrees.c 60 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ local
187 base = lbase;
  /external/zlib/src/contrib/infback9/
inftree9.c 60 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ local
181 base = lbase;
  /external/zlib/src/
inftrees.c 60 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ local
187 base = lbase;
  /external/openfst/src/include/fst/
lookahead-matcher.h 715 typedef LookAheadMatcherBase<Arc> LBase;
751 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
778 LBase *lbase = static_cast<LBase *>(base_); local
787 LBase *lbase = static_cast<LBase *>(base_); local
    [all...]
  /external/chromium_org/third_party/zlib/
inftrees.c 60 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ local
187 base = lbase;
  /external/deqp/framework/referencerenderer/
rrFragmentOperations.cpp 523 const float lbase = luminosity(cbase); local
525 const float ldiff = llum - lbase;
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp 6844 const FunctionType *lbase = lhs->getAs<FunctionType>(); local
    [all...]

Completed in 361 milliseconds