Searched refs:coupling (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
H A D | vf_deband.c | 33 int coupling; member 65 { "coupling", "set plane coupling", OFFSET(coupling), AV_OPT_TYPE_BOOL, {.i64=0}, 0, 1, FLAGS }, 66 { "c", "set plane coupling", OFFSET(coupling), AV_OPT_TYPE_BOOL, {.i64=0}, 0, 1, FLAGS }, 111 return ff_set_common_formats_from_list(ctx, s->coupling ? cpix_fmts : pix_fmts); in query_formats() 378 if (s->coupling) in config_input()
|
/third_party/ffmpeg/libavcodec/ |
H A D | psymodel.h | 71 uint8_t coupling[PSY_MAX_BANDS]; ///< allow coupling for this band in the group member
|
H A D | opus_pvq.c | 445 static int celt_calc_theta(const float *X, const float *Y, int coupling, int N) in celt_calc_theta() argument 449 if (coupling) { /* Coupling case */ in celt_calc_theta()
|
Completed in 4 milliseconds