~ubuntu-branches/ubuntu/utopic/libopenraw/utopic

« back to all changes in this revision

Viewing changes to lib/bimedian_demosaic.cpp

  • Committer: Package Import Robot
  • Author(s): David Paleino
  • Date: 2012-03-10 08:57:09 UTC
  • mto: (7.1.1 sid)
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: package-import@ubuntu.com-20120310085709-zuimi0xsth01nfkc
Tags: upstream-0.0.9
ImportĀ upstreamĀ versionĀ 0.0.9

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
 
31
31
#include <libopenraw/demosaic.h>
32
32
 
 
33
void bimedian_demosaic (uint16_t *src, uint32_t src_x, uint32_t src_y, 
 
34
                                        or_cfa_pattern pattern, uint8_t *dst);
 
35
 
33
36
/*
34
37
extern "C" void or_demosaic(uint16_t*, uint32_t, uint32_t, or_cfa_pattern, uint8_t*)
35
38
{