HomeSort by relevance Sort by last modified time
    Searched full:sobel (Results 1 - 10 of 10) sorted by null

  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/res/raw/
camera_graph.xml 50 <filter class="SobelFilter" name="sobel" />
114 targetFilter="sobel" targetPort="image" />
116 <connect sourceFilter="sobel" sourcePort="magnitude"
  /external/chromium_org/third_party/skia/src/effects/
SkLightingImageFilter.cpp 98 inline SkScalar sobel(int a, int b, int c, int d, int e, int f, SkScalar scale) { function in namespace:__anon15981
111 return pointToNormal(sobel(0, 0, m[4], m[5], m[7], m[8], gTwoThirds),
112 sobel(0, 0, m[4], m[7], m[5], m[8], gTwoThirds),
117 return pointToNormal(sobel( 0, 0, m[3], m[5], m[6], m[8], gOneThird),
118 sobel(m[3], m[6], m[4], m[7], m[5], m[8], gOneHalf),
123 return pointToNormal(sobel( 0, 0, m[3], m[4], m[6], m[7], gTwoThirds),
124 sobel(m[3], m[6], m[4], m[7], 0, 0, gTwoThirds),
129 return pointToNormal(sobel(m[1], m[2], m[4], m[5], m[7], m[8], gOneHalf),
130 sobel( 0, 0, m[1], m[7], m[2], m[8], gOneThird),
136 return pointToNormal(sobel(m[0], m[2], m[3], m[5], m[6], m[8], gOneQuarter)
    [all...]
  /external/skia/src/effects/
SkLightingImageFilter.cpp 98 inline SkScalar sobel(int a, int b, int c, int d, int e, int f, SkScalar scale) { function in namespace:__anon27819
111 return pointToNormal(sobel(0, 0, m[4], m[5], m[7], m[8], gTwoThirds),
112 sobel(0, 0, m[4], m[7], m[5], m[8], gTwoThirds),
117 return pointToNormal(sobel( 0, 0, m[3], m[5], m[6], m[8], gOneThird),
118 sobel(m[3], m[6], m[4], m[7], m[5], m[8], gOneHalf),
123 return pointToNormal(sobel( 0, 0, m[3], m[4], m[6], m[7], gTwoThirds),
124 sobel(m[3], m[6], m[4], m[7], 0, 0, gTwoThirds),
129 return pointToNormal(sobel(m[1], m[2], m[4], m[5], m[7], m[8], gOneHalf),
130 sobel( 0, 0, m[1], m[7], m[2], m[8], gOneThird),
136 return pointToNormal(sobel(m[0], m[2], m[3], m[5], m[6], m[8], gOneQuarter)
    [all...]