FreeRDP
primitives_t Struct Reference
Collaboration diagram for primitives_t:

Data Fields

__copy_t copy
 
__copy_8u_t copy_8u
 
__copy_8u_AC4r_t copy_8u_AC4r
 
__set_8u_t set_8u
 
__set_32s_t set_32s
 
__set_32u_t set_32u
 
__zero_t zero
 
__add_16s_t add_16s
 
__andC_32u_t andC_32u
 
__orC_32u_t orC_32u
 
__lShiftC_16s_t lShiftC_16s
 
__lShiftC_16u_t lShiftC_16u
 
__rShiftC_16s_t rShiftC_16s
 
__rShiftC_16u_t rShiftC_16u
 
__shiftC_16s_t shiftC_16s
 
__shiftC_16u_t shiftC_16u
 
__alphaComp_argb_t alphaComp_argb
 
__sign_16s_t sign_16s
 
__yCbCrToRGB_16s8u_P3AC4R_t yCbCrToRGB_16s8u_P3AC4R
 
__yCbCrToRGB_16s16s_P3P3_t yCbCrToRGB_16s16s_P3P3
 
__RGBToYCbCr_16s16s_P3P3_t RGBToYCbCr_16s16s_P3P3
 
__RGBToRGB_16s8u_P3AC4R_t RGBToRGB_16s8u_P3AC4R
 
__YCoCgToRGB_8u_AC4R_t YCoCgToRGB_8u_AC4R
 
__YUV420ToRGB_8u_P3AC4R_t YUV420ToRGB_8u_P3AC4R
 
__RGBToYUV420_8u_P3AC4R_t RGBToYUV420_8u_P3AC4R
 
__RGBToYUV444_8u_P3AC4R_t RGBToYUV444_8u_P3AC4R
 
__YUV420CombineToYUV444_t YUV420CombineToYUV444
 
__YUV444SplitToYUV420_t YUV444SplitToYUV420
 
__YUV444ToRGB_8u_P3AC4R_t YUV444ToRGB_8u_P3AC4R
 
__RGBToAVC444YUV_t RGBToAVC444YUV
 
__RGBToAVC444YUV_t RGBToAVC444YUVv2
 
DWORD flags
 
primitives_uninit_t uninit
 
__add_16s_inplace_t add_16s_inplace
 Do vecotor addition, store result in both input buffers pSrcDst1 = pSrcDst2 = pSrcDst1 + pSrcDst2.
 
__lShiftC_16s_inplace_t lShiftC_16s_inplace
 
__copy_no_overlap_t copy_no_overlap
 

Detailed Description

Definition at line 208 of file primitives.h.

Field Documentation

◆ add_16s

__add_16s_t primitives_t::add_16s

Definition at line 220 of file primitives.h.

◆ add_16s_inplace

__add_16s_inplace_t primitives_t::add_16s_inplace

Do vecotor addition, store result in both input buffers pSrcDst1 = pSrcDst2 = pSrcDst1 + pSrcDst2.

Definition at line 256 of file primitives.h.

◆ alphaComp_argb

__alphaComp_argb_t primitives_t::alphaComp_argb

Definition at line 232 of file primitives.h.

◆ andC_32u

__andC_32u_t primitives_t::andC_32u

Definition at line 222 of file primitives.h.

◆ copy

__copy_t primitives_t::copy

Definition at line 211 of file primitives.h.

◆ copy_8u

__copy_8u_t primitives_t::copy_8u

Definition at line 212 of file primitives.h.

◆ copy_8u_AC4r

__copy_8u_AC4r_t primitives_t::copy_8u_AC4r

Definition at line 213 of file primitives.h.

◆ copy_no_overlap

__copy_no_overlap_t primitives_t::copy_no_overlap
Since
version 3.6.0

Definition at line 258 of file primitives.h.

◆ flags

DWORD primitives_t::flags

Definition at line 250 of file primitives.h.

◆ lShiftC_16s

__lShiftC_16s_t primitives_t::lShiftC_16s

Definition at line 225 of file primitives.h.

◆ lShiftC_16s_inplace

__lShiftC_16s_inplace_t primitives_t::lShiftC_16s_inplace
Since
version 3.6.0

Definition at line 257 of file primitives.h.

◆ lShiftC_16u

__lShiftC_16u_t primitives_t::lShiftC_16u

Definition at line 226 of file primitives.h.

◆ orC_32u

__orC_32u_t primitives_t::orC_32u

Definition at line 223 of file primitives.h.

◆ RGBToAVC444YUV

__RGBToAVC444YUV_t primitives_t::RGBToAVC444YUV

Definition at line 247 of file primitives.h.

◆ RGBToAVC444YUVv2

__RGBToAVC444YUV_t primitives_t::RGBToAVC444YUVv2

Definition at line 248 of file primitives.h.

◆ RGBToRGB_16s8u_P3AC4R

__RGBToRGB_16s8u_P3AC4R_t primitives_t::RGBToRGB_16s8u_P3AC4R

Definition at line 239 of file primitives.h.

◆ RGBToYCbCr_16s16s_P3P3

__RGBToYCbCr_16s16s_P3P3_t primitives_t::RGBToYCbCr_16s16s_P3P3

Definition at line 238 of file primitives.h.

◆ RGBToYUV420_8u_P3AC4R

__RGBToYUV420_8u_P3AC4R_t primitives_t::RGBToYUV420_8u_P3AC4R

Definition at line 242 of file primitives.h.

◆ RGBToYUV444_8u_P3AC4R

__RGBToYUV444_8u_P3AC4R_t primitives_t::RGBToYUV444_8u_P3AC4R

Definition at line 243 of file primitives.h.

◆ rShiftC_16s

__rShiftC_16s_t primitives_t::rShiftC_16s

Definition at line 227 of file primitives.h.

◆ rShiftC_16u

__rShiftC_16u_t primitives_t::rShiftC_16u

Definition at line 228 of file primitives.h.

◆ set_32s

__set_32s_t primitives_t::set_32s

Definition at line 216 of file primitives.h.

◆ set_32u

__set_32u_t primitives_t::set_32u

Definition at line 217 of file primitives.h.

◆ set_8u

__set_8u_t primitives_t::set_8u

Definition at line 215 of file primitives.h.

◆ shiftC_16s

__shiftC_16s_t primitives_t::shiftC_16s

Definition at line 229 of file primitives.h.

◆ shiftC_16u

__shiftC_16u_t primitives_t::shiftC_16u

Definition at line 230 of file primitives.h.

◆ sign_16s

__sign_16s_t primitives_t::sign_16s

Definition at line 234 of file primitives.h.

◆ uninit

primitives_uninit_t primitives_t::uninit

Definition at line 251 of file primitives.h.

◆ yCbCrToRGB_16s16s_P3P3

__yCbCrToRGB_16s16s_P3P3_t primitives_t::yCbCrToRGB_16s16s_P3P3

Definition at line 237 of file primitives.h.

◆ yCbCrToRGB_16s8u_P3AC4R

__yCbCrToRGB_16s8u_P3AC4R_t primitives_t::yCbCrToRGB_16s8u_P3AC4R

Definition at line 236 of file primitives.h.

◆ YCoCgToRGB_8u_AC4R

__YCoCgToRGB_8u_AC4R_t primitives_t::YCoCgToRGB_8u_AC4R

Definition at line 240 of file primitives.h.

◆ YUV420CombineToYUV444

__YUV420CombineToYUV444_t primitives_t::YUV420CombineToYUV444

Definition at line 244 of file primitives.h.

◆ YUV420ToRGB_8u_P3AC4R

__YUV420ToRGB_8u_P3AC4R_t primitives_t::YUV420ToRGB_8u_P3AC4R

Definition at line 241 of file primitives.h.

◆ YUV444SplitToYUV420

__YUV444SplitToYUV420_t primitives_t::YUV444SplitToYUV420

Definition at line 245 of file primitives.h.

◆ YUV444ToRGB_8u_P3AC4R

__YUV444ToRGB_8u_P3AC4R_t primitives_t::YUV444ToRGB_8u_P3AC4R

Definition at line 246 of file primitives.h.

◆ zero

__zero_t primitives_t::zero

Definition at line 218 of file primitives.h.


The documentation for this struct was generated from the following file: