HomeSort by relevance Sort by last modified time
    Searched defs:cpe (Results 1 - 9 of 9) sorted by null

  /external/skia/src/gpu/effects/
GrConvexPolyEffect.cpp 41 const GrConvexPolyEffect& cpe = args.fFp.cast<GrConvexPolyEffect>(); local
47 cpe.getEdgeCount(),
52 for (int i = 0; i < cpe.getEdgeCount(); ++i) {
57 if (GrProcessorEdgeTypeIsAA(cpe.getEdgeType())) {
65 if (GrProcessorEdgeTypeIsInverseFill(cpe.getEdgeType())) {
73 const GrConvexPolyEffect& cpe = effect.cast<GrConvexPolyEffect>(); local
74 size_t byteSize = 3 * cpe.getEdgeCount() * sizeof(SkScalar);
75 if (0 != memcmp(fPrevEdges, cpe.getEdges(), byteSize)) {
76 pdman.set3fv(fEdgeUniform, cpe.getEdgeCount(), cpe.getEdges())
83 const GrConvexPolyEffect& cpe = processor.cast<GrConvexPolyEffect>(); local
207 const GrConvexPolyEffect& cpe = other.cast<GrConvexPolyEffect>(); local
    [all...]
  /external/skqp/src/gpu/effects/
GrConvexPolyEffect.cpp 41 const GrConvexPolyEffect& cpe = args.fFp.cast<GrConvexPolyEffect>(); local
47 cpe.getEdgeCount(),
52 for (int i = 0; i < cpe.getEdgeCount(); ++i) {
56 if (GrProcessorEdgeTypeIsAA(cpe.getEdgeType())) {
64 if (GrProcessorEdgeTypeIsInverseFill(cpe.getEdgeType())) {
72 const GrConvexPolyEffect& cpe = effect.cast<GrConvexPolyEffect>(); local
73 size_t byteSize = 3 * cpe.getEdgeCount() * sizeof(SkScalar);
74 if (0 != memcmp(fPrevEdges, cpe.getEdges(), byteSize)) {
75 pdman.set3fv(fEdgeUniform, cpe.getEdgeCount(), cpe.getEdges())
82 const GrConvexPolyEffect& cpe = processor.cast<GrConvexPolyEffect>(); local
206 const GrConvexPolyEffect& cpe = other.cast<GrConvexPolyEffect>(); local
    [all...]
  /external/libxaac/decoder/
ixheaacd_acelp_decode.c 351 FLOAT32 gain_smooth, gain_code0, cpe; local
558 cpe = (FLOAT32)(0.125 * (1.0 + r_v));
560 post_process_exc[0] += code[0] - (cpe * code[1]);
563 post_process_exc[i] += code[i] - (cpe * (code[i - 1] + code[i + 1]));
566 code[LEN_SUBFR - 1] - (cpe * code[LEN_SUBFR - 2]);
  /external/aac/libAACdec/src/
usacdec_acelp.cpp 471 FIXP_DBL tmp, cpe, code_smooth_prev, code_smooth; local
476 /* cpe = (1+r_v)/8 * 2 ; ( SF = -1) */
477 cpe = (period_fac >> (2 - SF_PFAC)) + FL2FXCONST_DBL(0.25f);
489 cpe_code_smooth = fMultDiv2(cpe, code_smooth);
491 cpe_code_smooth_prev = fMultDiv2(cpe, code_smooth_prev);
505 cpe_code_smooth = fMultDiv2(cpe, code_smooth);
    [all...]
  /dalvik/dx/etc/
jasmin.jar 
  /external/guice/lib/build/
bnd-0.0.384.jar 
  /external/guice/extensions/struts2/lib/
ant-1.6.5.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 

Completed in 764 milliseconds