代码搜索:coded
找到约 2,797 项符合「coded」的源代码
代码结果 2,797
www.eeworm.com/read/102077/15793393
c coder_sh_o1.c
//#define PACK_SIGNS //helps about 0.007
//#define LOG
//#define DEBUG
/*********
SH_O1 : Static-Huff Order1 (not sigbit)
(similar to _o1_sb_ the older arithcoder version)
compression
www.eeworm.com/read/168886/9890231
c getpic.c
/* Copyright (C) 1996, MPEG Software Simulation Group. All Rights Reserved. */
/*
* Disclaimer of Warranty
*
* These software programs are available to the user without any license fee or
*
www.eeworm.com/read/244097/12888733
h mpegaudio.h
/**
* @file mpegaudio.h
* mpeg audio declarations for both encoder and decoder.
*/
/* max frame size, in samples */
#define MPA_FRAME_SIZE 1152
/* max compressed frame size */
#define MPA_MAX_CO
www.eeworm.com/read/136753/13362606
c mp4_direct_yuv2rgb.c
/********************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under th
www.eeworm.com/read/321495/13404046
c mp4_enc.c
#include
#include
#include
#include
#include
#include
#include
#include
#include "senddat
www.eeworm.com/read/302667/13829371
m tx_conv_encoder.m
function coded_bit=tx_conv_encoder(in_bit)
global sim_consts;
if sim_consts.ConvCodeRate == 1/2
trel = poly2trellis(3,[6 7]); % Define trellis.
coded_bit = convenc(in_bit,trel); % Encode
www.eeworm.com/read/302667/13829410
m tx_conv_encoder.m
function coded_bit=tx_conv_encoder(in_bit)
global sim_consts;
if sim_consts.ConvCodeRate == 1/2
trel = poly2trellis(3,[6 7]); % Define trellis.
coded_bit = convenc(in_bit,trel); % Encode
www.eeworm.com/read/136821/5851767
h mpegaudio.h
/* mpeg audio declarations for both encoder and decoder */
/* max frame size, in samples */
#define MPA_FRAME_SIZE 1152
/* max compressed frame size */
#define MPA_MAX_CODED_FRAME_SIZE 1792
#defin
www.eeworm.com/read/344048/11911253
m ldpc.m
H = [0 1 0 0 1 0 1 0 0 0 0 0 0 0 1 0 1 0 1 0;
1 0 1 0 0 0 0 1 1 0 0 1 0 0 0 0 0 1 0 0;
0 0 0 1 0 1 0 0 0 1 0 0 0 1 1 0 0 1 0 0;
0 0 0 0 0 1 0 1 0 0 1 0 1 0 0 0 1 0 0 1;
0 0 0 1
www.eeworm.com/read/108518/15584667
c getpic.c
/* Copyright (C) 1996, MPEG Software Simulation Group. All Rights Reserved. */
/*
* Disclaimer of Warranty
*
* These software programs are available to the user without any license fee or
*