代码搜索:lifting
找到约 395 项符合「lifting」的源代码
代码结果 395
www.eeworm.com/read/277603/10616275
rar lifting.rar
www.eeworm.com/read/342073/12043675
c lifting.c
#include "spiht.h"
#include "spihtdecode.h"
int QccWAVLiftingSchemeInitialize(QccWAVLiftingScheme *lifting_scheme)
{
if (lifting_scheme == NULL)
return(0);
QccStringMakeNull(liftin
www.eeworm.com/read/205541/15314099
c lifting.c
/*****************************************************************************/
/* Author: Brendt Wohlberg (Los Alamos National Laboratory). */
/* Copyright 2001 University of Califo
www.eeworm.com/read/205541/15314102
h lifting.h
/*****************************************************************************/
/* Author: Brendt Wohlberg (Los Alamos National Laboratory). */
/* Copyright 2001 University of Califo
www.eeworm.com/read/477371/1361500
c lifting.c
/*
*
* QccPack: Quantization, compression, and coding libraries
* Copyright (C) 1997-2009 James E. Fowler
*
* This library is free software; you can redistribute it and/or
* modify it under t
www.eeworm.com/read/461213/1553995
c lifting.c
/*
*
* QccPack: Quantization, compression, and coding libraries
* Copyright (C) 1997-2005 James E. Fowler
*
* This library is free software; you can redistribute it and/or
* modify it under t
www.eeworm.com/read/206142/5011011
c lifting.c
/*
*
* QccPack: Quantization, compression, and coding libraries
* Copyright (C) 1997-2007 James E. Fowler
*
* This library is free software; you can redistribute it and/or
* modify it under t
www.eeworm.com/read/134697/13976197
h lifting.h
#include
/**
\file
This file contains code to implement Lifting Scheme wavelets.
Lifting Scheme wavelets are described in Wim Sweldens' tutorial
paper Building Your
www.eeworm.com/read/375399/9361906
m lifting_quincunx.m
function [h0,h1] = lifting_quincunx(f, flag)
% compute the analysis filters from lifting steps based on quincunx sampling
% assume the first lifting step is from the zeroth channel to the first chan
www.eeworm.com/read/168046/9940985
h lifting53.h
# ifndef __LIFTING_5_3
# define __LIFTING_5_3
int wavelet_analysis( int * data, int n, // original data
int * approximation, // approximation coefficients
int * detail );