Home
last modified time | relevance | path

Searched refs:e_val (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavformat/
Domadec.c89 uint8_t e_val[8]; member
317 av_des_crypt(oc->av_des, oc->e_val, in decrypt_init()
319 hex_log(s, AV_LOG_DEBUG, "EK", oc->e_val, 8); in decrypt_init()
322 av_des_init(oc->av_des, oc->e_val, 64, 1); in decrypt_init()
/third_party/gstreamer/gstreamer/gst/
Dgstdebugutils.c155 gint idx, e_val; in debug_dump_get_object_params() local
158 e_val = g_value_get_enum (&value); in debug_dump_get_object_params()
160 if (e_class->values[idx].value == e_val) { in debug_dump_get_object_params()
/third_party/mindspore/mindspore/ccsrc/common/
Dtrans.cc2013 size_t e_val = g % e_mult; in NchwFracZTransWithGroups() local
2014 size_t dst_ci = e_val * cin_ori + c; in NchwFracZTransWithGroups()
2015 size_t dst_co = e_val * cout_ori + n; in NchwFracZTransWithGroups()