代码搜索:frames
找到约 9,514 项符合「frames」的源代码
代码结果 9,514
www.eeworm.com/read/429246/8814156
m h3.m
clc
delt = 0.1; % Temporal sample time of the generated sequence
num_frames= 64; % Number of frames generated
framesize = 64; % Frame size (frame is assumed square)
out = zeros(framesize,fr
www.eeworm.com/read/383640/8930572
txt readme.txt
Sample Code Description
========================
. This sample is running on GM8180 Platform.
. This 'osd_display' sample will do alpha blending of user-specifed image with
background imag
www.eeworm.com/read/284314/8945027
m rgb2ycc.m
function [Y, Cr, Cb] = RGB2YCC(seq)
[N M c num] = size(seq);
Y = zeros(N, M, num);
Cr = zeros(N, M, num);
Cb = zeros(N, M, num);
frames = double(seq);
for i = 1 : num
Y(:,:,i) = 0.29
www.eeworm.com/read/427380/8948908
txt turbo_logmap.txt
Please enter the decoding algorithm. (0:Log-MAP, 1:SOVA) default 0
Please enter the frame size (= info + tail, default: 400)
Please enter code generator: ( default: g = [1 1 1; 1 0 1 ] )
www.eeworm.com/read/185622/9002835
txt rfc1329.txt
Network Working Group P. Kuehn
Request for Comments: 1329 May 1992
Thoughts on Address Resolution for Dual
www.eeworm.com/read/380466/9146952
m source.m
function data = source(fr_length,frames,md,zf,varargin)
%SOURCE Generate source data.
% D = SOURCE(K,F,MD,ZF) creates a data source consists of desired
% number of F frames each having K symbols.
www.eeworm.com/read/181456/9254764
m source.m
function data = source(fr_length,frames,md,zf,varargin)
%SOURCE Generate source data.
% D = SOURCE(K,F,MD,ZF) creates a data source consists of desired
% number of F frames each having K symbols.
www.eeworm.com/read/376739/9309618
c encoder.c
/*****************************************************************************
* x264: h264 encoder
*****************************************************************************
* Copyright (C)
www.eeworm.com/read/178304/9408857
txt turbo_logmap.txt
Please enter the decoding algorithm. (0:Log-MAP, 1:SOVA) default 0
Please enter the frame size (= info + tail, default: 400)
Please enter code generator: ( default: g = [1 1 1; 1 0 1 ] )