代码搜索:Decoding
找到约 6,356 项符合「Decoding」的源代码
代码结果 6,356
www.eeworm.com/read/262046/4315633
c tgtinfo.c
/* tgtinfo.c - xdr routine for coding/decoding a wdbTgtInfo_t */
/* Copyright 1994-1998 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
01g,09may0
www.eeworm.com/read/251957/4412548
h faad.h
/*
** FAAD2 - Freeware Advanced Audio (AAC) Decoder including SBR decoding
** Copyright (C) 2003-2004 M. Bakker, Ahead Software AG, http://www.nero.com
**
** This program is free software; you can red
www.eeworm.com/read/251957/4412549
h neaacdec.h
/*
** FAAD2 - Freeware Advanced Audio (AAC) Decoder including SBR decoding
** Copyright (C) 2003-2004 M. Bakker, Ahead Software AG, http://www.nero.com
**
** This program is free software; you can red
www.eeworm.com/read/162614/5540588
asm inffasx64.asm
; inffasx64.asm is a hand tuned assembler version of inffast.c - fast decoding
; version for AMD64 on Windows using Microsoft C compiler
;
; inffasx64.asm is automatically convert from AMD64 portio
www.eeworm.com/read/162519/5547108
asm inffasx64.asm
; inffasx64.asm is a hand tuned assembler version of inffast.c - fast decoding
; version for AMD64 on Windows using Microsoft C compiler
;
; inffasx64.asm is automatically convert from AMD64 portio
www.eeworm.com/read/474583/6812920
m perform_arith_fixed.m
function y = perform_arith_fixed(x, h, n)
% perform_arith_fixed - arithmetic coding
%
% Coding:
% y = perform_arith_fixed(x, h, n);
% Decoding:
% x = perform_arith_fixed(y, h);
%
% Copyright (
www.eeworm.com/read/474583/6812973
svn-base perform_arith_fixed.sci.svn-base
function y = perform_arith_fixed(x, h, n)
// perform_arith_fixed - arithmetic coding
//
// Coding:
// y = perform_arith_fixed(x, h, n);
// Decoding:
// x = perform_arith_fixed(y, h);
//
// Cop
www.eeworm.com/read/474583/6813000
svn-base perform_arith_fixed.m.svn-base
function y = perform_arith_fixed(x, h, n)
% perform_arith_fixed - arithmetic coding
%
% Coding:
% y = perform_arith_fixed(x, h, n);
% Decoding:
% x = perform_arith_fixed(y, h);
%
% Copyright (
www.eeworm.com/read/474583/6813046
sci perform_arith_fixed.sci
function y = perform_arith_fixed(x, h, n)
// perform_arith_fixed - arithmetic coding
//
// Coding:
// y = perform_arith_fixed(x, h, n);
// Decoding:
// x = perform_arith_fixed(y, h);
//
// Cop
www.eeworm.com/read/368572/9685813
c jpeg.c
/* jpeg.c
* JPEG decoding
* (c) 2002 Karel 'Clock' Kulhavy
* This file is a part of the Links program, released under GPL.
*/
#include "cfg.h"
#ifdef G
#include "links.h"
#ifdef HAVE_JPEG
#incl