代码搜索:Fast
找到约 10,000 项符合「Fast」的源代码
代码结果 10,000
www.eeworm.com/read/14659/401590
v shannon_fast.v
module shannon_fast (in0, in1, in2, late, en, out);
input [7 : 0] in0, in1, in2;
input late, en;
output out;
wire late_eq_0, late_eq_1;
assign late_eq_0 = ((in0+in1) == in
www.eeworm.com/read/15102/431355
c fast_copy.c
/**************************************************************************
* *
* This code has been developed by John Funnel
www.eeworm.com/read/15135/433100
h fast_me.h
/*!
************************************************************************
* \brief
* Macro definitions and global variables for fast integer pel motion
* estimation and fractional pel moti
www.eeworm.com/read/15135/433144
c fast_me.c
/*
***********************************************************************
* COPYRIGHT AND WARRANTY INFORMATION
*
* Copyright 2001, International Telecommunications Union, Geneva
*
* DISCLAIMER
www.eeworm.com/read/15140/433474
c fast_copy.c
/**************************************************************************
* *
* This code has been developed by John Funnel
www.eeworm.com/read/15660/530076
c fast_copy.c
#include "postprocess_mmx.h"
void fast_copy(unsigned char *src, int src_stride,
unsigned char *dst, int dst_stride,
int horizontal_size, int vertical_
www.eeworm.com/read/15710/535369
c fast_copy.c
#include "postprocess_mmx.h"
void fast_copy(unsigned char *src, int src_stride,
unsigned char *dst, int dst_stride,
int horizontal_size, int vertical_
www.eeworm.com/read/15784/539788
c fast_copy.c
/**************************************************************************
* *
* This code has been developed by John Funnel
www.eeworm.com/read/15892/554525
c fast_copy.c
/**************************************************************************
* *
* This code has been developed by John Funnel
www.eeworm.com/read/15915/559074