代码搜索:Encoder
找到约 10,000 项符合「Encoder」的源代码
代码结果 10,000
www.eeworm.com/read/140255/13093988
c mdct.c
/*
(c) Copyright 1998, 1999 - Tord Jansson
=======================================
This file is part of the BladeEnc MP3 Encoder, based on
ISO's reference code for MPEG Layer 3 compres
www.eeworm.com/read/140255/13093993
c main.c
/*
(c) Copyright 1998, 1999 - Tord Jansson
=======================================
This file is part of the BladeEnc MP3 Encoder, based on
ISO's reference code for MPEG Layer 3 compres
www.eeworm.com/read/140255/13094005
c common.c
/*
(c) Copyright 1998, 1999 - Tord Jansson
=======================================
This file is part of the BladeEnc MP3 Encoder, based on
ISO's reference code for MPEG Layer 3 compres
www.eeworm.com/read/140255/13094011
h huffman.h
/*
(c) Copyright 1998, 1999 - Tord Jansson
=======================================
This file is part of the BladeEnc MP3 Encoder, based on
ISO's reference code for MPEG Layer 3 compres
www.eeworm.com/read/140255/13094043
c bladtab.c
/*
(c) Copyright 1998, 1999 - Tord Jansson
=======================================
This file is part of the BladeEnc MP3 Encoder, based on
ISO's reference code for MPEG Layer 3 compres
www.eeworm.com/read/325932/13173943
makefile
###
### Makefile for AVS encoder
###
###
NAME= lencod
### include debug information: 1=yes, 0=no
#DBG= 0
DEPEND= dependencies
BINDIR= ../bin
INCDIR= inc
SRCDIR= src
OBJDIR
www.eeworm.com/read/325486/13201331
java huffman.java
// Introduced in Chapter 17
/** Huffman encoder/decoder. */
public class Huffman {
/** The root of the Huffman tree. */
private HuffmanNode root;
/** Direct addressing table mapping characters
www.eeworm.com/read/240536/13214763
cpp bchenco192.cpp
/******************************************
BCH(192,116,21) ENCODER
由本原BCH(255,179,21)截取
*******************************************/
#include
#define N 192
#defi
www.eeworm.com/read/323757/13322356
c mpegvideo_mmx.c
/*
* The simplest mpeg encoder (well, it was the simplest!)
* Copyright (c) 2000,2001 Fabrice Bellard.
*
* This library is free software; you can redistribute it and/or
* modify it under the term
www.eeworm.com/read/137285/13334960
h ra.h
/*
RA.h
I want a structure to define the code
which is given to an encoder or a decoder
In the decoder, there are state variables q, f, b,
etc. LUMP WITH: a structure