Searched refs:predict (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/include/
H A Dantlr3cyclicdfa.h75 ANTLR3_INT32 (*predict) (void * ctx, pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM is, struct ANTLR3_CYCLIC_DFA_struct * dfa); member in struct:ANTLR3_CYCLIC_DFA_struct
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dffv1.h153 static inline int predict(int16_t *src, int16_t *last) function
H A Dffv1dec.c175 sample[1][x] = (predict(sample[1] + x, sample[0] + x) + diff) &
H A Dffv1enc.c305 diff = sample[0][x] - predict(sample[0] + x, sample[1] + x);
H A Daacdec.c1822 static av_always_inline void predict(PredictorState *ps, float *coef, function
1872 predict(&sce->predictor_state[k], &sce->coeffs[k],
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_zip.c70 TIFFPredictorState predict; member in struct:__anon779
H A Dtif_lzw.c93 TIFFPredictorState predict; /* predictor super class */ member in struct:__anon765
H A Dtif_pixarlog.c454 TIFFPredictorState predict; member in struct:__anon772
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dffv1.c210 static inline int predict(int16_t *src, int16_t *last) function
467 diff= sample[0][x] - predict(sample[0]+x, sample[1]+x);
1298 sample[1][x]= (predict(sample[1] + x, sample[0] + x) + diff) & ((1<<bits)-1);
H A Daacdec.c1307 static av_always_inline void predict(PredictorState *ps, float *coef, function
1353 predict(&sce->predictor_state[k], &sce->coeffs[k],

Completed in 121 milliseconds