代码搜索:Encoder
找到约 10,000 项符合「Encoder」的源代码
代码结果 10,000
www.eeworm.com/read/277636/4153397
c encoder.c
#include "encoder.h"
#include "global.h"
#include "enc_image.h"
#include "motion.h"
#include "ratecontrol.h"
#include "bitstream.h"
#include "mbfunctions.h"
#include "quant_matrix.h"
// adde
www.eeworm.com/read/274140/4188378
h encoder.h
/* libOggFLAC++ - Free Lossless Audio Codec + Ogg library
* Copyright (C) 2002,2003,2004,2005 Josh Coalson
*
* Redistribution and use in source and binary forms, with or without
* modificatio
www.eeworm.com/read/274140/4188408
h encoder.h
/* libFLAC++ - Free Lossless Audio Codec library
* Copyright (C) 2002,2003,2004,2005 Josh Coalson
*
* Redistribution and use in source and binary forms, with or without
* modification, are pe
www.eeworm.com/read/272939/4213857
c encoder.c
/***************************************************************************
**
** ITU-T Wideband Coder Candidate (G.WB) Source Code
**
**
www.eeworm.com/read/268818/4249554
v encoder.v
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|12 Jun 2002 16:30:52 -0000
vti_extenderversion:SR|5.0.2.4330
vti_lineageid:SR|{23A143DE-436E-49F0-9C57-B8FB2964B5E2}
vti_cacheddtm:TX|12 Jun 2002 16
www.eeworm.com/read/268818/4249571
v encoder.v
module encoder (Code, Data);
output [2: 0] Code;
input [7: 0] Data;
reg [2: 0] Code;
always @ (Data)
begin
if (Data == 8'b00000001) Code = 0; else
if (Data == 8
www.eeworm.com/read/436798/1844915
java encoder.java
package ie.omk.smpp.message.tlv;
/**
* Interface for a value type encoder. Implementations of this interface are
* responsible for encoding Java types to byte arrays for optional parameter
* value
www.eeworm.com/read/433950/1875381
java encoder.java
/**
*
* Title: Smgp协议TLV结构解析
* Description: 编码接口
* Copyright: Copyright (c) 2007
* Company: 福富软件
* @author chenxin
* @version 1.0 $Date 2007-07-03
*/
package ffcs.
www.eeworm.com/read/432139/1896087
cfg encoder.cfg
# Scalable H.264/AVC Extension Configuration File
#============================== GENERAL ==============================
OutputFile test.264 # Bitstream file
FrameRate
www.eeworm.com/read/427736/1966961
java encoder.java
package SevenZip.Compression.RangeCoder;
import java.io.IOException;
public class Encoder
{
static final int kTopMask = ~((1