Home
last modified time | relevance | path

Searched refs:vsource (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_skin_detection.c102 const uint8_t vsource = v[uv_height_shift * strideuv + uv_width_shift]; in vp9_compute_skin_block() local
104 return vp9_skin_pixel(ysource, usource, vsource, motion); in vp9_compute_skin_block()
149 uint8_t vsource = src_v[uvpos * src_uvstride + uvpos]; in vp9_compute_skin_map() local
161 vsource = (vsource + vsource2 + vsource3 + vsource4) >> 2; in vp9_compute_skin_map()
162 is_skin = vp9_skin_pixel(ysource, usource, vsource, 1); in vp9_compute_skin_map()
/external/python/cpython2/Lib/idlelib/
DDebugger.py55 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():