代码搜索:predict
找到约 2,271 项符合「predict」的源代码
代码结果 2,271
www.eeworm.com/read/368312/2823368
svn-base predict-a.asm.svn-base
;*****************************************************************************
;* predict-a.asm: h264 encoder library
;*****************************************************************************
;*
www.eeworm.com/read/361550/2945439
c mp4_predict.c
#include
#include "mp4_vars.h"
#include "mp4_predict.h"
/**
*
**/
static void rescue_predict();
void dc_recon(int block_num, short * dc_value)
{
if (mp4_state->hd
www.eeworm.com/read/361550/2945449
h mp4_predict.h
// mp4_predict.h //
#ifndef _MP4_PREDICT_H_
#define _MP4_PREDICT_H_
#define TOP 1
#define LEFT 0
#endif // _MP4_PREDICT_H_
#define _div_div(a, b) (a>0) ? (a+(b>>1))/b : (a-(b>>1))/b
www.eeworm.com/read/353649/3083273
c mp4_predict.c
#include
#include "mp4_vars.h"
#include "mp4_predict.h"
/**
*
**/
static void rescue_predict();
void dc_recon(int block_num, short * dc_value)
{
if (mp4_state->hd
www.eeworm.com/read/353649/3083283
h mp4_predict.h
// mp4_predict.h //
#ifndef _MP4_PREDICT_H_
#define _MP4_PREDICT_H_
#define TOP 1
#define LEFT 0
#endif // _MP4_PREDICT_H_
#define _div_div(a, b) (a>0) ? (a+(b>>1))/b : (a-(b>>1))/b
www.eeworm.com/read/259276/4344810
c mp4_predict.c
/**************************************************************************
* *
* This code has been developed by Andrea Graz
www.eeworm.com/read/259276/4344823
h mp4_predict.h
/**************************************************************************
* *
* This code has been developed by Andrea Graz
www.eeworm.com/read/160391/5571694
m dbn_predict_bel.m
function engine = dbn_predict_bel(engine, lag)
% DBN_PREDICT_BEL Predict the belief state 'lag' steps into the future (bk_ff_hmm)
% engine = dbn_predict_bel(engine, lag)
% 'lag' defaults to 1
if
www.eeworm.com/read/172007/9726919
asv f_initiate_predict.asv
function [z_rt, s_rt]=f_initiate_predict(x_current,p_current);
%新航迹下一时刻的预测
model_try;%给模型参数赋值
hh=[eye(9),eye(9),eye(9),eye(9),eye(9),eye(9)]';%计算I阵
pp=[p_current(:,1:9),zeros(9),zeros(9),zeros(9
www.eeworm.com/read/172007/9727048
m f_initiate_predict.m
function [z_rt, s_rt]=f_initiate_predict(x_current,p_current);
%新航迹下一时刻的预测
model_try;%给模型参数赋值
hh=[eye(9),eye(9),eye(9),eye(9),eye(9),eye(9)]';%计算I阵
pp=[p_current(:,1:9),zeros(9),zeros(9),zeros(9