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

  /external/skia/src/core/
SkMaskBlurFilter.cpp 136 return alloc->make<Gauss>(
144 class Gauss final : public BlurScanInterface {
146 Gauss(uint64_t weight, int noChangeCount,
276 // using the Gauss filter. It also limits the size of buffers used hold intermediate values.
618 uint16_t* gauss,
622 Sk8h g0{gauss[0]},
623 g1{gauss[1]},
624 g2{gauss[2]},
625 g3{gauss[3]},
626 g4{gauss[4]}
    [all...]
  /external/skqp/src/core/
SkMaskBlurFilter.cpp 136 return alloc->make<Gauss>(
144 class Gauss final : public BlurScanInterface {
146 Gauss(uint64_t weight, int noChangeCount,
276 // using the Gauss filter. It also limits the size of buffers used hold intermediate values.
618 uint16_t* gauss,
622 Sk8h g0{gauss[0]},
623 g1{gauss[1]},
624 g2{gauss[2]},
625 g3{gauss[3]},
626 g4{gauss[4]}
    [all...]
  /external/tensorflow/tensorflow/go/op/
wrappers.go     [all...]

Completed in 224 milliseconds