Blender V2.61 - r43446
Functions | Variables

node_composite_sepcombYCCA.c File Reference

#include "node_composite_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 (bNodeTreeType *ttype)
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 (bNodeTreeType *ttype)

Variables

static bNodeSocketTemplate cmp_node_sepycca_in []
static bNodeSocketTemplate cmp_node_sepycca_out []
static bNodeSocketTemplate cmp_node_combycca_in []
static bNodeSocketTemplate cmp_node_combycca_out []

Detailed Description

Definition in file node_composite_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 178 of file node_composite_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 196 of file node_composite_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 214 of file node_composite_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 49 of file node_composite_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 62 of file node_composite_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 75 of file node_composite_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 ( bNodeTreeType ttype)
void register_node_type_cmp_sepycca ( bNodeTreeType ttype)

Variable Documentation

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

Definition at line 166 of file node_composite_sepcombYCCA.c.

Initial value:
 {
    {   SOCK_RGBA, 0, "Image"},
    {   -1, 0, ""   }
}

Definition at line 173 of file node_composite_sepcombYCCA.c.

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

Definition at line 37 of file node_composite_sepcombYCCA.c.

Initial value:
 {
    {  SOCK_FLOAT, 0, "Y"},
    {  SOCK_FLOAT, 0, "Cb"},
    {  SOCK_FLOAT, 0, "Cr"},
    {  SOCK_FLOAT, 0, "A"},
    {  -1, 0, ""   }
}

Definition at line 41 of file node_composite_sepcombYCCA.c.