G_GB              182 apps/camera_pipe/fcam/Demosaic_ARM.cpp                 register int16_t *__restrict__ g_gb_ptr = denoise ? G_GB_NOISY(0) : G_GB(0);
G_GB              229 apps/camera_pipe/fcam/Demosaic_ARM.cpp                     if (b==3) { ptr_out = G_GB(0); }
G_GB              292 apps/camera_pipe/fcam/Demosaic_ARM.cpp                 register int16_t *g_gb_up_ptr = G_GB(i) - VEC_WIDTH*4;
G_GB              293 apps/camera_pipe/fcam/Demosaic_ARM.cpp                 register int16_t *g_gb_here_ptr = G_GB(i);
G_GB              294 apps/camera_pipe/fcam/Demosaic_ARM.cpp                 register int16_t *g_gb_left_ptr = G_GB(i) - 1;
G_GB              448 apps/camera_pipe/fcam/Demosaic_ARM.cpp                         int16x4_t gb_here      = vld1_s16(G_GB(i));
G_GB              603 apps/camera_pipe/fcam/Demosaic_ARM.cpp                     g0 = vzip_s16(vld1_s16(G_B(i)), vld1_s16(G_GB(i)));
G_GB              609 apps/camera_pipe/fcam/Demosaic_ARM.cpp                         int16x4x2_t g1 = vzip_s16(vld1_s16(G_B(i)), vld1_s16(G_GB(i)));