Searched refs:int_x (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.c67 int int_x = x >> 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.c189 int int_x = x >> 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.c291 int int_x = av_clip(x>>16, 0, max_x); local
296 int int_x1 = FFMIN(int_x+1, max_x);
300 int s00 = src[src_linestep * int_x + i + src_linesize * int_y ];
302 int s10 = src[src_linestep * int_x + i + src_linesize * int_y1];

Completed in 84 milliseconds