Home
last modified time | relevance | path

Searched refs:yin (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Lib/turtledemo/
H A Dyinyang.py16 def yin(radius, color1, color2): function
42 yin(200, "black", "white")
43 yin(200, "white", "black")
/third_party/ffmpeg/libavfilter/
H A Dvf_remap.c79 AVFrame *in, *xin, *yin, *out; member
142 const AVFrame *yin = td->yin; \
147 const int ylinesize = yin->linesize[0] / 2; \
156 const uint16_t *ymap = (const uint16_t *)yin->data[0] + slice_start * ylinesize; \
193 const AVFrame *yin = td->yin; \
200 const int ylinesize = yin->linesize[0] / 2; \
204 const uint16_t *ymap = (const uint16_t *)yin->data[0] + slice_start * ylinesize; \
296 td.yin in process_frame()
[all...]
H A Dvf_shufflepixels.c159 int yin = i / nb_blocks_w; in make_block_map() local
161 int in = yin * s->block_h * s->planewidth[0] + xin * s->block_w; in make_block_map()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DYAMLTraits.h1693 operator>>(Input &yin, T &docList) { in operator >>() argument
1696 while ( yin.setCurrentDocument() ) { in operator >>()
1697 yamlize(yin, DocumentListTraits<T>::element(yin, docList, i), true, Ctx); in operator >>()
1698 if ( yin.error() ) in operator >>()
1699 return yin; in operator >>()
1700 yin.nextDocument(); in operator >>()
1703 return yin; in operator >>()
1710 operator>>(Input &yin, T &docMap) { in operator >>() argument
1712 yin in operator >>()
1722 operator >>(Input &yin, T &docSeq) operator >>() argument
1765 operator >>(Input &yin, T &docSeq) operator >>() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DYAMLTraits.h1340 operator>>(Input &yin, T &docList) { in operator >>() argument
1343 while ( yin.setCurrentDocument() ) { in operator >>()
1344 yamlize(yin, DocumentListTraits<T>::element(yin, docList, i), true, Ctx); in operator >>()
1345 if ( yin.error() ) in operator >>()
1346 return yin; in operator >>()
1347 yin.nextDocument(); in operator >>()
1350 return yin; in operator >>()
1357 operator>>(Input &yin, T &docMap) { in operator >>() argument
1359 yin in operator >>()
1369 operator >>(Input &yin, T &docSeq) operator >>() argument
1391 operator >>(Input &yin, T &docSeq) operator >>() argument
[all...]

Completed in 8 milliseconds