Home
last modified time | relevance | path

Searched refs:MULT_2_X_16BIT (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/common/trop/
H A Dloop_macros.h24 c1 = MULT_2_X_16BIT(upPix00->r, upPix00->g, xWeight0); \
25 c3 = MULT_2_X_16BIT(upPix00->b, upPix01->r, xWeight0); \
26 c5 = MULT_2_X_16BIT(upPix01->g, upPix01->b, xWeight0); \
27 c2 = MULT_2_X_16BIT(upPix10->r, upPix10->g, xWeight1); \
28 c4 = MULT_2_X_16BIT(upPix10->b, upPix11->r, xWeight1); \
29 c6 = MULT_2_X_16BIT(upPix11->g, upPix11->b, xWeight1); \
203 c1 = MULT_2_X_16BIT(upPix00->r, upPix00->g, xWeight0); \
204 c3 = MULT_2_X_16BIT(upPix00->b, upPix01->r, xWeight0); \
205 c5 = MULT_2_X_16BIT(upPix01->g, upPix01->b, xWeight0); \
206 c2 = MULT_2_X_16BIT(upPix10->r, upPix10->g, xWeight1); \
[all …]
H A Doptimize_for_lp64.h173 #define MULT_2_X_16BIT(a1, a2, b) \ macro