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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvorbis.c185 static void render_line(int x0, int y0, int x1, int y1, float *buf) function
225 render_line(lx, ly, FFMIN(x1,samples), y1, out);
233 render_line(lx, ly, samples, ly, out);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvorbis.c192 static void render_line(int x0, int y0, int x1, int y1, float *buf) function
232 render_line(lx, ly, FFMIN(x1,samples), y1, out);
240 render_line(lx, ly, samples, ly, out);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D09-helper.tex125 \subsubsection{render_line} \label{vorbis:spec:render:line}
128 "render_line(x0, y0, x1, y1, v)" to construct an integer floor
H A D07-floor1.tex367 8) \link{vorbis:spec:render:line}{render_line}( [lx], [ly], [hx], [hy], [floor] )
375 12) \link{vorbis:spec:render:line}{render_line}( [hx], [hy], [n], [hy], [floor] )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dfloor1.c355 static void render_line(int n, int x0,int x1,int y0,int y1,float *d){ function
1081 render_line(n,lx,hx,ly,hy,out);

Completed in 115 milliseconds