代码搜索:Fast
找到约 10,000 项符合「Fast」的源代码
代码结果 10,000
www.eeworm.com/read/259276/4344824
h idct.h
// idct.h //
#ifndef _IDCT_H_
#define _IDCT_H_
#ifdef _INTEL_IDCT_
#define Fast_IDCT idct
#endif // _INTEL_IDCT_
#endif // _IDCT_H_
www.eeworm.com/read/252707/4401887
runstylizer
#!/bin/csh
#
# Use the fast start (-f) option on the run command so that it doesn't
# read the .cshrc and overwrite the path.
source ../../env.cfg
set MODE = "echo"
if ($1 == "-q") then
set MODE
www.eeworm.com/read/162614/5540586
s inffast.s
/*
* inffast.S is a hand tuned assembler version of:
*
* inffast.c -- fast decoding
* Copyright (C) 1995-2003 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h