Searched refs:ishift (Results 1 – 4 of 4) sorted by relevance
/external/opencv3/3rdparty/libpng/ |
D | pngerror.c | 387 int iout = 0, ishift = 24; in png_format_buffer() local 389 while (ishift >= 0) in png_format_buffer() 391 int c = (int)(chunk_name >> ishift) & 0xff; in png_format_buffer() 393 ishift -= 8; in png_format_buffer()
|
/external/libpng/ |
D | pngerror.c | 438 int iout = 0, ishift = 24; 440 while (ishift >= 0) 442 int c = (int)(chunk_name >> ishift) & 0xff; 444 ishift -= 8;
|
/external/pdfium/third_party/lpng_v163/ |
D | pngerror.c | 424 int iout = 0, ishift = 24; in png_format_buffer() local 426 while (ishift >= 0) in png_format_buffer() 428 int c = (int)(chunk_name >> ishift) & 0xff; in png_format_buffer() 430 ishift -= 8; in png_format_buffer()
|
/external/opencv/cxcore/src/ |
D | cxconvert.cpp | 1016 int ishift = cvRound(shift*(1 << ICV_FIX_SHIFT)); in icvCvtScaleAbsTo_8u_C1R() local 1018 if( iscale == ICV_FIX_SHIFT && ishift == 0 ) in icvCvtScaleAbsTo_8u_C1R() 1026 CV_CAST_8U, iscale, ishift ); in icvCvtScaleAbsTo_8u_C1R() 1168 int ishift = cvRound(shift*(1 << ICV_FIX_SHIFT)); \ 1171 cast_macro, iscale, ishift ); \ 1195 int ishift = cvRound(shift*(1 << ICV_FIX_SHIFT)); \ 1198 cast_macro, iscale, ishift ); \ 1225 int ishift = cvRound(shift*(1 << ICV_FIX_SHIFT)); \ 1228 cast_macro, iscale, ishift ); \
|