代码搜索:Decoding
找到约 6,356 项符合「Decoding」的源代码
代码结果 6,356
www.eeworm.com/read/136821/5851737
h avcodec.h
#ifndef AVCODEC_H
#define AVCODEC_H
#include "common.h"
#define LIBAVCODEC_VERSION_INT 0x000406
#define LIBAVCODEC_VERSION "0.4.6"
#define LIBAVCODEC_BUILD 4640
#define LIBAVCODEC_BUILD_ST
www.eeworm.com/read/120251/6078122
h avcodec.h
#ifndef AVCODEC_H
#define AVCODEC_H
/**
* @file avcodec.h
* external api header.
*/
#ifdef __cplusplus
extern "C" {
#endif
#include "common.h"
#define FFMPEG_VERSION_INT 0x0
www.eeworm.com/read/113165/6140136
h avcodec.h
#ifndef AVCODEC_H
#define AVCODEC_H
/**
* @file avcodec.h
* external api header.
*/
#ifdef __cplusplus
extern "C" {
#endif
#include "common.h"
#define FFMPEG_VERSION_INT 0x0
www.eeworm.com/read/108668/6181567
properties base64.properties
# Copyright (C) 2002 Stephen Ostermiller
# http://ostermiller.org/contact.pl?regarding=Java+Utilities
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of
www.eeworm.com/read/326077/6287880
cpp huffman.cpp
/**************************************************************************
This file contains T.4 decoding data
Contents are :
a) two binary trees for decoding MH fax run-length codes
b) on
www.eeworm.com/read/326077/6288135
cpp huffman.cpp
/**************************************************************************
This file contains T.4 decoding data
Contents are :
a) two binary trees for decoding MH fax run-length codes
b) on
www.eeworm.com/read/486139/6543867
m eob3.m
function varargout = eob3(arg1, arg2, arg3, arg4)
% eob3 End Of Block Encoding (or decoding) into (from) three sequences
% The EOB sequence of numbers (x) is splitted into three sequences,
www.eeworm.com/read/264420/11315598
m fubin.m
function out=fubin(in,bits,dvec);
%
% fubin.m
%
% function out=fubin(in,bits,dvec);
%
% Fast decoding from binary to decimal
% avoiding the use of loops
% dvec=vector of decimal mappings
%
www.eeworm.com/read/263982/11333643
cpp huffman.cpp
/**************************************************************************
This file contains T.4 decoding data
Contents are :
a) two binary trees for decoding MH fax run-length codes
b) on