Lines Matching refs:OPJ_UINT32
38 OPJ_UINT32 * permutations,
40 OPJ_UINT32 nb_compo);
47 OPJ_UINT32* pPermutations,
48 OPJ_UINT32 nb_compo,
56 OPJ_UINT32 nb_compo,
57 OPJ_UINT32 * pPermutations,
72 OPJ_UINT32 nb_compo) in opj_matrix_inversion_f()
75 OPJ_UINT32 l_permutation_size = nb_compo * (OPJ_UINT32)sizeof(OPJ_UINT32); in opj_matrix_inversion_f()
76 OPJ_UINT32 l_swap_size = nb_compo * (OPJ_UINT32)sizeof(OPJ_FLOAT32); in opj_matrix_inversion_f()
77 OPJ_UINT32 l_total_size = l_permutation_size + 3 * l_swap_size; in opj_matrix_inversion_f()
78 OPJ_UINT32 * lPermutations = 00; in opj_matrix_inversion_f()
85 lPermutations = (OPJ_UINT32 *) l_data; in opj_matrix_inversion_f()
108 OPJ_UINT32 * permutations, in opj_lupDecompose()
110 OPJ_UINT32 nb_compo) in opj_lupDecompose()
112 OPJ_UINT32 * tmpPermutations = permutations; in opj_lupDecompose()
113 OPJ_UINT32 * dstPermutations; in opj_lupDecompose()
114 OPJ_UINT32 k2 = 0, t; in opj_lupDecompose()
116 OPJ_UINT32 i, j, k; in opj_lupDecompose()
118 OPJ_UINT32 lLastColum = nb_compo - 1; in opj_lupDecompose()
119 OPJ_UINT32 lSwapSize = nb_compo * (OPJ_UINT32)sizeof(OPJ_FLOAT32); in opj_lupDecompose()
122 OPJ_UINT32 offset = 1; in opj_lupDecompose()
123 OPJ_UINT32 lStride = nb_compo - 1; in opj_lupDecompose()
211 OPJ_UINT32* pPermutations, in opj_lupSolve()
212 OPJ_UINT32 nb_compo, OPJ_FLOAT32 * p_intermediate_data) in opj_lupSolve()
215 OPJ_UINT32 i, j; in opj_lupSolve()
218 OPJ_UINT32 lStride = nb_compo + 1; in opj_lupSolve()
226 OPJ_UINT32 * lCurrentPermutationPtr = pPermutations; in opj_lupSolve()
258 for (j = (OPJ_UINT32)(k + 1); j < nb_compo; ++j) { in opj_lupSolve()
271 OPJ_UINT32 nb_compo, in opj_lupInvert()
272 OPJ_UINT32 * pPermutations, in opj_lupInvert()
277 OPJ_UINT32 j, i; in opj_lupInvert()
280 OPJ_UINT32 lSwapSize = nb_compo * (OPJ_UINT32)sizeof(OPJ_FLOAT32); in opj_lupInvert()