代码搜索:G729A
找到约 30 项符合「G729A」的源代码
代码结果 30
www.eeworm.com/read/141966/12975424
makefile
EXE = G729a
CC = gcc
CXX = g++
CFLAG = -O2
CFLAGCXX = -O2
OBJS=$(patsubst %.c,%.o,$(wildcard *.c))
OBJS+=$(patsubst %.cpp,%.o,$(wildcard *.cpp))
.c.o:
$(CC) $(CFLAG) -c $<
.cpp.o:
$(
www.eeworm.com/read/9321/166847
pdf g729a语音编解码算法研究及fpga实现.pdf
www.eeworm.com/read/167853/9949371
dsp g729a.dsp
# Microsoft Developer Studio Project File - Name="G729A" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Con
www.eeworm.com/read/205207/5025276
h g729acodec.h
/* g729Acodec.h
*
* Easy G729A codec for OpenH323/OPAL
*
* Copyright (c) 2004 ISVO (Asia) Pte Ltd. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public Lice
www.eeworm.com/read/167851/9949666
pjt enc.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="enc"
ProjectDir="C:\MyWorkDoc\HSV6\G729_old\G729A\asm_code\encoder\"
ProjectType=Exe
www.eeworm.com/read/305176/13777463
makefile
CC=gcc
CXX=g++
CFLAGS=-O -Wall
CODEC_LIB=G729a
OBJDIR=./Release
DISTPROG=$(OBJDIR)/test_encode
all:
$(CXX) *.cpp -o $(DISTPROG) $(CFLAGS) $(CPPFLAGS) -L.. -l$(CODEC_LIB)
.PHONY:clean
www.eeworm.com/read/305176/13777480
makefile
CC=gcc
CXX=g++
CFLAGS=-O -Wall
CODEC_LIB=G729a
OBJDIR=./Release
DISTPROG=$(OBJDIR)/test_decode
all:
$(CXX) *.cpp -o $(DISTPROG) $(CFLAGS) $(CPPFLAGS) -L.. -l$(CODEC_LIB)
.PHONY:clean
www.eeworm.com/read/346200/11761757
makefile
CC=gcc
CXX=g++
CFLAGS=-O -Wall
CODEC_LIB=G729a
OBJDIR=./Release
DISTPROG=$(OBJDIR)/test_encode
all:
$(CXX) *.cpp -o $(DISTPROG) $(CFLAGS) $(CPPFLAGS) -L.. -l$(CODEC_LIB)
.PHONY:clean
www.eeworm.com/read/346200/11761775
makefile
CC=gcc
CXX=g++
CFLAGS=-O -Wall
CODEC_LIB=G729a
OBJDIR=./Release
DISTPROG=$(OBJDIR)/test_decode
all:
$(CXX) *.cpp -o $(DISTPROG) $(CFLAGS) $(CPPFLAGS) -L.. -l$(CODEC_LIB)
.PHONY:clean
www.eeworm.com/read/319025/13464222
c g729a_gainpred.c
#include "../Common/typedef.h"
#include "../Include/G729A_basic_op.h"
#include "../Include/G729A_ld8a.h"
#include "../Include/G729A_tab_ld8a.h"
#include "../Include/G729A_oper_32b.h"
void G729A