Home
last modified time | relevance | path

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

/external/libvncserver/common/
Dturbojpeg.c92 struct jpeg_source_mgr jsrc; member
655 this->dinfo.src=&this->jsrc; in _tjInitDecompress()
656 this->jsrc.init_source=src_noop; in _tjInitDecompress()
657 this->jsrc.fill_input_buffer=fill_input_buffer; in _tjInitDecompress()
658 this->jsrc.skip_input_data=skip_input_data; in _tjInitDecompress()
659 this->jsrc.resync_to_restart=jpeg_resync_to_restart; in _tjInitDecompress()
660 this->jsrc.term_source=src_noop; in _tjInitDecompress()
700 this->jsrc.bytes_in_buffer=jpegSize; in tjDecompressHeader2()
701 this->jsrc.next_input_byte=jpegBuf; in tjDecompressHeader2()
772 this->jsrc.bytes_in_buffer=jpegSize; in tjDecompress2()
[all …]
/external/eigen/Eigen/src/SparseCore/
DSparsePermutation.h70 Index jsrc = ((Side==OnTheRight) ^ Transposed) ? jp : j;
72 for(typename MatrixTypeNestedCleaned::InnerIterator it(m_matrix,jsrc); it; ++it)