Searched defs:cwidth (Results 1 – 2 of 2) sorted by relevance
| /third_party/ffmpeg/tools/ | ||
| D | yuvcmp.c | 43 int cwidth = width / 2; in main() local |
| /third_party/python/Lib/ | ||
| D | turtle.py | 438 def setupcanvas(self, width, height, cwidth, cheight): argument |