Blender  V2.59
Functions | Variables
CMP_sepcombYCCA.c File Reference
#include "../CMP_util.h"

Go to the source code of this file.

Functions

static void do_sepycca_601 (bNode *UNUSED(node), float *out, float *in)
static void do_sepycca_709 (bNode *UNUSED(node), float *out, float *in)
static void do_sepycca_jfif (bNode *UNUSED(node), float *out, float *in)
static void node_composit_exec_sepycca (void *UNUSED(data), bNode *node, bNodeStack **in, bNodeStack **out)
void register_node_type_cmp_sepycca (ListBase *lb)
static void do_comb_ycca_601 (bNode *UNUSED(node), float *out, float *in1, float *in2, float *in3, float *in4)
static void do_comb_ycca_709 (bNode *UNUSED(node), float *out, float *in1, float *in2, float *in3, float *in4)
static void do_comb_ycca_jfif (bNode *UNUSED(node), float *out, float *in1, float *in2, float *in3, float *in4)
static void node_composit_exec_combycca (void *UNUSED(data), bNode *node, bNodeStack **in, bNodeStack **out)
void register_node_type_cmp_combycca (ListBase *lb)

Variables

static bNodeSocketType cmp_node_sepycca_in []
static bNodeSocketType cmp_node_sepycca_out []
static bNodeSocketType cmp_node_combycca_in []
static bNodeSocketType cmp_node_combycca_out []

Detailed Description

Definition in file CMP_sepcombYCCA.c.


Function Documentation

static void do_comb_ycca_601 ( bNode UNUSEDnode,
float *  out,
float *  in1,
float *  in2,
float *  in3,
float *  in4 
) [static]

Definition at line 180 of file CMP_sepcombYCCA.c.

References BLI_YCC_ITU_BT601, g, and ycc_to_rgb().

Referenced by node_composit_exec_combycca().

static void do_comb_ycca_709 ( bNode UNUSEDnode,
float *  out,
float *  in1,
float *  in2,
float *  in3,
float *  in4 
) [static]

Definition at line 198 of file CMP_sepcombYCCA.c.

References BLI_YCC_ITU_BT709, g, and ycc_to_rgb().

Referenced by node_composit_exec_combycca().

static void do_comb_ycca_jfif ( bNode UNUSEDnode,
float *  out,
float *  in1,
float *  in2,
float *  in3,
float *  in4 
) [static]

Definition at line 216 of file CMP_sepcombYCCA.c.

References BLI_YCC_JFIF_0_255, g, and ycc_to_rgb().

Referenced by node_composit_exec_combycca().

static void do_sepycca_601 ( bNode UNUSEDnode,
float *  out,
float *  in 
) [static]

Definition at line 51 of file CMP_sepcombYCCA.c.

References BLI_YCC_ITU_BT601, and rgb_to_ycc().

Referenced by node_composit_exec_sepycca().

static void do_sepycca_709 ( bNode UNUSEDnode,
float *  out,
float *  in 
) [static]

Definition at line 64 of file CMP_sepcombYCCA.c.

References BLI_YCC_ITU_BT709, and rgb_to_ycc().

Referenced by node_composit_exec_sepycca().

static void do_sepycca_jfif ( bNode UNUSEDnode,
float *  out,
float *  in 
) [static]

Definition at line 77 of file CMP_sepcombYCCA.c.

References BLI_YCC_JFIF_0_255, and rgb_to_ycc().

Referenced by node_composit_exec_sepycca().

static void node_composit_exec_combycca ( void *  UNUSEDdata,
bNode node,
bNodeStack **  in,
bNodeStack **  out 
) [static]
static void node_composit_exec_sepycca ( void *  UNUSEDdata,
bNode node,
bNodeStack **  in,
bNodeStack **  out 
) [static]
void register_node_type_cmp_combycca ( ListBase lb)
void register_node_type_cmp_sepycca ( ListBase lb)

Variable Documentation

Initial value:
 {
        {       SOCK_VALUE, 1, "Y",                     0.0f, 0.0f, 0.0f, 1.0f, 0.0f, 1.0f},
        {       SOCK_VALUE, 1, "Cb",                    0.5f, 0.0f, 0.0f, 1.0f, 0.0f, 1.0f},
        {       SOCK_VALUE, 1, "Cr",                    0.5f, 0.0f, 0.0f, 1.0f, 0.0f, 1.0f},
        {       SOCK_VALUE, 1, "A",                     1.0f, 0.0f, 0.0f, 1.0f, 0.0f, 1.0f},
        {       -1, 0, ""       }
}

Definition at line 168 of file CMP_sepcombYCCA.c.

Initial value:
 {
        {       SOCK_RGBA, 0, "Image",                  0.8f, 0.8f, 0.8f, 1.0f, 0.0f, 1.0f},
        {       -1, 0, ""       }
}

Definition at line 175 of file CMP_sepcombYCCA.c.

Initial value:
 {
        {  SOCK_RGBA, 1, "Image",        0.8f, 0.8f, 0.8f, 1.0f, 0.0f, 1.0f},
        {  -1, 0, ""   }
}

Definition at line 39 of file CMP_sepcombYCCA.c.

Initial value:
 {
        {  SOCK_VALUE, 0, "Y",        0.0f, 0.0f, 0.0f, 1.0f, 0.0f, 1.0f},
        {  SOCK_VALUE, 0, "Cb",       0.0f, 0.0f, 0.0f, 1.0f, 0.0f, 1.0f},
        {  SOCK_VALUE, 0, "Cr",       0.0f, 0.0f, 0.0f, 1.0f, 0.0f, 1.0f},
        {  SOCK_VALUE, 0, "A",        0.0f, 0.0f, 0.0f, 1.0f, 0.0f, 1.0f},
        {  -1, 0, ""   }
}

Definition at line 43 of file CMP_sepcombYCCA.c.