代码搜索:frames
找到约 9,514 项符合「frames」的源代码
代码结果 9,514
www.eeworm.com/read/164463/10107388
h if_ether.h
/*
* INET An implementation of the TCP/IP protocol suite for the LINUX
* operating system. INET is implemented using the BSD Socket
* interface as the means of communication with the user leve
www.eeworm.com/read/426337/10259508
c encoder.c
/*****************************************************************************
* x264: h264 encoder
*****************************************************************************
* Copyright (C) 200
www.eeworm.com/read/161357/10422874
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/353619/10435275
cpp overlay.cpp
/*
* Copyright (C) 2005-2007 gulikoza
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Fr
www.eeworm.com/read/160718/10504691
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/278813/10504980
c playh264.c
#include
#include
#include
#include
#include
#include
#include
#include "h264.h"
#include "perf.h"
#define USE_X86_ASM
#d
www.eeworm.com/read/422634/10624071
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/277285/10649098
c listing_11_4.c
/***********************************************************************
** **
** listing_11_4.c
www.eeworm.com/read/277238/10651399
c encoder.c
/*****************************************************************************
* x264: h264 encoder
*****************************************************************************
* Copyright (C) 200
www.eeworm.com/read/416512/11023076
m spiht_hard.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%First Step is converting Video to frames and taking 10 frames
fprintf('\n Frame Conversion Process Started........');