代码搜索:linear
找到约 10,000 项符合「linear」的源代码
代码结果 10,000
www.eeworm.com/read/262041/4316298
h linear.h
#ifndef _LINEAR_H
#define _LINEAR_H
#include
struct dev_info {
mdk_rdev_t *rdev;
sector_t size;
sector_t offset;
};
typedef struct dev_info dev_info_t;
struct lin
www.eeworm.com/read/258653/4352864
c linear.c
/**
* Copyright (C) 2002 Billy Biggs .
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* Licens
www.eeworm.com/read/161121/5560059
h linear.h
#ifndef _LINEAR_H
#define _LINEAR_H
#include
struct dev_info {
kdev_t dev;
unsigned long size;
unsigned long offset;
};
typedef struct dev_info dev_info_t;
struct linear_hash
www.eeworm.com/read/159825/5580806
h linear.h
#ifndef _LINEAR_H
#define _LINEAR_H
struct linear_hash
{
struct real_dev *dev0, *dev1;
};
struct linear_data
{
struct linear_hash *hash_table; /* Dynamically allocated */
struct r
www.eeworm.com/read/154890/5632714
hh linear.hh
/*********************************************************************
libvideogfx/graphics/filters/linear.hh
purpose:
linear filters:
- LowPass ( 0 1 0 / 1 4 1 / 0 1 0 )
- LowPass (
www.eeworm.com/read/154890/5632717
cc linear.cc
/*
* linear.cc
*/
#include
#include
#include "linear.hh"
void LowPass_5pt(const Image_YUV& img,Image_YUV& dest)
{
// Get image parameters and assure that t
www.eeworm.com/read/154890/5632874
hh linear.hh
/*********************************************************************
libvideogfx/graphics/filters/linear.hh
purpose:
linear filters:
- LowPass ( 0 1 0 / 1 4 1 / 0 1 0 )
- LowPass (
www.eeworm.com/read/154890/5632877
cc linear.cc
/*
* linear.cc
*/
#include
#include
#include "linear.hh"
void LowPass_5pt(const Image_YUV& img,Image_YUV& dest)
{
// Get image parameters and assure that t
www.eeworm.com/read/474070/6830144