G_GR              179 apps/camera_pipe/fcam/Demosaic_ARM.cpp                 register int16_t *__restrict__ g_gr_ptr = denoise ? G_GR_NOISY(0) : G_GR(0);
G_GR              226 apps/camera_pipe/fcam/Demosaic_ARM.cpp                     if (b==0) { ptr_out = G_GR(0); }
G_GR              295 apps/camera_pipe/fcam/Demosaic_ARM.cpp                 register int16_t *g_gr_down_ptr = G_GR(i) + VEC_WIDTH*4;
G_GR              296 apps/camera_pipe/fcam/Demosaic_ARM.cpp                 register int16_t *g_gr_here_ptr = G_GR(i);
G_GR              297 apps/camera_pipe/fcam/Demosaic_ARM.cpp                 register int16_t *g_gr_right_ptr = G_GR(i) + 1;
G_GR              447 apps/camera_pipe/fcam/Demosaic_ARM.cpp                         int16x4_t gr_here      = vld1_s16(G_GR(i));
G_GR              532 apps/camera_pipe/fcam/Demosaic_ARM.cpp                     int16x4x2_t g0 = vzip_s16(vld1_s16(G_GR(i)), vld1_s16(G_R(i)));
G_GR              539 apps/camera_pipe/fcam/Demosaic_ARM.cpp                         int16x4x2_t g1 = vzip_s16(vld1_s16(G_GR(i)), vld1_s16(G_R(i)));