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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dffv1.c256 static inline int predict(int_fast16_t *src, int_fast16_t *last){ function
455 diff= sample[0][x] - predict(sample[0]+x, sample[1]+x);
881 sample[1][x]= (predict(sample[1] + x, sample[0] + x) + diff) & ((1<<bits)-1);
H A Daac.c1249 static av_always_inline void predict(AACContext *ac, PredictorState *ps, float *coef, function
1292 predict(ac, &sce->predictor_state[k], &sce->coeffs[k],
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dffv1.c256 static inline int predict(int_fast16_t *src, int_fast16_t *last){ function
455 diff= sample[0][x] - predict(sample[0]+x, sample[1]+x);
881 sample[1][x]= (predict(sample[1] + x, sample[0] + x) + diff) & ((1<<bits)-1);
H A Daac.c1249 static av_always_inline void predict(AACContext *ac, PredictorState *ps, float *coef, function
1292 predict(ac, &sce->predictor_state[k], &sce->coeffs[k],
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dffv1.c256 static inline int predict(int_fast16_t *src, int_fast16_t *last){ function
455 diff= sample[0][x] - predict(sample[0]+x, sample[1]+x);
881 sample[1][x]= (predict(sample[1] + x, sample[0] + x) + diff) & ((1<<bits)-1);
H A Daac.c1249 static av_always_inline void predict(AACContext *ac, PredictorState *ps, float *coef, function
1292 predict(ac, &sce->predictor_state[k], &sce->coeffs[k],
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba/source/smbd/
H A Dreply.c2122 int predict=0; local
2127 predict = read_predict(fsp->fd_ptr->fd,startpos,header+4,NULL,nread);
2130 if ((nread-predict) > 0) {
2131 if(seek_file(fsp,startpos + predict) == -1) {
2140 (SMB_OFF_T)(nread-predict),header,4+predict,
2141 startpos+predict);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba/source/smbd/
H A Dreply.c2122 int predict=0; local
2127 predict = read_predict(fsp->fd_ptr->fd,startpos,header+4,NULL,nread);
2130 if ((nread-predict) > 0) {
2131 if(seek_file(fsp,startpos + predict) == -1) {
2140 (SMB_OFF_T)(nread-predict),header,4+predict,
2141 startpos+predict);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba/source/smbd/
H A Dreply.c2122 int predict=0; local
2127 predict = read_predict(fsp->fd_ptr->fd,startpos,header+4,NULL,nread);
2130 if ((nread-predict) > 0) {
2131 if(seek_file(fsp,startpos + predict) == -1) {
2140 (SMB_OFF_T)(nread-predict),header,4+predict,
2141 startpos+predict);

Completed in 227 milliseconds