Searched refs:SENT (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | aacenc_pred.c | 238 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 D | mod.rs | 890 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 D | mod.rs | 4056 const SENT = ffi::SSL_SENT_SHUTDOWN; consts
|
Completed in 9 milliseconds