Home
last modified time | relevance | path

Searched refs:ComponentType (Results 1 – 7 of 7) sorted by relevance

/external/dng_sdk/source/
Ddng_lossless_jpeg.cpp368 typedef uint16 ComponentType; // the type of image components typedef
370 typedef ComponentType *MCU; // MCU - array of samples
1225 int32 mcuSize = info.compsInScan * (uint32) sizeof (ComponentType); in DecoderStructInit()
1236 mcuROW1 [0] = (ComponentType *) mcuBuffer3.Buffer (); in DecoderStructInit()
1237 mcuROW2 [0] = (ComponentType *) mcuBuffer4.Buffer (); in DecoderStructInit()
1773 curRowBuf [0] [curComp] = (ComponentType) (d + (1 << (Pr-Pt-1))); in DecodeFirstRow()
1817 curRowBuf [col] [curComp] = (ComponentType) (d + curRowBuf [col-1] [curComp]); in DecodeFirstRow()
1939 curRowBuf [col] [0] = (ComponentType) p0; in DecodeImage()
1969 curRowBuf [col + 1] [0] = (ComponentType) p0; in DecodeImage()
1999 curRowBuf [col ] [1] = (ComponentType) p1; in DecodeImage()
[all …]
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
Ddxbc_parse.cpp80 param.ComponentType = (D3D_REGISTER_COMPONENT_TYPE)bswap_le32(sig->elements[i].component_type); in dxbc_parse_signature()
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_from_sm4.h175 D3D_REGISTER_COMPONENT_TYPE ComponentType; member
/external/parameter-framework/
DLibParameter.mk64 upstream/parameter/ComponentType.cpp \
/external/parameter-framework/upstream/parameter/
DCMakeLists.txt48 ComponentType.cpp
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
Dd3d11shader.idl53 D3D_REGISTER_COMPONENT_TYPE ComponentType;
Dd3d10shader.idl87 D3D_REGISTER_COMPONENT_TYPE ComponentType;