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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dswfenc.c108 static void put_swf_line_edge(PutBitContext *pb, int dx, int dy) function
286 put_swf_line_edge(&p, width, 0);
287 put_swf_line_edge(&p, 0, height);
288 put_swf_line_edge(&p, -width, 0);
289 put_swf_line_edge(&p, 0, -height);

Completed in 42 milliseconds