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.c402 int predictor; in adpcm_ima_expand_nibble() local
428 int predictor; in adpcm_ima_alp_expand_nibble() local
450 int step_index, step, delta, predictor; in adpcm_ima_mtf_expand_nibble() local
467 int predictor; in adpcm_ima_cunning_expand_nibble() local
486 int nibble, step_index, predictor, sign, delta, diff, step, shift; in adpcm_ima_wav_expand_nibble() local
510 int predictor; in adpcm_ima_qt_expand_nibble() local
535 int predictor; in adpcm_ms_expand_nibble() local
554 int step_index, predictor, sign, delta, diff, step; in adpcm_ima_oki_expand_nibble() local
Dadpcm.h32 int predictor; member
Dttadata.h39 int32_t predictor; member
Dvmdaudio.c111 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
Dadpcmenc.c302 int predictor, nibble, bias; in adpcm_ms_compress_sample() local
404 const int predictor = ((nodes[j]->sample1 * c->coeff1) + in adpcm_compress_trellis() local
Dhuffyuv.h58 Predictor predictor; member
Daptx.c442 int32_t reconstructed_sample, predictor, srd0; in aptx_prediction_filtering() local
Dtta.c271 int32_t *predictor = &s->ch_ctx[cur_chan].predictor; in tta_decode_frame() local
Dljpegenc.c128 const AVFrame *frame, int predictor, in ljpeg_encode_yuv_mb()
Dmjpegdec.c1075 static int ljpeg_decode_rgb_scan(MJpegDecodeContext *s, int nb_components, int predictor, int point… in ljpeg_decode_rgb_scan()
1247 static int ljpeg_decode_yuv_scan(MJpegDecodeContext *s, int predictor, in ljpeg_decode_yuv_scan()
1646 int len, nb_components, i, h, v, predictor, point_transform; in ff_mjpeg_decode_sos() local
Dexrenc.c171 static void predictor(uint8_t *src, ptrdiff_t size) in predictor() function
Dtiff.c81 int predictor; member
Dapedec.c170 APEPredictor predictor; ///< predictor used for final reconstruction member
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_lossless_jpeg.cpp2519 int32 predictor = QuickPredict (col, in DecodeImage() local
2982 int32 predictor [4]; in FreqCountSet() local
3088 int32 predictor [4]; in HuffEncode() local
/third_party/skia/m133/third_party/externals/dng_sdk/source/
Ddng_lossless_jpeg.cpp2519 int32 predictor = QuickPredict (col, in DecodeImage() local
2982 int32 predictor [4]; in FreqCountSet() local
3088 int32 predictor [4]; in HuffEncode() local
/third_party/ffmpeg/libavfilter/
Dvf_nnedi.c389 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()