Home
last modified time | relevance | path

Searched refs:prediction (Results 1 – 25 of 75) sorted by relevance

123

/third_party/ffmpeg/libavcodec/
Daptx.c424 static int32_t *aptx_reconstructed_differences_update(Prediction *prediction, in aptx_reconstructed_differences_update() argument
428 int32_t *rd1 = prediction->reconstructed_differences, *rd2 = rd1 + order; in aptx_reconstructed_differences_update()
429 int p = prediction->pos; in aptx_reconstructed_differences_update()
432 prediction->pos = p = (p + 1) % order; in aptx_reconstructed_differences_update()
437 static void aptx_prediction_filtering(Prediction *prediction, in aptx_prediction_filtering() argument
446 … reconstructed_sample = av_clip_intp2(reconstructed_difference + prediction->predicted_sample, 23); in aptx_prediction_filtering()
447 …predictor = av_clip_intp2((MUL64(prediction->s_weight[0], prediction->previous_reconstructed_sampl… in aptx_prediction_filtering()
448 + MUL64(prediction->s_weight[1], reconstructed_sample)) >> 22, 23); in aptx_prediction_filtering()
449 prediction->previous_reconstructed_sample = reconstructed_sample; in aptx_prediction_filtering()
451 …reconstructed_differences = aptx_reconstructed_differences_update(prediction, reconstructed_differ… in aptx_prediction_filtering()
[all …]
Dpixlet.c59 int16_t *prediction; member
78 av_freep(&ctx->prediction); in free_buffers()
97 ctx->prediction = av_malloc_array((ctx->w >> NB_LEVELS), sizeof(int16_t)); in init_decoder()
98 if (!ctx->filter[0] || !ctx->filter[1] || !ctx->prediction) in init_decoder()
593 lowpass_prediction(dst, ctx->prediction, ctx->band[plane][0].width, in decode_plane()
Daptx.h91 Prediction prediction[NB_SUBBANDS]; member
Daptxdec.c85 subband_samples[subband] = channel->prediction[subband].previous_reconstructed_sample; in aptx_decode_channel()
Dmagicyuvenc.c378 int width, int height, HuffEntry *he, int prediction) in encode_slice() argument
387 put_bits(&pb, 8, prediction); in encode_slice()
Daptxenc.c142 …int32_t diff = av_clip_intp2(subband_samples[subband] - channel->prediction[subband].predicted_sam… in aptx_encode_channel()
/third_party/ffmpeg/doc/
Dsnow.txt39 prediction
96 prediction:
304 | | LL0 subband prediction
387 motion vector prediction
505 LL band prediction:
509 be 0. To reverse this prediction in the decoder apply the following.
Dencoders.texi107 Enables the use of the long term prediction extension which increases coding
114 Enables the use of a more traditional style of prediction where the spectral
133 Long term prediction profile, is enabled by and will enable the @option{aac_ltp}
137 Main-type prediction profile, is enabled by and will enable the @option{aac_pred}
1633 Enable the use of global motion for block prediction. Default is true.
1636 Enable block copy mode for intra block prediction. This mode is
1649 Enable angle delta intra prediction. Default is true.
1652 Enable chroma predicted from luma intra prediction. Default is true.
1661 Enable smooth intra prediction mode. Default is true.
1664 Enable paeth predictor in intra prediction. Default is true.
[all …]
/third_party/mbedtls/tests/suites/
Dtest_suite_ctr_drbg.function12 RESEED_ALWAYS /* prediction resistance, no explicit reseed */
68 /* Then reseed if prediction resistance is enabled. */
85 /* Then reseed if prediction resistance is enabled. */
/third_party/openssl/doc/man7/
DEVP_RAND.pod193 I<prediction resistance> parameter to 1 when calling
196 The document [NIST SP 800-90C] describes prediction resistance requests
198 approved for providing prediction resistance.
199 A request for prediction resistance can only be satisfied by pulling fresh
/third_party/openh264/codec/build/windowsphone/all/CodecApp/
Dwelsenc.cfg58 # Can be disabled when no inter spatial layer prediction in case of its value as 0
/third_party/openh264/testbin/
Dwelsenc_vd_rc.cfg65 … # Can be disabled when no inter spatial layer prediction in case of its value as 0
Dwelsenc_ios.cfg67 … # Can be disabled when no inter spatial layer prediction in case of its value as 0
Dwelsenc_arbitrary_res.cfg66 … # Can be disabled when no inter spatial layer prediction in case of its value as 0
Dwelsenc_vd_1d.cfg66 … # Can be disabled when no inter spatial layer prediction in case of its value as 0
Dwelsenc.cfg67 … # Can be disabled when no inter spatial layer prediction in case of its value as 0
/third_party/skia/third_party/externals/opengl-registry/extensions/SGI/
DGLX_SGI_cushion.txt36 the behavior of subsequent frames. If such prediction indicates that
41 Unfortunately, because exact prediction is not possible, and because
/third_party/openGLES/extensions/SGI/
DGLX_SGI_cushion.txt36 the behavior of subsequent frames. If such prediction indicates that
41 Unfortunately, because exact prediction is not possible, and because
/third_party/protobuf/benchmarks/
Dbenchmarks.proto61 // good branch prediction performance.
/third_party/ffmpeg/libavcodec/x86/
Dh264_weight_10bit.asm2 ;* MMX/SSE2/AVX-optimized 10-bit H.264 weighted prediction code
Dh264_weight.asm2 ;* SSE2-optimized weighted prediction code
/third_party/ffmpeg/libavcodec/arm/
Dh264dsp_neon.S293 @ Biweighted prediction
443 @ Weighted prediction
/third_party/flutter/skia/third_party/externals/icu/source/data/translit/
Dcy_cy_FONIPA.txt92 # Stress placement, needed for vowel quality/quantity prediction
/third_party/skia/third_party/externals/icu/source/data/translit/
Dcy_cy_FONIPA.txt93 # Stress placement, needed for vowel quality/quantity prediction
/third_party/icu/icu4c/source/data/translit/
Dcy_cy_FONIPA.txt93 # Stress placement, needed for vowel quality/quantity prediction

123