Lines Matching defs:coupling_steps
95 int coupling_steps;
437 mc->coupling_steps = venc->channels == 2 ? 1 : 0;
438 mc->magnitude = av_malloc(sizeof(int) * mc->coupling_steps);
439 mc->angle = av_malloc(sizeof(int) * mc->coupling_steps);
442 if (mc->coupling_steps) {
699 put_bits(&pb, 1, !!mc->coupling_steps);
700 if (mc->coupling_steps) {
701 put_bits(&pb, 8, mc->coupling_steps - 1);
702 for (j = 0; j < mc->coupling_steps; j++) {
1168 for (i = 0; i < mapping->coupling_steps; i++) {