代码搜索:Encoder
找到约 10,000 项符合「Encoder」的源代码
代码结果 10,000
www.eeworm.com/read/112303/6145732
h p64encoder.h
/*p64encoder.h copyright (c)Indranet Technologies ltd (lara@indranet.co.nz)
* Author Derek J Smithies (derek@indranet.co.nz)
*
*
* This file defines the p64encoder class, wh
www.eeworm.com/read/103915/15716255
h defctxt.h
/*
* defctxt.h
*
* Deflate context
*/
typedef unsigned short t_search_node;
typedef unsigned int t_match_pos;
typedef enum
{
STATE_NORMAL,
STATE_OUTPUTTING_TREE_STRUCTURE,
STATE_
www.eeworm.com/read/125811/6021491
encoderwatchdog readme.encoderwatchdog
Reason for an encoder watchdog
------------------------------
On one hand, the SM2288 encoder will not crash easily, but high
bitrate and perturbed video input will make it more sensible to
crashing.
www.eeworm.com/read/158106/5598088
encoderwatchdog readme.encoderwatchdog
Reason for an encoder watchdog
------------------------------
On one hand, the SM2288 encoder will not crash easily, but high
bitrate and perturbed video input will make it more sensible to
crashing.
www.eeworm.com/read/202754/15374589
c fame_encoder_mpeg.c
/*
libfame - Fast Assembly MPEG Encoder Library
Copyright (C) 2000-2001 Vivien Chappelier
This library is free software; you can redistribute it and/or
modify it under the terms of th
www.eeworm.com/read/281117/10262160
h dec2812_usb.h
#ifndef _register
#define _register
unsigned int * USB_STS = (unsigned int *) 0x4008;
unsigned int * USB_FIFO2 = (unsigned int *) 0x4000;
unsigned int * USB_FIFO4 = (unsigned int *) 0x4001;
u
www.eeworm.com/read/193286/8241300
c jbigenc.c
/*Copyright (c) 2002, 2005 Zoran Corporation. All rights reserved. */
/** @file jbigenc.c
* A module to JBIG encode data.
*/
#undef PLUS
#include "sys.h"
#define PLUS
#include "jbig.h"
www.eeworm.com/read/486342/6539425
cpp vncbuffer.cpp
// Copyright (C) 2001 Constantin Kaplinsky. All Rights Reserved.
// Copyright (C) 2000 Tridia Corporation. All Rights Reserved.
// Copyright (C) 1999 AT&T Laboratories Cambridge. All Rights Reser
www.eeworm.com/read/103915/15716304
c deflate.c
/*
* deflate.c
*
* Main compression entrypoint for all three encoders
*/
#include
#include
#include
#include "deflate.h"
#include "fasttbl.h"
#include "de
www.eeworm.com/read/390716/8450389
m tx_conv_encoder.m
%
% Convolutional encoding with unipolar data
function coded_bits = tx_conv_encoder(in_bits)
global sim_consts;
number_rows = size(sim_consts.ConvCodeGenPoly, 1);
number_bits = size(sim_co