qccwavsubbandpyramidintrasterscan.3

来自「spiht for linux this is used to decod an」· 3 代码 · 共 59 行

3
59
字号
.TH QCCWAVSUBBANDPYRAMIDINTRASTERSCAN 3 "QCCPACK" "".SH NAMEQccWAVSubbandPyramidIntRasterScan, QccWAVSubbandPyramidIntInverseRasterScan \- raster scanning of integer-valued subband-pyramid subbands.SH SYNOPSIS.B #include "libQccPack.h".sp.BI "int QccWAVSubbandPyramidIntRasterScan(const QccWAVSubbandPyramidInt *" subband_pyramid ", QccVectorInt " scanned_coefficients );.br.BI "int QccWAVSubbandPyramidIntInverseRasterScan(QccWAVSubbandPyramidInt *" subband_pyramid ", const QccVectorInt " scanned_coefficients );.SH DESCRIPTION.BR QccWAVSubbandPyramidIntRasterScan()performs a raster scan on each subband in.IR subband_pyramid ,returning the scanned coefficients in.IR scanned_coefficients .Each subband is scanned from upper left to lower right, and the subbandsare scanned starting with the baseband and going to the highest-frequencysubbands..LP.BR QccWAVSubbandPyramidIntInverseRasterScan()reverses the raster-scan process, filling.I subband_pyramidwith the cofficients from.IR scanned_coefficients ..LPFor both of these routines,.I subband_pyramidand.I scanned_coefficientsmust be allocated before the routines are called..SH "RETURN VALUES"These routinesreturn 0 on success and 1 on error..SH "SEE ALSO".BR QccWAVSubbandPyramidInt (3),.BR QccWAVWavelet (3),.BR QccPackWAV (3),.BR QccPack (3).LP.SH AUTHORCopyright (C) 1997-2009  James E. Fowler.\"  The programs herein are free software; you can redistribute them an.or.\"  modify them under the terms of the GNU General Public License.\"  as published by the Free Software Foundation; either version 2.\"  of the License, or (at your option) any later version..\"  .\"  These programs are distributed in the hope that they will be useful,.\"  but WITHOUT ANY WARRANTY; without even the implied warranty of.\"  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the.\"  GNU General Public License for more details..\"  .\"  You should have received a copy of the GNU General Public License.\"  along with these programs; if not, write to the Free Software.\"  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?