Searched refs:lut (Results 1 - 25 of 27) sorted by relevance

12

/external/kernel-headers/original/uapi/linux/
H A Dvsp1.h31 u32 lut[256]; member in struct:vsp1_lut_config
/external/opencv/cxcore/src/
H A Dcxlut.cpp51 type t0 = lut[src[i]]; \
52 type t1 = lut[src[i+1]]; \
56 t0 = lut[src[i+2]]; \
57 t1 = lut[src[i+3]]; \
64 type t0 = lut[src[i]]; \
72 type t0 = lut[src[i]*2]; \
73 type t1 = lut[src[i+1]*2 + 1]; \
81 type t0 = lut[src[i]*3]; \
82 type t1 = lut[src[i+1]*3 + 1]; \
83 type t2 = lut[sr
225 CvMat lutstub, *lut = (CvMat*)lutarr; local
[all...]
H A D_cxcore.h304 int dststep, CvSize size, const uchar* lut );
306 int dststep, CvSize size, const ushort* lut );
308 int dststep, CvSize size, const int* lut );
310 int dststep, CvSize size, const double* lut );
313 int dststep, CvSize size, const uchar* lut );
315 int dststep, CvSize size, const uchar* lut );
317 int dststep, CvSize size, const uchar* lut );
320 int dststep, CvSize size, const void* lut );
324 int dststep, CvSize size, const schar* lut )
327 dststep, size, (const uchar*)lut );
[all...]
H A Dcxconvert.cpp966 uchar lut[256]; local
973 lut[i] = CV_CAST_8U(t);
982 lut[i] = CV_CAST_8U(t);
986 dststep, size, lut );
1146 dsttype lut[256]; \
1158 lut[i] = cast_macro(t); \
1162 dststep*sizeof(dst[0]), size, lut ); \
1185 lut[i] = cast_macro(t); \
1189 dststep*sizeof(dst[0]), size, lut ); \
1264 dsttype lut[25
[all...]
H A Dcxmatmul.cpp1598 CvMat* lut = 0; local
1810 CV_CALL( lut = cvCreateMat( 1, 256, type ));
1814 uchar* ltab = lut->data.ptr;
1864 dst->step, size, lut->data.ptr );
1895 cvSize( src_len, 1 ), lut->data.ptr );
1919 cvReleaseMat( &lut ); variable
/external/chromium_org/third_party/qcms/src/
H A Diccread.c557 static void mAB_release(struct lutmABType *lut) argument
561 for (i = 0; i < lut->num_in_channels; i++){
562 free(lut->a_curves[i]);
564 for (i = 0; i < lut->num_out_channels; i++){
565 free(lut->b_curves[i]);
566 free(lut->m_curves[i]);
568 free(lut);
583 struct lutmABType *lut; local
639 lut = malloc(sizeof(struct lutmABType) + (clut_size) * sizeof(float));
640 if (!lut)
718 struct lutType *lut; local
1181 lut_release(struct lutType *lut) argument
[all...]
H A Dchain.c32 static struct matrix build_lut_matrix(struct lutType *lut) argument
35 if (lut) {
36 result.m[0][0] = s15Fixed16Number_to_float(lut->e00);
37 result.m[0][1] = s15Fixed16Number_to_float(lut->e01);
38 result.m[0][2] = s15Fixed16Number_to_float(lut->e02);
39 result.m[1][0] = s15Fixed16Number_to_float(lut->e10);
40 result.m[1][1] = s15Fixed16Number_to_float(lut->e11);
41 result.m[1][2] = s15Fixed16Number_to_float(lut->e12);
42 result.m[2][0] = s15Fixed16Number_to_float(lut->e20);
43 result.m[2][1] = s15Fixed16Number_to_float(lut
53 build_mAB_matrix(struct lutmABType *lut) argument
544 qcms_modular_transform_create_mAB(struct lutmABType *lut) argument
643 qcms_modular_transform_create_lut(struct lutType *lut) argument
984 float *lut = qcms_modular_transform_data(transform_list, src, dest, lutSize/3); local
[all...]
H A Dtransform.c1120 float* lut = NULL; local
1138 lut = qcms_chain_transform(in, out, src, dest, lutSize);
1139 if (lut) {
1140 transform->r_clut = &lut[0];
1141 transform->g_clut = &lut[1];
1142 transform->b_clut = &lut[2];
1154 if (src && lut != src) {
1157 if (dest && lut != dest) {
1161 if (lut == NULL) {
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmslut.c1260 void BlessLUT(cmsPipeline* lut) argument
1263 if (lut ->Elements != NULL) {
1267 First = cmsPipelineGetPtrToFirstStage(lut);
1268 Last = cmsPipelineGetPtrToLastStage(lut);
1270 if (First != NULL)lut ->InputChannels = First ->InputChannels;
1271 if (Last != NULL) lut ->OutputChannels = Last ->OutputChannels;
1280 cmsPipeline* lut = (cmsPipeline*) D; local
1285 From16ToFloat(In, &Storage[Phase][0], lut ->InputChannels);
1287 for (mpe = lut ->Elements;
1297 FromFloatTo16(&Storage[Phase][0], Out, lut
1306 cmsPipeline* lut = (cmsPipeline*) D; local
1356 cmsGetPipelineContextID(const cmsPipeline* lut) argument
1362 cmsPipelineInputChannels(const cmsPipeline* lut) argument
1368 cmsPipelineOutputChannels(const cmsPipeline* lut) argument
1375 cmsPipelineFree(cmsPipeline* lut) argument
1396 cmsPipelineEval16(const cmsUInt16Number In[], cmsUInt16Number Out[], const cmsPipeline* lut) argument
1404 cmsPipelineEvalFloat(const cmsFloat32Number In[], cmsFloat32Number Out[], const cmsPipeline* lut) argument
1413 cmsPipelineDup(const cmsPipeline* lut) argument
1462 cmsPipelineInsertStage(cmsPipeline* lut, cmsStageLoc loc, cmsStage* mpe) argument
1499 cmsPipelineUnlinkStage(cmsPipeline* lut, cmsStageLoc loc, cmsStage** mpe) argument
1581 cmsPipelineSetSaveAs8bitsFlag(cmsPipeline* lut, cmsBool On) argument
1590 cmsPipelineGetPtrToFirstStage(const cmsPipeline* lut) argument
1595 cmsPipelineGetPtrToLastStage(const cmsPipeline* lut) argument
1605 cmsPipelineStageCount(const cmsPipeline* lut) argument
1697 cmsPipelineEvalReverseFloat(cmsFloat32Number Target[], cmsFloat32Number Result[], cmsFloat32Number Hint[], const cmsPipeline* lut) argument
[all...]
H A Dcmsps2.c1051 cmsPipeline* lut = NULL; local
1075 // Read the lut with all necessary conversion stages
1076 lut = _cmsReadInputLUT(hProfile, Intent);
1077 if (lut == NULL) goto Error;
1081 if (cmsPipelineCheckAndRetreiveStages(lut, 2, cmsSigCurveSetElemType, cmsSigMatrixElemType, &Shaper, &Matrix)) {
1097 if (lut != NULL) cmsPipelineFree(lut);
1103 if (lut != NULL) cmsPipelineFree(lut);
H A Dcmsxform.c588 _cmsTRANSFORM* AllocEmptyTransform(cmsContext ContextID, cmsPipeline* lut, argument
599 p ->Lut = lut;
H A Dcmstypes.c1616 cmsBool Read8bitTables(cmsContext ContextID, cmsIOHANDLER* io, cmsPipeline* lut, int nChannels) argument
1646 if (!cmsPipelineInsertStage(lut, cmsAT_END, cmsStageAllocToneCurves(ContextID, nChannels, Tables)))
1731 // 8 bit lut may be scaled easely to v4 PCS, but we need also to properly adjust
1963 cmsBool Read16bitTables(cmsContext ContextID, cmsIOHANDLER* io, cmsPipeline* lut, int nChannels, int nEntries) argument
1988 if (!cmsPipelineInsertStage(lut, cmsAT_END, cmsStageAllocToneCurves(ContextID, nChannels, Tables)))
2958 a lut tag. The second colorant listed is the colorant of the second device channel
2959 of a lut tag, and so on.
/external/chromium_org/third_party/libwebp/utils/
H A Dquant_levels_dec.c158 static void InitCorrectionLUT(int16_t* const lut, int min_dist) { argument
175 lut[+i] = +c;
176 lut[-i] = -c;
178 lut[0] = 0;
/external/webp/src/utils/
H A Dquant_levels_dec.c158 static void InitCorrectionLUT(int16_t* const lut, int min_dist) { argument
175 lut[+i] = +c;
176 lut[-i] = -c;
178 lut[0] = 0;
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DImageBuffer.cpp332 const uint8_t* lut = ColorSpaceUtilities::getConversionLUT(dstColorSpace, srcColorSpace); local
333 if (!lut)
336 return adoptRef(SkTableColorFilter::CreateARGB(0, lut, lut, lut));
/external/chromium_org/third_party/skia/src/core/
H A DSkMaskGamma.h217 * If APPLY_LUT is true, returns lut[component].
220 * @lut a look-up table which transforms the component.
225 template<> /*static*/ inline U8CPU sk_apply_lut_if<true>(U8CPU component, const uint8_t* lut) { argument
226 return lut[component];
H A DSkScalerContext.cpp240 static void applyLUTToA8Mask(const SkMask& mask, const uint8_t* lut) { argument
246 dst[x] = lut[dst[x]];
/external/opencv/cv/src/
H A Dcvdistransform.cpp629 uchar lut[256]; local
642 lut[x] = CV_CAST_8U(x+1);
649 dbase[x] = (uchar)(sbase[x] == 0 ? 0 : lut[dbase[x-1]]);
657 a = sbase[0] == 0 ? 0 : lut[dbase[-dststep]];
662 a = sbase[x] == 0 ? 0 : lut[MIN(a, dbase[x - dststep])];
674 a = lut[a];
684 a = lut[dbase[width-1+dststep]];
690 a = lut[MIN(a, b)];
H A Dcvhistogram.cpp2314 CvMat* lut = 0; local
2332 CV_CALL( lut = cvCreateMat( 1, 256, CV_8UC1 ));
2341 lut->data.ptr[i] = (uchar)cvRound(sum*scale);
2344 lut->data.ptr[0] = 0;
2345 CV_CALL( cvLUT( src, dst, lut ));
2350 cvReleaseMat(&lut);
/external/skia/src/core/
H A DSkMaskGamma.h219 * If APPLY_LUT is true, returns lut[component].
222 * @lut a look-up table which transforms the component.
227 template<> /*static*/ inline U8CPU sk_apply_lut_if<true>(U8CPU component, const uint8_t* lut) { argument
228 return lut[component];
H A DSkScalerContext.cpp414 static void applyLUTToA8Mask(const SkMask& mask, const uint8_t* lut) { argument
420 dst[x] = lut[dst[x]];
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/include/
H A Dlcms2.h1185 CMSAPI void CMSEXPORT cmsPipelineFree(cmsPipeline* lut);
1188 CMSAPI cmsContext CMSEXPORT cmsGetPipelineContextID(const cmsPipeline* lut);
1189 CMSAPI cmsUInt32Number CMSEXPORT cmsPipelineInputChannels(const cmsPipeline* lut);
1190 CMSAPI cmsUInt32Number CMSEXPORT cmsPipelineOutputChannels(const cmsPipeline* lut);
1192 CMSAPI cmsUInt32Number CMSEXPORT cmsPipelineStageCount(const cmsPipeline* lut);
1193 CMSAPI cmsStage* CMSEXPORT cmsPipelineGetPtrToFirstStage(const cmsPipeline* lut);
1194 CMSAPI cmsStage* CMSEXPORT cmsPipelineGetPtrToLastStage(const cmsPipeline* lut);
1196 CMSAPI void CMSEXPORT cmsPipelineEval16(const cmsUInt16Number In[], cmsUInt16Number Out[], const cmsPipeline* lut);
1197 CMSAPI void CMSEXPORT cmsPipelineEvalFloat(const cmsFloat32Number In[], cmsFloat32Number Out[], const cmsPipeline* lut);
1198 CMSAPI cmsBool CMSEXPORT cmsPipelineEvalReverseFloat(cmsFloat32Number Target[], cmsFloat32Number Result[], cmsFloat32Number Hint[], const cmsPipeline* lut);
[all...]
/external/pdfium/core/src/fxge/dib/
H A Dfx_dib_convert.cpp168 void _Obtain_Pal(FX_DWORD* aLut, FX_DWORD*cLut, FX_DWORD* dest_pal, int pal_type, FX_DWORD* win_mac_pal, FX_DWORD lut) argument
171 FX_DWORD lut_1 = lut - 1;
543 int lut = palette.Getlut(); local
545 if (lut > 256) {
547 int lut_256 = lut - 256;
567 FX_INT32 lut_1 = lut - 1;
/external/opencv/cxcore/include/
H A Dcxcore.h1442 CVAPI(void) cvLUT( const CvArr* src, CvArr* dst, const CvArr* lut );
/external/chromium_org/third_party/libjingle/source/talk/media/testdata/
H A Dvoice.rtpdump9 ��pjwidfrvrny|xuo���������rks��|�tolinlno}xadl���w������������ji~���wpn������qmx���w{��~qhg]sw}sqjlmjwet���zr����������|ux~��u����pkv����|��������tluu~owzusmegdp���5�9b�4����pj���korqf]al��qlhl����r���������u����mgh|��rmv���������s����f_ar{�ne_m��wc_u����lut����tnnz��~lbx���{u�����n���|igmow��y�u���qmo��~khifhkb^tztgal��������������r��I�9c�4�J��pj���}zz���}snt��������ylhn{n�y�����oim{oak�~ojmmr~����x��������jllx�{�{xxq������������sy~oqk`_amchome__n������hz�����~�����piet�������������xkuw}���md~���tr�����_�9d�4���pj~�tifdgelle]`m�������������y��zogh���yvt��������kq��vkm������{��znwo���omo}}znrbdeilsfpm�{���wz�������������������|��ukck�{ed`v��qrv���in��}nx������{lqxz��~gjk��s�9e�4����pj�m�tks�|�jnn{odde�ttwu������������ov����vhfcgmr���~���������{poxnomunjjs|�nl����}vrwon{wq^^elgfdh|������������wxz�����ohr�yx�w||tz���yms�������nlt���fchoy}x������9f�4�*��pj{����on��������zy�����w���re`h����|qo����������oiw�|h[do�symvztmm��}nt����lj���rf_bmkjm�{~�����t}|qlpotlnr|lijlchn����lx��uml��������tbfq���u����n�����������������9g�4�ʎ�pjzoyy���}hjinx���sn}����|y��}p���{mf��|nkype]iu���ywrwimfnsxunhqnn�����q}��������������������{���wmih`ejip�z{w������wllwmjdeh�����{�}x����}mtuhemjk�����y|q{y�����9h�4�j��pjlgdgmw|nollr�w�����������������z���|u|��ujhgxx����}zo�y�jjalx�qjgv���kew������������{����vx���~mrq���m]_krbZYY_dg^[^n���������������������bae~zc^d|���������������€9i�4�

Completed in 632 milliseconds

12