Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dqdm2.c660 int length, int sb_min, int sb_max) in synthfilt_build_sb_samples() argument
672 for (sb=sb_min; sb < sb_max; sb++) in synthfilt_build_sb_samples()
678 for (sb = sb_min; sb < sb_max; sb++) { in synthfilt_build_sb_samples()
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Duser_socket.c1362 u_long sb_max = SB_MAX; variable
1376 sb->sb_mbmax = (u_int)min(cc * sb_efficiency, sb_max); in sbreserve_locked()
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_usrreq.c98 sb_max_adj = (u_long)((u_quad_t) (sb_max) * MCLBYTES / (MSIZE + MCLBYTES)); in sctp_init()