Searched refs:lPermutations (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dinvert.c78 OPJ_UINT32 * lPermutations = 00; local
85 lPermutations = (OPJ_UINT32 *) l_data;
87 memset(lPermutations,0,l_permutation_size);
89 if(! opj_lupDecompose(pSrcMatrix,lPermutations,l_double_data,nb_compo)) {
94 opj_lupInvert(pSrcMatrix,pDestMatrix,nb_compo,lPermutations,l_double_data,l_double_data + nb_compo,l_double_data + 2*nb_compo);

Completed in 25 milliseconds