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

  /external/skia/include/gpu/
GrBlend.h 90 template<GrBlendCoeff Coeff>
91 struct GrTBlendCoeffRefsSrc : skstd::bool_constant<kSC_GrBlendCoeff == Coeff ||
92 kISC_GrBlendCoeff == Coeff ||
93 kSA_GrBlendCoeff == Coeff ||
94 kISA_GrBlendCoeff == Coeff> {};
96 #define GR_BLEND_COEFF_REFS_SRC(COEFF) \
97 GrTBlendCoeffRefsSrc<COEFF>::value
99 inline bool GrBlendCoeffRefsSrc(GrBlendCoeff coeff) {
100 switch (coeff) {
111 template<GrBlendCoeff Coeff>
    [all...]
  /external/skia/src/core/
SkXfermode_proccoeff.h 18 SkXfermode::Coeff fSC;
19 SkXfermode::Coeff fDC;
22 #define CANNOT_USE_COEFF SkXfermode::Coeff(-1)
66 Coeff fSrcCoeff, fDstCoeff;
SkValidationUtils.h 14 /** Returns true if coeff's value is in the SkXfermode::Coeff enum.
16 static inline bool SkIsValidCoeff(SkXfermode::Coeff coeff) {
17 return coeff >= 0 && coeff < SkXfermode::kCoeffCount;
SkXfermode.cpp     [all...]
  /external/aac/libAACdec/src/
aacdec_tns.h 105 SCHAR Coeff[TNS_MAXIMUM_ORDER];
aacdec_tns.cpp 203 filter->Coeff[i] = (coef & s_mask) ? (coef | n_mask) : coef;
216 static void CTns_Filter (FIXP_DBL *spec, int size, int inc, FIXP_TCC coeff [], int order)
258 pCoeff = coeff; \
346 C_AALLOC_SCRATCH_START(coeff, FIXP_TCC, TNS_MAXIMUM_ORDER);
361 pCoeff = &coeff[filter->Order-1];
366 *pCoeff-- = FDKaacDec_tnsCoeff3[filter->Coeff[i]+4];
372 *pCoeff-- = FDKaacDec_tnsCoeff4[filter->Coeff[i]+8];
403 coeff,
409 C_AALLOC_SCRATCH_END(coeff, FIXP_TCC, TNS_MAXIMUM_ORDER);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ppc/
rdopt_altivec.asm 15 ;# r3 short *Coeff
26 lvx v0, 0, r3 ;# Coeff
37 lvx v0, r10, r3 ;# Coeff
  /external/skia/include/core/
SkXfermode.h 46 enum Coeff {
155 * If the specified mode can be represented by a pair of Coeff, then return
160 static bool ModeAsCoeff(Mode mode, Coeff* src, Coeff* dst);
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp     [all...]
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 121 const FAddendCoef &getCoef() const { return Coeff; }
124 bool isZero() const { return Coeff.isZero(); }
126 void set(short Coefficient, Value *V) { Coeff.set(Coefficient), Val = V; }
128 { Coeff.set(Coefficient); Val = V; }
130 { Coeff.set(Coefficient->getValueAPF()); Val = V; }
132 void negate() { Coeff.negate(); }
144 Coeff += T.Coeff;
148 void Scale(const FAddendCoef& ScaleAmt) { Coeff *= ScaleAmt; }
150 // This addend has the value of "Coeff * Val"
    [all...]
  /external/skia/tests/
GrGetCoeffBlendKnownComponentsTest.cpp 35 SkXfermode::Coeff srcCoeff, dstCoeff;
  /external/skia/src/gpu/glsl/
GrGLSLBlend.cpp 11 // Advanced (non-coeff) blend helpers
371 static bool append_porterduff_term(GrGLSLFragmentBuilder* fsBuilder, SkXfermode::Coeff coeff,
374 if (SkXfermode::kZero_Coeff == coeff) {
381 switch (coeff) {
409 SkFAIL("Unsupported Blend Coeff");
421 SkXfermode::Coeff srcCoeff, dstCoeff;
440 SkXfermode::Coeff srcCoeff, dstCoeff;
  /external/llvm/include/llvm/Analysis/
DependenceAnalysis.h 358 const SCEV *Coeff;
643 bool strongSIVtest(const SCEV *Coeff,
    [all...]
  /external/skia/src/gpu/effects/
GrXfermodeFragmentProcessor.cpp 179 SkXfermode::Coeff skSrcCoeff, skDstCoeff;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mfapi.h 117 LONG Coeff[64];
    [all...]
strmif.h     [all...]
  /external/opencv3/3rdparty/include/dshow/
strmif.h     [all...]

Completed in 688 milliseconds