Home
last modified time | relevance | path

Searched refs:q2_ptr (Results 1 – 9 of 9) sorted by relevance

/dports/multimedia/libmpeg3/libmpeg3-1.8/a52dec-0.7.3/liba52/
H A Dparse.c48 int q2_ptr; member
362 if (quantizer->q2_ptr >= 0) { in coeff_get()
363 coeff[i] = quantizer->q2[quantizer->q2_ptr--] * factor[exp[i]]; in coeff_get()
370 quantizer->q2_ptr = 1; in coeff_get()
469 if (quantizer->q2_ptr >= 0) { in coeff_get_coupling()
470 cplcoeff = quantizer->q2[quantizer->q2_ptr--]; in coeff_get_coupling()
477 quantizer->q2_ptr = 1; in coeff_get_coupling()
767 quantizer.q1_ptr = quantizer.q2_ptr = quantizer.q4_ptr = -1; in a52_block()
/dports/audio/liba52/a52dec-0.7.4/liba52/
H A Dparse.c48 int q2_ptr; member
363 if (quantizer->q2_ptr >= 0) { in coeff_get()
364 coeff[i] = quantizer->q2[quantizer->q2_ptr--] * factor[exp[i]]; in coeff_get()
371 quantizer->q2_ptr = 1; in coeff_get()
470 if (quantizer->q2_ptr >= 0) { in coeff_get_coupling()
471 cplcoeff = quantizer->q2[quantizer->q2_ptr--]; in coeff_get_coupling()
478 quantizer->q2_ptr = 1; in coeff_get_coupling()
768 quantizer.q1_ptr = quantizer.q2_ptr = quantizer.q4_ptr = -1; in a52_block()
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_plugins/ADM_audioDecoders/ADM_ad_ac3/ADM_liba52/
H A Dparse.c53 int q2_ptr; member
368 if (quantizer->q2_ptr >= 0) { in coeff_get()
369 coeff[i] = quantizer->q2[quantizer->q2_ptr--] * factor[exp[i]]; in coeff_get()
376 quantizer->q2_ptr = 1; in coeff_get()
475 if (quantizer->q2_ptr >= 0) { in coeff_get_coupling()
476 cplcoeff = quantizer->q2[quantizer->q2_ptr--]; in coeff_get_coupling()
483 quantizer->q2_ptr = 1; in coeff_get_coupling()
773 quantizer.q1_ptr = quantizer.q2_ptr = quantizer.q4_ptr = -1; in a52_block()
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_plugins/ADM_audioDecoders/ADM_ad_ac3/ADM_liba52/
H A Dparse.c53 int q2_ptr; member
368 if (quantizer->q2_ptr >= 0) { in coeff_get()
369 coeff[i] = quantizer->q2[quantizer->q2_ptr--] * factor[exp[i]]; in coeff_get()
376 quantizer->q2_ptr = 1; in coeff_get()
475 if (quantizer->q2_ptr >= 0) { in coeff_get_coupling()
476 cplcoeff = quantizer->q2[quantizer->q2_ptr--]; in coeff_get_coupling()
483 quantizer->q2_ptr = 1; in coeff_get_coupling()
773 quantizer.q1_ptr = quantizer.q2_ptr = quantizer.q4_ptr = -1; in a52_block()
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_plugins/ADM_audioDecoders/ADM_ad_ac3/ADM_liba52/
H A Dparse.c53 int q2_ptr; member
368 if (quantizer->q2_ptr >= 0) { in coeff_get()
369 coeff[i] = quantizer->q2[quantizer->q2_ptr--] * factor[exp[i]]; in coeff_get()
376 quantizer->q2_ptr = 1; in coeff_get()
475 if (quantizer->q2_ptr >= 0) { in coeff_get_coupling()
476 cplcoeff = quantizer->q2[quantizer->q2_ptr--]; in coeff_get_coupling()
483 quantizer->q2_ptr = 1; in coeff_get_coupling()
773 quantizer.q1_ptr = quantizer.q2_ptr = quantizer.q4_ptr = -1; in a52_block()
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_plugins/ADM_audioDecoders/ADM_ad_ac3/ADM_liba52/
H A Dparse.c53 int q2_ptr; member
368 if (quantizer->q2_ptr >= 0) { in coeff_get()
369 coeff[i] = quantizer->q2[quantizer->q2_ptr--] * factor[exp[i]]; in coeff_get()
376 quantizer->q2_ptr = 1; in coeff_get()
475 if (quantizer->q2_ptr >= 0) { in coeff_get_coupling()
476 cplcoeff = quantizer->q2[quantizer->q2_ptr--]; in coeff_get_coupling()
483 quantizer->q2_ptr = 1; in coeff_get_coupling()
773 quantizer.q1_ptr = quantizer.q2_ptr = quantizer.q4_ptr = -1; in a52_block()
/dports/multimedia/libxine/xine-lib-1.2.11/contrib/a52dec/
H A Dparse.c41 int q2_ptr; member
379 if (quant->q2_ptr >= 0) { in coeff_get()
380 COEFF (coeff[i], quant->q2[quant->q2_ptr--], level, factor, exp[i]); in coeff_get()
387 quant->q2_ptr = 1; in coeff_get()
493 if (quantizer->q2_ptr >= 0) { in coeff_get_coupling()
494 cplcoeff = quantizer->q2[quantizer->q2_ptr--]; in coeff_get_coupling()
501 quantizer->q2_ptr = 1; in coeff_get_coupling()
803 quantizer.q1_ptr = quantizer.q2_ptr = quantizer.q4_ptr = -1; in a52_block()
/dports/games/mangband/mangband-1.5.3/src/server/
H A Dmelee1.c25 player_type *q_ptr, *q2_ptr; in slash_fx() local
47 q2_ptr = Players[0 - agressor]; in slash_fx()
48 x2 = q2_ptr->px; in slash_fx()
49 y2 = q2_ptr->py; in slash_fx()
/dports/multimedia/vlc/vlc-3.0.16/contrib/src/a52/
H A Dliba52-fixed.diff1395 int q2_ptr;
1554 - if (quantizer->q2_ptr >= 0) {
1556 + if (quant->q2_ptr >= 0) {
1565 - quantizer->q2_ptr = 1;
1569 + quant->q2_ptr = 1;
1690 - if (quantizer->q2_ptr >= 0) {
1691 - cplcoeff = quantizer->q2[quantizer->q2_ptr--];
1692 + if (quant->q2_ptr >= 0) {
1693 + cplcoeff = quant->q2[quant->q2_ptr--];
1700 - quantizer->q2_ptr = 1;
[all …]