Home
last modified time | relevance | path

Searched refs:psymodel (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_good/ext/twolame/
Dgsttwolamemp2enc.c93 gint psymodel; member
254 -1, 4, gst_two_lame_default_settings.psymodel, in gst_two_lame_class_init()
430 twolame->psymodel = gst_two_lame_default_settings.psymodel; in gst_two_lame_init()
515 twolame->psymodel = g_value_get_int (value); in gst_two_lame_set_property()
573 g_value_set_int (value, twolame->psymodel); in gst_two_lame_get_property()
791 CHECK_ERROR (twolame_set_psymodel (twolame->glopts, twolame->psymodel)); in gst_two_lame_setup()
849 gst_two_lame_default_settings.psymodel = twolame_get_psymodel (glopts); in gst_two_lame_get_default_settings()
Dgsttwolamemp2enc.h50 gint psymodel; member
/third_party/ffmpeg/libavcodec/
Dlibtwolame.c39 int psymodel; member
71 twolame_set_psymodel(s->glopts, s->psymodel); in twolame_encode_init()
184 … { "psymodel", "Psychoacoustic Model", OFFSET(psymodel), AV_OPT_TYPE_INT, { .i64 = 3 }, -1, 4, AE},
DMakefile177 psymodel.o mpeg4audio.o kbdwin.o
/third_party/ffmpeg/
DBUILD.gn756 "//third_party/ffmpeg/libavcodec/psymodel.c",
/third_party/ffmpeg/doc/
Dencoders.texi1074 @item psymodel (@emph{--psyc-mode})