Searched defs:lnz (Results 1 – 5 of 5) sorted by relevance
/external/eigen/Eigen/src/UmfPackSupport/ |
D | UmfPackSupport.h | 73 inline int umfpack_get_lunz(int *lnz, int *unz, int *n_row, int *n_col, int *nz_udiag, void *Numeri… in umfpack_get_lunz() 78 inline int umfpack_get_lunz(int *lnz, int *unz, int *n_row, int *n_col, int *nz_udiag, void *Numeri… in umfpack_get_lunz()
|
/external/opencv3/3rdparty/libwebp/enc/ |
D | iterator.c | 192 const int tnz = it->nz_[0], lnz = it->nz_[-1]; in VP8IteratorNzToBytes() local
|
/external/webp/src/enc/ |
D | iterator.c | 231 const int tnz = it->nz_[0], lnz = it->nz_[-1]; in VP8IteratorNzToBytes() local
|
/external/webp/src/dec/ |
D | vp8.c | 457 uint8_t tnz, lnz; in ParseResiduals() local
|
/external/opencv3/3rdparty/libwebp/dec/ |
D | vp8.c | 560 PackedNz tnz, lnz; in ParseResiduals() local
|