/third_party/ffmpeg/libavcodec/ |
D | exrdsp.h | 27 void (*predictor)(uint8_t *src, ptrdiff_t size); member
|
D | adpcm.c | 281 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
|
D | adpcm.h | 32 int predictor; member
|
D | ttadata.h | 39 int32_t predictor; member
|
D | adpcmenc.c | 286 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
|
D | vmdaudio.c | 110 int predictor[2]; in decode_audio_s16() local
|
D | dpcm.c | 216 int predictor[2]; in dpcm_decode_frame() local
|
D | mjpeg.h | 118 #define PREDICT(ret, topleft, top, left, predictor)\ argument
|
D | aptx.c | 441 int32_t reconstructed_sample, predictor, srd0; in aptx_prediction_filtering() local
|
D | huffyuv.h | 58 Predictor predictor; member
|
D | ljpegenc.c | 134 const AVFrame *frame, int predictor, in ljpeg_encode_yuv_mb()
|
D | tta.c | 265 int32_t *predictor = &s->ch_ctx[cur_chan].predictor; in tta_decode_frame() local
|
D | mjpegdec.c | 1065 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
|
D | exrenc.c | 163 static void predictor(uint8_t *src, ptrdiff_t size) in predictor() function
|
D | tiff.c | 79 int predictor; member
|
D | apedec.c | 169 APEPredictor predictor; ///< predictor used for final reconstruction member
|
/third_party/libsnd/src/ |
D | ima_adpcm.c | 257 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/ |
D | dng_lossless_jpeg.cpp | 2515 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/ |
D | vf_nnedi.c | 397 static void predictor(AVFilterContext *ctx, in predictor() function
|
/third_party/vk-gl-cts/modules/gles3/performance/ |
D | es3pBufferDataUploadTests.cpp | 688 …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()
|