Home
last modified time | relevance | path

Searched refs:ppe (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_ppe.c33 void ngtcp2_ppe_init(ngtcp2_ppe *ppe, uint8_t *out, size_t outlen, in ngtcp2_ppe_init() argument
35 ngtcp2_buf_init(&ppe->buf, out, outlen); in ngtcp2_ppe_init()
37 ppe->hdlen = 0; in ngtcp2_ppe_init()
38 ppe->len_offset = 0; in ngtcp2_ppe_init()
39 ppe->pkt_num_offset = 0; in ngtcp2_ppe_init()
40 ppe->pkt_numlen = 0; in ngtcp2_ppe_init()
41 ppe->pkt_num = 0; in ngtcp2_ppe_init()
42 ppe->sample_offset = 0; in ngtcp2_ppe_init()
43 ppe->cc = cc; in ngtcp2_ppe_init()
46 int ngtcp2_ppe_encode_hd(ngtcp2_ppe *ppe, cons argument
84 ngtcp2_ppe_encode_frame(ngtcp2_ppe *ppe, ngtcp2_frame *fr) ngtcp2_ppe_encode_frame() argument
104 ngtcp2_ppe_final(ngtcp2_ppe *ppe, const uint8_t **ppkt) ngtcp2_ppe_final() argument
161 ngtcp2_ppe_left(ngtcp2_ppe *ppe) ngtcp2_ppe_left() argument
171 ngtcp2_ppe_pktlen(ngtcp2_ppe *ppe) ngtcp2_ppe_pktlen() argument
177 ngtcp2_ppe_padding(ngtcp2_ppe *ppe) ngtcp2_ppe_padding() argument
191 ngtcp2_ppe_padding_hp_sample(ngtcp2_ppe *ppe) ngtcp2_ppe_padding_hp_sample() argument
211 ngtcp2_ppe_padding_size(ngtcp2_ppe *ppe, size_t n) ngtcp2_ppe_padding_size() argument
227 ngtcp2_ppe_ensure_hp_sample(ngtcp2_ppe *ppe) ngtcp2_ppe_ensure_hp_sample() argument
[all...]
H A Dngtcp2_ppe.h64 * ngtcp2_ppe_init initializes |ppe| with the given buffer.
66 void ngtcp2_ppe_init(ngtcp2_ppe *ppe, uint8_t *out, size_t outlen,
78 int ngtcp2_ppe_encode_hd(ngtcp2_ppe *ppe, const ngtcp2_pkt_hd *hd);
89 int ngtcp2_ppe_encode_frame(ngtcp2_ppe *ppe, ngtcp2_frame *fr);
102 ngtcp2_ssize ngtcp2_ppe_final(ngtcp2_ppe *ppe, const uint8_t **ppkt);
108 size_t ngtcp2_ppe_left(ngtcp2_ppe *ppe);
114 size_t ngtcp2_ppe_pktlen(ngtcp2_ppe *ppe);
122 size_t ngtcp2_ppe_padding(ngtcp2_ppe *ppe);
132 size_t ngtcp2_ppe_padding_hp_sample(ngtcp2_ppe *ppe);
144 size_t ngtcp2_ppe_padding_size(ngtcp2_ppe *ppe, size_
[all...]
H A Dngtcp2_conn.c1781 * conn_ppe_write_frame writes |fr| to |ppe|. If |hd_logged| is not
1791 static int conn_ppe_write_frame_hd_log(ngtcp2_conn *conn, ngtcp2_ppe *ppe, in conn_ppe_write_frame_hd_log() argument
1796 rv = ngtcp2_ppe_encode_frame(ppe, fr); in conn_ppe_write_frame_hd_log()
1815 * conn_ppe_write_frame writes |fr| to |ppe|.
1823 static int conn_ppe_write_frame(ngtcp2_conn *conn, ngtcp2_ppe *ppe, in conn_ppe_write_frame() argument
1825 return conn_ppe_write_frame_hd_log(conn, ppe, NULL, hd, fr); in conn_ppe_write_frame()
2545 ngtcp2_ppe ppe; in conn_write_handshake_pkt() local
2612 ngtcp2_ppe_init(&ppe, dest, destlen, &cc); in conn_write_handshake_pkt()
2614 rv = ngtcp2_ppe_encode_hd(&ppe, &hd); in conn_write_handshake_pkt()
2620 if (!ngtcp2_ppe_ensure_hp_sample(&ppe)) { in conn_write_handshake_pkt()
3472 ngtcp2_ppe *ppe = &conn->pkt.ppe; conn_write_pkt() local
4316 ngtcp2_ppe ppe; ngtcp2_conn_write_single_frame_pkt() local
13432 ngtcp2_ppe ppe; ngtcp2_pkt_write_connection_close() local
[all...]
H A Dngtcp2_conn.h614 ngtcp2_ppe ppe; member
/third_party/pulseaudio/src/modules/
H A Dmodule-device-restore.c260 struct perportentry *ppe; in entry_read() local
262 if (legacy_entry_read(u, &data, &e, &ppe)) { in entry_read()
275 written = perportentry_write(u, name, NULL, ppe) || written; in entry_read()
283 written = perportentry_write(u, name, NULL, ppe) || written; in entry_read()
286 perportentry_free(ppe); in entry_read()
589 struct perportentry *ppe, *oldppe; in subscribe_callback() local
627 ppe = perportentry_copy(oldppe); in subscribe_callback()
629 ppe = perportentry_new(true); in subscribe_callback()
632 ppe->channel_map = sink->channel_map; in subscribe_callback()
633 ppe in subscribe_callback()
[all...]
/third_party/lame/libmp3lame/
H A Dpsymodel.c1579 FLOAT *ppe; in L3psycho_anal_vbr() local
1584 ppe = percep_MS_entropy - 2; in L3psycho_anal_vbr()
1591 ppe = percep_entropy; in L3psycho_anal_vbr()
1596 ppe[chn] = pecalc_s(mr, gfc->sv_qnt.masking_lower); in L3psycho_anal_vbr()
1599 ppe[chn] = pecalc_l(mr, gfc->sv_qnt.masking_lower); in L3psycho_anal_vbr()
1603 plt->pe[gr_out][chn] = ppe[chn]; in L3psycho_anal_vbr()

Completed in 15 milliseconds