Home
last modified time | relevance | path

Searched refs:SENT (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Daacenc_pred.c238 float *SENT = &s->scoefs[128*2], *S34 = &s->scoefs[128*3]; in ff_aac_search_for_pred() local
281 SENT[i] = sce->coeffs[start_coef + i] - sce->prcoeffs[start_coef + i]; in ff_aac_search_for_pred()
282 s->abs_pow34(S34, SENT, num_coeffs); in ff_aac_search_for_pred()
287 quantize_and_encode_band_cost(s, NULL, SENT, QERR, S34, num_coeffs, in ff_aac_search_for_pred()
/third_party/rust/crates/rust-openssl/openssl/src/ssl/test/
H A Dmod.rs890 assert_eq!(s.get_shutdown(), ShutdownState::SENT); in shutdown()
894 ShutdownState::SENT | ShutdownState::RECEIVED in shutdown()
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
H A Dmod.rs4056 const SENT = ffi::SSL_SENT_SHUTDOWN; consts

Completed in 9 milliseconds