gamma_shift      2695 3rdparty/libpng/png.c       int istop = (1 << (8 - png_ptr->gamma_shift));
gamma_shift      2715 3rdparty/libpng/png.c       int istop = (1 << (8 - png_ptr->gamma_shift));
gamma_shift      2726 3rdparty/libpng/png.c       int istop = (1 << (8 - png_ptr->gamma_shift));
gamma_shift      2833 3rdparty/libpng/png.c      png_ptr->gamma_shift = shift;
gamma_shift      3342 3rdparty/libpng/pngrtran.c                          >> png_ptr->gamma_shift][red>>8];
gamma_shift      3351 3rdparty/libpng/pngrtran.c                       >> png_ptr->gamma_shift][red>>8];
gamma_shift      3354 3rdparty/libpng/pngrtran.c                       png_ptr->gamma_shift][green>>8];
gamma_shift      3356 3rdparty/libpng/pngrtran.c                       >> png_ptr->gamma_shift][blue>>8];
gamma_shift      3360 3rdparty/libpng/pngrtran.c                       png_ptr->gamma_shift][gray16 >> 8];
gamma_shift      3496 3rdparty/libpng/pngrtran.c    int gamma_shift = png_ptr->gamma_shift;
gamma_shift      3714 3rdparty/libpng/pngrtran.c                            v = gamma_16[*(sp + 1) >> gamma_shift][*sp];
gamma_shift      3821 3rdparty/libpng/pngrtran.c                         png_uint_16 v = gamma_16[*(sp + 1) >> gamma_shift][*sp];
gamma_shift      3825 3rdparty/libpng/pngrtran.c                         v = gamma_16[*(sp + 3) >> gamma_shift][*(sp + 2)];
gamma_shift      3829 3rdparty/libpng/pngrtran.c                         v = gamma_16[*(sp + 5) >> gamma_shift][*(sp + 4)];
gamma_shift      3933 3rdparty/libpng/pngrtran.c                         v = gamma_16[*(sp + 1) >> gamma_shift][*sp];
gamma_shift      3949 3rdparty/libpng/pngrtran.c                         g = gamma_16_to_1[*(sp + 1) >> gamma_shift][*sp];
gamma_shift      3954 3rdparty/libpng/pngrtran.c                            w = gamma_16_from_1[(v&0xff) >> gamma_shift][v >> 8];
gamma_shift      4083 3rdparty/libpng/pngrtran.c                         v = gamma_16[*(sp + 1) >> gamma_shift][*sp];
gamma_shift      4087 3rdparty/libpng/pngrtran.c                         v = gamma_16[*(sp + 3) >> gamma_shift][*(sp + 2)];
gamma_shift      4091 3rdparty/libpng/pngrtran.c                         v = gamma_16[*(sp + 5) >> gamma_shift][*(sp + 4)];
gamma_shift      4111 3rdparty/libpng/pngrtran.c                         v = gamma_16_to_1[*(sp + 1) >> gamma_shift][*sp];
gamma_shift      4114 3rdparty/libpng/pngrtran.c                            w = gamma_16_from_1[((w&0xff) >> gamma_shift)][w >> 8];
gamma_shift      4118 3rdparty/libpng/pngrtran.c                         v = gamma_16_to_1[*(sp + 3) >> gamma_shift][*(sp + 2)];
gamma_shift      4121 3rdparty/libpng/pngrtran.c                            w = gamma_16_from_1[((w&0xff) >> gamma_shift)][w >> 8];
gamma_shift      4126 3rdparty/libpng/pngrtran.c                         v = gamma_16_to_1[*(sp + 5) >> gamma_shift][*(sp + 4)];
gamma_shift      4129 3rdparty/libpng/pngrtran.c                            w = gamma_16_from_1[((w&0xff) >> gamma_shift)][w >> 8];
gamma_shift      4203 3rdparty/libpng/pngrtran.c    int gamma_shift = png_ptr->gamma_shift;
gamma_shift      4239 3rdparty/libpng/pngrtran.c                   v = gamma_16_table[*(sp + 1) >> gamma_shift][*sp];
gamma_shift      4244 3rdparty/libpng/pngrtran.c                   v = gamma_16_table[*(sp + 1) >> gamma_shift][*sp];
gamma_shift      4249 3rdparty/libpng/pngrtran.c                   v = gamma_16_table[*(sp + 1) >> gamma_shift][*sp];
gamma_shift      4283 3rdparty/libpng/pngrtran.c                   png_uint_16 v = gamma_16_table[*(sp + 1) >> gamma_shift][*sp];
gamma_shift      4288 3rdparty/libpng/pngrtran.c                   v = gamma_16_table[*(sp + 1) >> gamma_shift][*sp];
gamma_shift      4293 3rdparty/libpng/pngrtran.c                   v = gamma_16_table[*(sp + 1) >> gamma_shift][*sp];
gamma_shift      4319 3rdparty/libpng/pngrtran.c                   png_uint_16 v = gamma_16_table[*(sp + 1) >> gamma_shift][*sp];
gamma_shift      4378 3rdparty/libpng/pngrtran.c                   png_uint_16 v = gamma_16_table[*(sp + 1) >> gamma_shift][*sp];
gamma_shift      4430 3rdparty/libpng/pngrtran.c          PNG_CONST int gamma_shift = png_ptr->gamma_shift;
gamma_shift      4444 3rdparty/libpng/pngrtran.c                v = table[*(row + 1) >> gamma_shift][*row];
gamma_shift       171 3rdparty/libpng/pngstruct.h    int gamma_shift;      /* number of "insignificant" bits in 16-bit gamma */
gamma_shift      1525 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp             gamma_shift = 3,
gamma_shift      1526 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp             lab_shift2 = (lab_shift + gamma_shift),
gamma_shift      1527 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp             LAB_CBRT_TAB_SIZE_B = (256 * 3 / 2 * (1 << gamma_shift))
gamma_shift      1534 modules/core/include/opencv2/core/cuda/detail/color_detail.hpp             float x = i * (1.f / (255.f * (1 << gamma_shift)));
gamma_shift       934 modules/cudev/include/opencv2/cudev/functional/detail/color_cvt.hpp         gamma_shift = 3,
gamma_shift       935 modules/cudev/include/opencv2/cudev/functional/detail/color_cvt.hpp         lab_shift2 = (lab_shift + gamma_shift),
gamma_shift       936 modules/cudev/include/opencv2/cudev/functional/detail/color_cvt.hpp         LAB_CBRT_TAB_SIZE_B = (256 * 3 / 2 * (1 << gamma_shift))
gamma_shift       944 modules/cudev/include/opencv2/cudev/functional/detail/color_cvt.hpp         float x = i * (1.f / (255.f * (1 << gamma_shift)));
gamma_shift      5026 modules/imgproc/src/color.cpp #define lab_shift2 (lab_shift + gamma_shift)
gamma_shift      5027 modules/imgproc/src/color.cpp #define LAB_CBRT_TAB_SIZE_B (256*3/2*(1<<gamma_shift))
gamma_shift      5057 modules/imgproc/src/color.cpp             sRGBGammaTab_b[i] = saturate_cast<ushort>(255.f*(1 << gamma_shift)*(x <= 0.04045f ? x*(1.f/12.92f) : (float)std::pow((double)(x + 0.055)*(1./1.055), 2.4)));
gamma_shift      5058 modules/imgproc/src/color.cpp             linearGammaTab_b[i] = (ushort)(i*(1 << gamma_shift));
gamma_shift      5063 modules/imgproc/src/color.cpp             float x = i*(1.f/(255.f*(1 << gamma_shift)));