Home
last modified time | relevance | path

Searched defs:predictor (Results 1 – 20 of 20) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dexrdsp.h27 void (*predictor)(uint8_t *src, ptrdiff_t size); member
Dadpcm.c281 int predictor; in adpcm_ima_expand_nibble() local
307 int predictor; in adpcm_ima_alp_expand_nibble() local
329 int step_index, step, delta, predictor; in adpcm_ima_mtf_expand_nibble() local
346 int predictor; in adpcm_ima_cunning_expand_nibble() local
365 int nibble, step_index, predictor, sign, delta, diff, step, shift; in adpcm_ima_wav_expand_nibble() local
389 int predictor; in adpcm_ima_qt_expand_nibble() local
414 int predictor; in adpcm_ms_expand_nibble() local
433 int step_index, predictor, sign, delta, diff, step; in adpcm_ima_oki_expand_nibble() local
989 int predictor; in adpcm_decode_frame() local
Dadpcm.h32 int predictor; member
Dttadata.h39 int32_t predictor; member
Dadpcmenc.c286 int predictor, nibble, bias; in adpcm_ms_compress_sample() local
388 const int predictor = ((nodes[j]->sample1 * c->coeff1) + in adpcm_compress_trellis() local
766 int predictor = 0; in adpcm_encode_frame() local
Dvmdaudio.c110 int predictor[2]; in decode_audio_s16() local
Ddpcm.c216 int predictor[2]; in dpcm_decode_frame() local
Dmjpeg.h118 #define PREDICT(ret, topleft, top, left, predictor)\ argument
Daptx.c441 int32_t reconstructed_sample, predictor, srd0; in aptx_prediction_filtering() local
Dhuffyuv.h58 Predictor predictor; member
Dljpegenc.c134 const AVFrame *frame, int predictor, in ljpeg_encode_yuv_mb()
Dtta.c265 int32_t *predictor = &s->ch_ctx[cur_chan].predictor; in tta_decode_frame() local
Dmjpegdec.c1065 static int ljpeg_decode_rgb_scan(MJpegDecodeContext *s, int nb_components, int predictor, int point… in ljpeg_decode_rgb_scan()
1231 static int ljpeg_decode_yuv_scan(MJpegDecodeContext *s, int predictor, in ljpeg_decode_yuv_scan()
1630 int len, nb_components, i, h, v, predictor, point_transform; in ff_mjpeg_decode_sos() local
Dexrenc.c163 static void predictor(uint8_t *src, ptrdiff_t size) in predictor() function
Dtiff.c79 int predictor; member
Dapedec.c169 APEPredictor predictor; ///< predictor used for final reconstruction member
/third_party/libsnd/src/
Dima_adpcm.c257 int chan, k, diff, bytecode, predictor ; in aiff_ima_decode_block() local
388 { int chan, k, predictor, blockindx, indx, indxstart, diff ; in wavlike_ima_decode_block() local
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_lossless_jpeg.cpp2515 int32 predictor = QuickPredict (col, in DecodeImage() local
2978 int32 predictor [4]; in FreqCountSet() local
3084 int32 predictor [4]; in HuffEncode() local
/third_party/ffmpeg/libavfilter/
Dvf_nnedi.c397 static void predictor(AVFilterContext *ctx, in predictor() function
/third_party/vk-gl-cts/modules/gles3/performance/
Des3pBufferDataUploadTests.cpp688 …eParametersWithConfidence& fit, const std::vector<SampleType>& samples, int SampleType::*predictor) in calculateBasicStatistics()
995 static float calculateSampleFitLinearity (const std::vector<T>& samples, int T::*predictor) in calculateSampleFitLinearity()
1032 static float calculateSampleTemporalStability (const std::vector<T>& samples, int T::*predictor) in calculateSampleTemporalStability()