Home
last modified time | relevance | path

Searched refs:jdst (Results 1 – 2 of 2) sorted by relevance

/external/libvncserver/common/
Dturbojpeg.c91 struct jpeg_destination_mgr jdst; member
475 this->cinfo.dest=&this->jdst; in _tjInitCompress()
476 this->jdst.init_destination=dst_noop; in _tjInitCompress()
477 this->jdst.empty_output_buffer=empty_output_buffer; in _tjInitCompress()
478 this->jdst.term_destination=dst_noop; in _tjInitCompress()
585 this->jdst.next_output_byte=*jpegBuf; in tjCompress2()
586 this->jdst.free_in_buffer=tjBufSize(width, height, jpegSubsamp); in tjCompress2()
603 -(unsigned long)(this->jdst.free_in_buffer); in tjCompress2()
/external/eigen/Eigen/src/SparseCore/
DSparsePermutation.h55 Index jdst = ((Side==OnTheLeft) ^ Transposed) ? jp : j;
57 tmp.insertByOuterInner(jdst,it.index()) = it.value();