HomeSort by relevance Sort by last modified time
    Searched defs:jdst (Results 1 - 2 of 2) sorted by null

  /external/eigen/Eigen/src/SparseCore/
SparsePermutation.h 71 Index jdst = ((Side==OnTheLeft) ^ Transposed) ? jp : j; local
73 tmp.insertByOuterInner(jdst,it.index()) = it.value();
  /external/libvncserver/common/
turbojpeg.c 91 struct jpeg_destination_mgr jdst; member in struct:_tjinstance
475 this->cinfo.dest=&this->jdst;
476 this->jdst.init_destination=dst_noop;
477 this->jdst.empty_output_buffer=empty_output_buffer;
478 this->jdst.term_destination=dst_noop;
585 this->jdst.next_output_byte=*jpegBuf;
586 this->jdst.free_in_buffer=tjBufSize(width, height, jpegSubsamp);
603 -(unsigned long)(this->jdst.free_in_buffer);

Completed in 554 milliseconds