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

  /external/libvpx/libvpx/vp8/common/
vp8_skin_detection.c 42 const int vsource = avg_2x2(v + 3 * strideuv + 3, strideuv); local
43 return vpx_skin_pixel(ysource, usource, vsource, motion);
52 const int vsource = avg_2x2(v + strideuv + 1, strideuv); local
53 num_skin += vpx_skin_pixel(ysource, usource, vsource, motion);
  /external/libvpx/libvpx/vp9/encoder/
vp9_skin_detection.c 33 const uint8_t vsource = v[uv_height_shift * strideuv + uv_width_shift]; local
36 return vpx_skin_pixel(ysource, usource, vsource, motion);
  /external/python/cpython2/Lib/idlelib/
Debugger.py 55 vstack = vsource = vlocals = vglobals = None
162 if not self.vsource:
163 self.__class__.vsource = BooleanVar(top)
165 text="Source", command=self.show_source, variable=self.vsource)
228 if self.vsource.get():
301 if self.vsource.get():
  /external/python/cpython3/Lib/idlelib/
debugger.py 60 vstack = vsource = vlocals = vglobals = None
167 if not self.vsource:
168 self.__class__.vsource = BooleanVar(top)
170 text="Source", command=self.show_source, variable=self.vsource)
233 if self.vsource.get():
306 if self.vsource.get():
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
Debugger.py 53 vstack = vsource = vlocals = vglobals = None
122 if not self.vsource:
123 self.__class__.vsource = BooleanVar(top)
125 text="Source", command=self.show_source, variable=self.vsource)
188 if self.vsource.get():
253 if self.vsource.get():
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
Debugger.py 53 vstack = vsource = vlocals = vglobals = None
122 if not self.vsource:
123 self.__class__.vsource = BooleanVar(top)
125 text="Source", command=self.show_source, variable=self.vsource)
188 if self.vsource.get():
253 if self.vsource.get():
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
Debugger.py 53 vstack = vsource = vlocals = vglobals = None
122 if not self.vsource:
123 self.__class__.vsource = BooleanVar(top)
125 text="Source", command=self.show_source, variable=self.vsource)
188 if self.vsource.get():
253 if self.vsource.get():
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
Debugger.py 53 vstack = vsource = vlocals = vglobals = None
122 if not self.vsource:
123 self.__class__.vsource = BooleanVar(top)
125 text="Source", command=self.show_source, variable=self.vsource)
188 if self.vsource.get():
253 if self.vsource.get():

Completed in 7475 milliseconds