Searched refs:x_shift (Results 1 – 4 of 4) sorted by relevance
161 const int x_shift = x * bpp; in jpeg_compressor_compress_fb() local193 JSAMPROW rgb = (JSAMPROW)(fb + (cinfo.next_scanline + y) * bpl + x_shift); in jpeg_compressor_compress_fb()199 JSAMPROW rgb = (JSAMPROW)(fb + (y_shift - cinfo.next_scanline) * bpl + x_shift); in jpeg_compressor_compress_fb()
116 FT_Pos x_shift = 0; in ft_smooth_render_generic() local203 x_shift = (FT_Int) cbox.xMin; in ft_smooth_render_generic()217 x_shift -= 64 * ( extra >> 1 ); in ft_smooth_render_generic()254 FT_Outline_Translate( outline, -x_shift, -y_shift ); in ft_smooth_render_generic()390 FT_Outline_Translate( outline, x_shift, y_shift ); in ft_smooth_render_generic()
1116 int x_shift = 0, y_shift = 0; in ProcessScan() local1135 x_shift = h[0]/(h[1]*2); in ProcessScan()1210 if( x_shift == 0 ) in ProcessScan()1225 else if( x_shift == 1 ) in ProcessScan()1250 int Cb = cmpCb[x >> x_shift]; in ProcessScan()1251 int Cr = cmpCr[x >> x_shift]; in ProcessScan()