badpixel_opcode   104 modules/dng.c  static unsigned int badpixel_opcode[] =
badpixel_opcode   217 modules/dng.c      {0xC740, T_UNDEFINED|T_PTR, sizeof(badpixel_opcode),  (int)&badpixel_opcode},
badpixel_opcode   502 modules/dng.c              badpixel_opcode[BADPIX_CFA_INDEX] = BE(0);              // BayerPhase = 0 (top left pixel is red)
badpixel_opcode   505 modules/dng.c              badpixel_opcode[BADPIX_CFA_INDEX] = BE(1);              // BayerPhase = 1 (top left pixel is green in a green/red row)
badpixel_opcode   508 modules/dng.c              badpixel_opcode[BADPIX_CFA_INDEX] = BE(2);              // BayerPhase = 2 (top left pixel is green in a green/blue row)
badpixel_opcode   511 modules/dng.c              badpixel_opcode[BADPIX_CFA_INDEX] = BE(3);              // BayerPhase = 3 (top left pixel is blue)