代码搜索:predict
找到约 2,271 项符合「predict」的源代码
代码结果 2,271
www.eeworm.com/read/322210/3527339
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/318792/3562781
svn-base predict.c.svn-base
/*****************************************************************************
* predict.c: h264 encoder
*****************************************************************************
* Copyright (C
www.eeworm.com/read/318792/3562789
svn-base predict.h.svn-base
/*****************************************************************************
* predict.h: h264 encoder library
*****************************************************************************
* Copy
www.eeworm.com/read/318792/3562818
svn-base predict-a.asm.svn-base
;*****************************************************************************
;* predict-a.asm: h264 encoder library
;*****************************************************************************
;*
www.eeworm.com/read/318792/3562822
svn-base predict.h.svn-base
/*****************************************************************************
* predict.h: h264 encoder library
*****************************************************************************
* Copy
www.eeworm.com/read/318792/3562838
svn-base predict-a.asm.svn-base
;*****************************************************************************
;* predict-a.asm: h264 encoder library
;*****************************************************************************
;*
www.eeworm.com/read/313010/3646875
c mp4_predict.c
/**************************************************************************
* *
* This code has been developed by Andrea Graz
www.eeworm.com/read/313010/3646888
h mp4_predict.h
/**************************************************************************
* *
* This code has been developed by Andrea Graz
www.eeworm.com/read/299060/3856222
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/299060/3856232
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