Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dcdgraphics.c39 #define CDG_BORDER_WIDTH 6 macro
103 memset(buf + y * lsize, color, CDG_BORDER_WIDTH); in cdg_border_preset()
104 memset(buf + CDG_FULL_WIDTH - CDG_BORDER_WIDTH + y * lsize, in cdg_border_preset()
105 color, CDG_BORDER_WIDTH); in cdg_border_preset()
216 h_off = FFMIN(data[1] & 0x07, CDG_BORDER_WIDTH - 1); in cdg_scroll()