/third_party/ffmpeg/libavcodec/ |
D | aptx.c | 424 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 …]
|
D | pixlet.c | 59 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()
|
D | aptx.h | 91 Prediction prediction[NB_SUBBANDS]; member
|
D | aptxdec.c | 85 subband_samples[subband] = channel->prediction[subband].previous_reconstructed_sample; in aptx_decode_channel()
|
D | magicyuvenc.c | 378 int width, int height, HuffEntry *he, int prediction) in encode_slice() argument 387 put_bits(&pb, 8, prediction); in encode_slice()
|
D | aptxenc.c | 142 …int32_t diff = av_clip_intp2(subband_samples[subband] - channel->prediction[subband].predicted_sam… in aptx_encode_channel()
|
/third_party/ffmpeg/doc/ |
D | snow.txt | 39 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.
|
D | encoders.texi | 107 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/ |
D | test_suite_ctr_drbg.function | 12 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/ |
D | EVP_RAND.pod | 193 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/ |
D | welsenc.cfg | 58 # Can be disabled when no inter spatial layer prediction in case of its value as 0
|
/third_party/openh264/testbin/ |
D | welsenc_vd_rc.cfg | 65 … # Can be disabled when no inter spatial layer prediction in case of its value as 0
|
D | welsenc_ios.cfg | 67 … # Can be disabled when no inter spatial layer prediction in case of its value as 0
|
D | welsenc_arbitrary_res.cfg | 66 … # Can be disabled when no inter spatial layer prediction in case of its value as 0
|
D | welsenc_vd_1d.cfg | 66 … # Can be disabled when no inter spatial layer prediction in case of its value as 0
|
D | welsenc.cfg | 67 … # 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/ |
D | GLX_SGI_cushion.txt | 36 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/ |
D | GLX_SGI_cushion.txt | 36 the behavior of subsequent frames. If such prediction indicates that 41 Unfortunately, because exact prediction is not possible, and because
|
/third_party/protobuf/benchmarks/ |
D | benchmarks.proto | 61 // good branch prediction performance.
|
/third_party/ffmpeg/libavcodec/x86/ |
D | h264_weight_10bit.asm | 2 ;* MMX/SSE2/AVX-optimized 10-bit H.264 weighted prediction code
|
D | h264_weight.asm | 2 ;* SSE2-optimized weighted prediction code
|
/third_party/ffmpeg/libavcodec/arm/ |
D | h264dsp_neon.S | 293 @ Biweighted prediction 443 @ Weighted prediction
|
/third_party/flutter/skia/third_party/externals/icu/source/data/translit/ |
D | cy_cy_FONIPA.txt | 92 # Stress placement, needed for vowel quality/quantity prediction
|
/third_party/skia/third_party/externals/icu/source/data/translit/ |
D | cy_cy_FONIPA.txt | 93 # Stress placement, needed for vowel quality/quantity prediction
|
/third_party/icu/icu4c/source/data/translit/ |
D | cy_cy_FONIPA.txt | 93 # Stress placement, needed for vowel quality/quantity prediction
|