Home
last modified time | relevance | path

Searched refs:q4_ptr (Results 1 – 8 of 8) sorted by relevance

/dports/multimedia/libmpeg3/libmpeg3-1.8/a52dec-0.7.3/liba52/
H A Dparse.c49 int q4_ptr; member
382 if (quantizer->q4_ptr == 0) { in coeff_get()
383 quantizer->q4_ptr = -1; in coeff_get()
391 quantizer->q4_ptr = 0; in coeff_get()
489 if (quantizer->q4_ptr == 0) { in coeff_get_coupling()
490 quantizer->q4_ptr = -1; in coeff_get_coupling()
498 quantizer->q4_ptr = 0; 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.c49 int q4_ptr; member
383 if (quantizer->q4_ptr == 0) { in coeff_get()
384 quantizer->q4_ptr = -1; in coeff_get()
392 quantizer->q4_ptr = 0; in coeff_get()
490 if (quantizer->q4_ptr == 0) { in coeff_get_coupling()
491 quantizer->q4_ptr = -1; in coeff_get_coupling()
499 quantizer->q4_ptr = 0; 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.c54 int q4_ptr; member
388 if (quantizer->q4_ptr == 0) { in coeff_get()
389 quantizer->q4_ptr = -1; in coeff_get()
397 quantizer->q4_ptr = 0; in coeff_get()
495 if (quantizer->q4_ptr == 0) { in coeff_get_coupling()
496 quantizer->q4_ptr = -1; in coeff_get_coupling()
504 quantizer->q4_ptr = 0; 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.c54 int q4_ptr; member
388 if (quantizer->q4_ptr == 0) { in coeff_get()
389 quantizer->q4_ptr = -1; in coeff_get()
397 quantizer->q4_ptr = 0; in coeff_get()
495 if (quantizer->q4_ptr == 0) { in coeff_get_coupling()
496 quantizer->q4_ptr = -1; in coeff_get_coupling()
504 quantizer->q4_ptr = 0; 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.c54 int q4_ptr; member
388 if (quantizer->q4_ptr == 0) { in coeff_get()
389 quantizer->q4_ptr = -1; in coeff_get()
397 quantizer->q4_ptr = 0; in coeff_get()
495 if (quantizer->q4_ptr == 0) { in coeff_get_coupling()
496 quantizer->q4_ptr = -1; in coeff_get_coupling()
504 quantizer->q4_ptr = 0; 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.c54 int q4_ptr; member
388 if (quantizer->q4_ptr == 0) { in coeff_get()
389 quantizer->q4_ptr = -1; in coeff_get()
397 quantizer->q4_ptr = 0; in coeff_get()
495 if (quantizer->q4_ptr == 0) { in coeff_get_coupling()
496 quantizer->q4_ptr = -1; in coeff_get_coupling()
504 quantizer->q4_ptr = 0; 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.c42 int q4_ptr; member
399 if (quant->q4_ptr == 0) { in coeff_get()
400 quant->q4_ptr = -1; in coeff_get()
408 quant->q4_ptr = 0; in coeff_get()
513 if (quantizer->q4_ptr == 0) { in coeff_get_coupling()
514 quantizer->q4_ptr = -1; in coeff_get_coupling()
522 quantizer->q4_ptr = 0; in coeff_get_coupling()
803 quantizer.q1_ptr = quantizer.q2_ptr = quantizer.q4_ptr = -1; in a52_block()
/dports/multimedia/vlc/vlc-3.0.16/contrib/src/a52/
H A Dliba52-fixed.diff1396 int q4_ptr;
1584 - quantizer->q4_ptr = -1;
1586 + if (quant->q4_ptr == 0) {
1587 + quant->q4_ptr = -1;
1595 - quantizer->q4_ptr = 0;
1598 + quant->q4_ptr = 0;
1714 - quantizer->q4_ptr = -1;
1716 + if (quant->q4_ptr == 0) {
1717 + quant->q4_ptr = -1;
1725 - quantizer->q4_ptr = 0;
[all …]