代码搜索:Video Codec
找到约 10,000 项符合「Video Codec」的源代码
代码结果 10,000
www.eeworm.com/read/398188/8000375
mak codec.mak
/************* Code Composer V1 Project Data ********************
The following section contains data generated by Code Composer
to store project information like build options, source filenames
www.eeworm.com/read/197222/8011157
h codec.h
#ifndef _CODEC_H_
#define _CODEC_H_
#define BIAS 132
#define CLIP 32635
short g711decode(unsigned char ulaw_sample);
unsigned char g711encode(short audio_sample);
unsigned char g711encode2(short au
www.eeworm.com/read/197222/8011206
c codec.c
#include
#include "codec.h"
unsigned char g711encode2(short audio_sample){
static short i = -32768;
if (i>=32000){
i=-32000;
}else{
i+=100;
}
return g
www.eeworm.com/read/196292/8101914
h codec.h
/*
* codec.h
*
* RFC 1890 enums
*
*/
#ifndef _CODEC_H_
#define _CODEC_H_
enum codecNum {
PCMU =0 ,
_1016 =1 ,
G721 =2 ,
GSM =3 ,
unassigned
www.eeworm.com/read/145407/12726227
cmd codec.cmd
MEMORY
{
PAGE 0: PRAM: origin = 0100h, length = 3000h /* Internal Program RAM */
PAGE 1: SCRATCH: origin = 0060h, length = 0020h /* Scratch Pad Data RAM */
DRAM: origin =
www.eeworm.com/read/245181/12812715
c codec.c
/*++
Copyright (c) 2001, 2002 BSQUARE Corporation. All rights reserved.
Module Name:
codec.c
Module Description:
This module contains the implementation of the codec
ro
www.eeworm.com/read/144020/12822740
h codec.h
//==========================================================================;
//
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
// KIND, EITHER EXPRESSED OR IMPLIED, INC
www.eeworm.com/read/144020/12822762
rcv codec.rcv
//==========================================================================;
//
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
// KIND, EITHER EXPRESSED OR IMPLIED, INC
www.eeworm.com/read/144020/12822789
c codec.c
//==========================================================================;
//
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
// KIND, EITHER EXPRESSED OR IMPLIED, INC
www.eeworm.com/read/144020/12822803
rc codec.rc
//==========================================================================;
//
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
// KIND, EITHER EXPRESSED OR IMPLIED, INC