Searched defs:matrice (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/third_party/libopenjpeg20/
H A Dtcd.c305 OPJ_INT32 value; /*, matrice[tcd_tcp->numlayers][tcd_tile->comps[0].numresolutions][3]; */
306 OPJ_INT32 matrice[10][10][3]; local
319 matrice[i][j][k] =
343 value = matrice[layno][resno][bandno];
350 value = matrice[layno][resno][bandno] - matrice[layno - 1][resno][bandno];
351 if (imsb >= matrice[layno - 1][resno][bandno]) {
352 value -= (imsb - matrice[layno - 1][resno][bandno]);

Completed in 151 milliseconds