Home
last modified time | relevance | path

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

/dports/audio/mctoolame-encoder/mctoolame-01a/
H A Dconfig.c567 fr_ps->phantom_c = 1; in obtain_parameters()
570 fr_ps->phantom_c = 0; in obtain_parameters()
585 if (fr_ps->phantom_c && fr_ps->config == 320) in obtain_parameters()
588 else if (fr_ps->phantom_c in obtain_parameters()
H A Dmusicin.c222 fr_ps.phantom_c = 0; in main()
348 if (fr_ps.phantom_c == 1) in main()
350 if (fr_ps.phantom_c == 0) in main()
1080 fr_ps->phantom_c = 0; in parse_args()
1273 fr_ps->phantom_c = 1; in parse_args()
1542 if (!bool && fr_ps->phantom_c) { in parse_args()
H A Dcommon.h230 int phantom_c; /* phantom coding of Center signal */ member