代码搜索:Encoder
找到约 10,000 项符合「Encoder」的源代码
代码结果 10,000
www.eeworm.com/read/14735/405625
h colorspace.h
#ifndef _COLORSPACE_H
#define _COLORSPACE_H
#include "../portab.h"
/* initialize tables */
void colorspace_init(void);
/* input color conversion functions (encoder) */
typedef void
www.eeworm.com/read/15066/430783
readme
The file 'verify' is a simple Unix shell script. When run, (e.g. "csh
verify" or "verify" at the command line) it will compare output between
the encoder's picture sequence reconstruction and the d
www.eeworm.com/read/15079/431007
cpp dtmf_encode.cpp
/* dtmf_encode.c - DTMF Encoder Functions
This file is part of DTMFkit
Copyright (c) 2004 Joseph Battaglia
Permission is hereby granted, free of charge, to any per
www.eeworm.com/read/15079/431008
cpp dtmfencode.cpp
/* dtmf_encode.c - DTMF Encoder Functions
This file is part of DTMFkit
Copyright (c) 2004 Joseph Battaglia
Permission is hereby granted, free of charge, to any per
www.eeworm.com/read/15681/534092
readme
The file 'verify' is a simple Unix shell script. When run, (e.g. "csh
verify" or "verify" at the command line) it will compare output between
the encoder's picture sequence reconstruction and the dec
www.eeworm.com/read/17937/767682
v encod8_3_casex.v
//------------------------------------
//8 to 3 encoder using casex statement
//Filename : encod8_3_casex.v
//------------------------------------
module encod8_3_casex(y,i);
output [2:0] y;
inp
www.eeworm.com/read/491494/1189930
do runsim_1553.do
onbreak {resume}
quit -sim
if {![file exists work]} {
vlib work
}
vmap work work
vlog ../../../source/encoder_1553.v
vlog ../../../source/decoder_1553.v
vlog ../../../testbenc
www.eeworm.com/read/484064/1272380
h msmpeg4.h
/*
* MSMPEG4 backend for ffmpeg encoder and decoder
* copyright (c) 2007 Aurelien Jacobs
*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it
www.eeworm.com/read/479151/1337715
c capi.c
/*
* CAPI encoder/decoder for
* Portugal Telecom CAPI 2.0
*
* Copyright (C) 1996 Universidade de Lisboa
*
* Written by Pedro Roque Marques (roque@di.fc.ul.pt)
*
* This software may be used an
www.eeworm.com/read/471707/1426399
c utils.c
/* flac - Command-line FLAC encoder/decoder
* Copyright (C) 2002,2003,2004,2005 Josh Coalson
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the G