Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dcdgraphics.c40 #define CDG_BORDER_WIDTH 6 macro
106 memset(buf + y * lsize, color, CDG_BORDER_WIDTH); in cdg_border_preset()
107 memset(buf + CDG_FULL_WIDTH - CDG_BORDER_WIDTH + y * lsize, in cdg_border_preset()
108 color, CDG_BORDER_WIDTH); in cdg_border_preset()
217 h_off = FFMIN(data[1] & 0x07, CDG_BORDER_WIDTH - 1); in cdg_scroll()