Home
last modified time | relevance | path

Searched refs:x_shift (Results 1 – 4 of 4) sorted by relevance

/external/qemu/android/utils/
Djpeg-compress.c161 const int x_shift = x * bpp; in jpeg_compressor_compress_fb() local
193 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()
/external/freetype/src/smooth/
Dftsmooth.c116 FT_Pos x_shift = 0; in ft_smooth_render_generic() local
203 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()
/external/chromium_org/third_party/freetype/src/smooth/
Dftsmooth.c116 FT_Pos x_shift = 0; in ft_smooth_render_generic() local
203 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()
/external/opencv/otherlibs/highgui/
Dgrfmt_jpeg.cpp1116 int x_shift = 0, y_shift = 0; in ProcessScan() local
1135 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()