get_raw_pixel     197 core/raw.c         int v1 = get_raw_pixel(4, 4);
get_raw_pixel     198 core/raw.c         int v2 = get_raw_pixel(4, 5);
get_raw_pixel     199 core/raw.c         int v3 = get_raw_pixel(5, 4);
get_raw_pixel     200 core/raw.c         int v4 = get_raw_pixel(5, 5);
get_raw_pixel     376 core/raw.c                             val=get_raw_pixel(x+i, y+j);
get_raw_pixel      24 core/raw.h     extern unsigned short get_raw_pixel(unsigned int x,unsigned  int y);
get_raw_pixel     928 modules/dng.c              *buf++ = gamma[get_raw_pixel(x,y)>>shift];           // red pixel
get_raw_pixel     930 modules/dng.c              int g=get_raw_pixel(x+1,y) >> (shift+1);
get_raw_pixel     932 modules/dng.c              *buf++ = gamma[get_raw_pixel(x+1,y+1)>>shift];       // blue pixel
get_raw_pixel     973 modules/dng.c              if (get_raw_pixel(x,y) <= camera_sensor.dng_badpixel_value_limit)
get_raw_pixel     976 modules/dng.c                      if (get_raw_pixel(x,y+ylen) > camera_sensor.dng_badpixel_value_limit)
get_raw_pixel    1061 modules/dng.c                  if (get_raw_pixel(x, y) <= camera_sensor.dng_badpixel_value_limit)
get_raw_pixel     187 modules/module_exportlist.c             get_raw_pixel
get_raw_pixel     256 modules/rawhookops.c     lua_pushnumber(L,get_raw_pixel(x,y));
get_raw_pixel     305 modules/rawhookops.c     lua_pushnumber(L,get_raw_pixel(x+cfa_offsets[CFA_R][0],y+cfa_offsets[CFA_R][1]));
get_raw_pixel     306 modules/rawhookops.c     lua_pushnumber(L,get_raw_pixel(x+cfa_offsets[CFA_G1][0],y+cfa_offsets[CFA_G1][1]));
get_raw_pixel     307 modules/rawhookops.c     lua_pushnumber(L,get_raw_pixel(x+cfa_offsets[CFA_B][0],y+cfa_offsets[CFA_B][1]));
get_raw_pixel     308 modules/rawhookops.c     lua_pushnumber(L,get_raw_pixel(x+cfa_offsets[CFA_G2][0],y+cfa_offsets[CFA_G2][1]));
get_raw_pixel     438 modules/rawhookops.c             t+=get_raw_pixel(x,y);
get_raw_pixel     583 modules/rawhookops.c                 h->data[get_raw_pixel(x,y)>>shift]++;
get_raw_pixel     589 modules/rawhookops.c                 h->data[get_raw_pixel(x,y)]++;
get_raw_pixel      60 modules/shot_histogram.c                 p = get_raw_pixel(x,y);
get_raw_pixel      71 modules/shot_histogram.c                 p = get_raw_pixel(x,y) >> shift;