代码搜索:iDCT

找到约 2,116 项符合「iDCT」的源代码

代码结果 2,116
www.eeworm.com/read/14187/321394

plo idct_idct.plo

idct_idct.lo idct_idct.o: idct_idct.cpp ../include/idct.hpp ../include/idct.hpp:
www.eeworm.com/read/14187/321481

cpp idct_idct.cpp

/* * The contents of this file are subject to the Mozilla Public * License Version 1.1 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of
www.eeworm.com/read/411796/11226305

m idct2.m

function y = idct2(x) t = idct(x); t = idct(t'); y = t';
www.eeworm.com/read/285309/8851341

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/169946/9829932

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/458176/7302979

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/139842/5796773

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/292177/8369581

c idct.c

/************************************************************************ * * idct.c, inverse fast DCT for tmndecode (H.263 decoder) */ /**************************************************
www.eeworm.com/read/292177/8369710

c idct.c

/************************************************************************ * * idct.c, inverse fast DCT for tmndecode (H.263 decoder) */ /**************************************************
www.eeworm.com/read/188503/8534722

c idct.c

/* idct.c, this file is part of the * AltiVec optimized library for MJPEG tools MPEG-1/2 Video Encoder * Copyright (C) 2003 James Klicman * * This library is free software; yo