Home
last modified time | relevance | path

Searched refs:gval (Results 1 – 9 of 9) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dra144.c1696 int gval, int gain) in ff_subblock_synthesis() argument
1704 m[0] = (ff_irms(&ractx->adsp, ractx->buffer_a) * (unsigned)gval) >> 12; in ff_subblock_synthesis()
1708 m[1] = (ff_cb1_base[cb1_idx] * gval) >> 8; in ff_subblock_synthesis()
1709 m[2] = (ff_cb2_base[cb2_idx] * gval) >> 8; in ff_subblock_synthesis()
Dra144dec.c50 int gval, GetBitContext *gb) in do_output_subblock() argument
57 ff_subblock_synthesis(ractx, lpc_coefs, cba_idx, cb1_idx, cb2_idx, gval, in do_output_subblock()
Dra144.h81 int gval, int gain);
/third_party/libsoup/libsoup/
Dsoup-xmlrpc-old.c458 GValue gval; in parse_value() local
468 memset (&gval, 0, sizeof (gval)); in parse_value()
470 !parse_value (xval, &gval)) { in parse_value()
475 g_value_array_append (array, &gval); in parse_value()
476 g_value_unset (&gval); in parse_value()
/third_party/gettext/gettext-tools/src/
Dcldr-plural.y134 struct cldr_plural_range_ty *gval;
144 %destructor { cldr_plural_range_free ($$); } <gval>
156 %type<gval> range range_or_integer
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtpssrcdemux.c925 GValue gval = { 0, }; in gst_rtp_ssrc_demux_iterate_internal_links_sink() local
929 g_value_init (&gval, G_TYPE_STRING); in gst_rtp_ssrc_demux_iterate_internal_links_sink()
931 g_value_set_static_string (&gval, "src_"); in gst_rtp_ssrc_demux_iterate_internal_links_sink()
933 g_value_set_static_string (&gval, "rtcp_src_"); in gst_rtp_ssrc_demux_iterate_internal_links_sink()
938 it = gst_iterator_filter (it, src_pad_compare_func, &gval); in gst_rtp_ssrc_demux_iterate_internal_links_sink()
/third_party/lwip/src/netif/ppp/
Deap.c1321 struct t_num sval, gval, Nval, *Ap, Bval; in eap_request() local
1546 gval.data = (u_char *)"\002"; in eap_request()
1547 gval.len = 1; in eap_request()
1549 gval.data = inp; in eap_request()
1550 gval.len = vallen; in eap_request()
1567 &Nval, &gval, &sval); in eap_request()
/third_party/jerryscript/tests/jerry/
Dregression-test-issue-3114.js76 var gval = 1234;
/third_party/eudev/
Dconfigure18025 union { gid_t gval; long int lval; } val;
18029 gidset[i] = val.gval;
18035 return n > 0 && gidset[n] != val.gval;