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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tests/
H A Drotozoom.c68 int int_y = y >> 16; local
71 int s00 = src[( int_x & 255) + 256 * ( int_y & 255)];
72 int s01 = src[((int_x + 1) & 255) + 256 * ( int_y & 255)];
73 int s10 = src[( int_x & 255) + 256 * ((int_y + 1) & 255)];
74 int s11 = src[((int_x + 1) & 255) + 256 * ((int_y + 1) & 255)];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/tests/
H A Drotozoom.c190 int int_y = y >> 16; local
193 int s00 = src[( int_x & 255) + 256 * ( int_y & 255)];
194 int s01 = src[((int_x + 1) & 255) + 256 * ( int_y & 255)];
195 int s10 = src[( int_x & 255) + 256 * ((int_y + 1) & 255)];
196 int s11 = src[((int_x + 1) & 255) + 256 * ((int_y + 1) & 255)];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_rotate.c292 int int_y = av_clip(y>>16, 0, max_y); local
297 int int_y1 = FFMIN(int_y+1, max_y);
300 int s00 = src[src_linestep * int_x + i + src_linesize * int_y ];
301 int s01 = src[src_linestep * int_x1 + i + src_linesize * int_y ];

Completed in 35 milliseconds