Home
last modified time | relevance | path

Searched refs:MAX_CHANNELS (Results 1 – 25 of 1267) sorted by relevance

12345678910>>...51

/dports/multimedia/libdcadec/dcadec-0.2.0/libdcadec/
H A Dcore_decoder.h24 #define MAX_CHANNELS 7 macro
79 int8_t nsubbands[MAX_CHANNELS]; ///< Subband activity count
80 int8_t subband_vq_start[MAX_CHANNELS]; ///< High frequency VQ start subband
81 int8_t joint_intensity_index[MAX_CHANNELS]; ///< Joint intensity coding index
82 int8_t transition_mode_sel[MAX_CHANNELS]; ///< Transient mode code book
83 int8_t scale_factor_sel[MAX_CHANNELS]; ///< Scale factor code book
84 int8_t bit_allocation_sel[MAX_CHANNELS]; ///< Bit allocation quantizer select
86 int32_t scale_factor_adj[MAX_CHANNELS][NUM_CODE_BOOKS]; ///< Scale factor adjustment
133 int *x96_subband_samples[MAX_CHANNELS][MAX_SUBBANDS_X96]; ///< X96 subband samples
137 int *subband_samples[MAX_CHANNELS][MAX_SUBBANDS]; ///< Subband samples
[all …]
/dports/audio/faac/faac-78d8e01/libfaac/
H A Dframe.h62 double *sampleBuff[MAX_CHANNELS];
63 double *nextSampleBuff[MAX_CHANNELS];
64 double *next2SampleBuff[MAX_CHANNELS];
65 double *next3SampleBuff[MAX_CHANNELS];
72 double *freqBuff[MAX_CHANNELS];
73 double *overlapBuff[MAX_CHANNELS];
75 double *msSpectrum[MAX_CHANNELS];
78 CoderInfo coderInfo[MAX_CHANNELS];
79 ChannelInfo channelInfo[MAX_CHANNELS];
82 PsyInfo psyInfo[MAX_CHANNELS];
/dports/audio/vo-aacenc/vo-aacenc-0.1.3/aacenc/inc/
H A Dsf_estim.h33 CalcFormFactor(Word16 logSfbFormFactor[MAX_CHANNELS][MAX_GROUPED_SFB],
34 Word16 sfbNRelevantLines[MAX_CHANNELS][MAX_GROUPED_SFB],
35 Word16 logSfbEnergy[MAX_CHANNELS][MAX_GROUPED_SFB],
36 PSY_OUT_CHANNEL psyOutChannel[MAX_CHANNELS],
40 EstimateScaleFactors(PSY_OUT_CHANNEL psyOutChannel[MAX_CHANNELS],
41 QC_OUT_CHANNEL qcOutChannel[MAX_CHANNELS],
42 Word16 logSfbEnergy[MAX_CHANNELS][MAX_GROUPED_SFB],
43 Word16 logSfbFormFactor[MAX_CHANNELS][MAX_GROUPED_SFB],
44 Word16 sfbNRelevantLines[MAX_CHANNELS][MAX_GROUPED_SFB],
H A Dline_pe.h44 PE_CHANNEL_DATA peChannelData[MAX_CHANNELS];
49 Word16 ahFlag[MAX_CHANNELS][MAX_GROUPED_SFB];
50 Word32 thrExp[MAX_CHANNELS][MAX_GROUPED_SFB];
51 Word32 sfbPeFactors[MAX_CHANNELS][MAX_GROUPED_SFB];
58 PSY_OUT_CHANNEL psyOutChannel[MAX_CHANNELS],
59 Word16 logSfbEnergy[MAX_CHANNELS][MAX_GROUPED_SFB],
60 Word16 sfbNRelevantLines[MAX_CHANNELS][MAX_GROUPED_SFB],
69 PSY_OUT_CHANNEL psyOutChannel[MAX_CHANNELS],
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/wmafixed/
H A Dwmadec.h50 #define MAX_CHANNELS 2 macro
83 int high_band_coded[MAX_CHANNELS][HIGH_BAND_MAX_SIZE];
84 int high_band_values[MAX_CHANNELS][HIGH_BAND_MAX_SIZE];
103 uint8_t channel_coded[MAX_CHANNELS]; /* true if channel is coded */
104 int exponents_bsize[MAX_CHANNELS]; // log2 ratio frame/exp. length
105 int32_t exponents[MAX_CHANNELS][BLOCK_MAX_SIZE];
106 int32_t max_exponent[MAX_CHANNELS];
107 int16_t coefs1[MAX_CHANNELS][BLOCK_MAX_SIZE];
108 int32_t (*coefs)[MAX_CHANNELS][BLOCK_MAX_SIZE];
112 int32_t frame_out[MAX_CHANNELS][BLOCK_MAX_SIZE * 2];
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dwma.h48 #define MAX_CHANNELS 2 macro
89 int high_band_coded[MAX_CHANNELS][HIGH_BAND_MAX_SIZE];
90 int high_band_values[MAX_CHANNELS][HIGH_BAND_MAX_SIZE];
112 uint8_t channel_coded[MAX_CHANNELS]; ///< true if channel is coded
113 int exponents_bsize[MAX_CHANNELS]; ///< log2 ratio frame/exp. length
114 DECLARE_ALIGNED(32, float, exponents)[MAX_CHANNELS][BLOCK_MAX_SIZE];
115 float max_exponent[MAX_CHANNELS];
116 WMACoef coefs1[MAX_CHANNELS][BLOCK_MAX_SIZE];
117 DECLARE_ALIGNED(32, float, coefs)[MAX_CHANNELS][BLOCK_MAX_SIZE];
122 DECLARE_ALIGNED(32, float, frame_out)[MAX_CHANNELS][BLOCK_MAX_SIZE * 2];
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dwma.h48 #define MAX_CHANNELS 2 macro
89 int high_band_coded[MAX_CHANNELS][HIGH_BAND_MAX_SIZE];
90 int high_band_values[MAX_CHANNELS][HIGH_BAND_MAX_SIZE];
112 uint8_t channel_coded[MAX_CHANNELS]; ///< true if channel is coded
113 int exponents_bsize[MAX_CHANNELS]; ///< log2 ratio frame/exp. length
114 DECLARE_ALIGNED(32, float, exponents)[MAX_CHANNELS][BLOCK_MAX_SIZE];
115 float max_exponent[MAX_CHANNELS];
116 WMACoef coefs1[MAX_CHANNELS][BLOCK_MAX_SIZE];
117 DECLARE_ALIGNED(32, float, coefs)[MAX_CHANNELS][BLOCK_MAX_SIZE];
122 DECLARE_ALIGNED(32, float, frame_out)[MAX_CHANNELS][BLOCK_MAX_SIZE * 2];
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dwma.h47 #define MAX_CHANNELS 2 macro
88 int high_band_coded[MAX_CHANNELS][HIGH_BAND_MAX_SIZE];
89 int high_band_values[MAX_CHANNELS][HIGH_BAND_MAX_SIZE];
111 uint8_t channel_coded[MAX_CHANNELS]; ///< true if channel is coded
112 int exponents_bsize[MAX_CHANNELS]; ///< log2 ratio frame/exp. length
113 DECLARE_ALIGNED(32, float, exponents)[MAX_CHANNELS][BLOCK_MAX_SIZE];
114 float max_exponent[MAX_CHANNELS];
115 WMACoef coefs1[MAX_CHANNELS][BLOCK_MAX_SIZE];
116 DECLARE_ALIGNED(32, float, coefs)[MAX_CHANNELS][BLOCK_MAX_SIZE];
121 DECLARE_ALIGNED(32, float, frame_out)[MAX_CHANNELS][BLOCK_MAX_SIZE * 2];
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dwma.h47 #define MAX_CHANNELS 2 macro
88 int high_band_coded[MAX_CHANNELS][HIGH_BAND_MAX_SIZE];
89 int high_band_values[MAX_CHANNELS][HIGH_BAND_MAX_SIZE];
111 uint8_t channel_coded[MAX_CHANNELS]; ///< true if channel is coded
112 int exponents_bsize[MAX_CHANNELS]; ///< log2 ratio frame/exp. length
113 DECLARE_ALIGNED(32, float, exponents)[MAX_CHANNELS][BLOCK_MAX_SIZE];
114 float max_exponent[MAX_CHANNELS];
115 WMACoef coefs1[MAX_CHANNELS][BLOCK_MAX_SIZE];
116 DECLARE_ALIGNED(32, float, coefs)[MAX_CHANNELS][BLOCK_MAX_SIZE];
121 DECLARE_ALIGNED(32, float, frame_out)[MAX_CHANNELS][BLOCK_MAX_SIZE * 2];
[all …]
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavcodec/
H A Dwma.h43 #define MAX_CHANNELS 2 macro
86 int high_band_coded[MAX_CHANNELS][HIGH_BAND_MAX_SIZE];
87 int high_band_values[MAX_CHANNELS][HIGH_BAND_MAX_SIZE];
109 uint8_t channel_coded[MAX_CHANNELS]; ///< true if channel is coded
110 int exponents_bsize[MAX_CHANNELS]; ///< log2 ratio frame/exp. length
111 DECLARE_ALIGNED_16(float, exponents[MAX_CHANNELS][BLOCK_MAX_SIZE]);
112 float max_exponent[MAX_CHANNELS];
113 int16_t coefs1[MAX_CHANNELS][BLOCK_MAX_SIZE];
114 DECLARE_ALIGNED_16(float, coefs[MAX_CHANNELS][BLOCK_MAX_SIZE]);
120 DECLARE_ALIGNED_16(float, frame_out[MAX_CHANNELS][BLOCK_MAX_SIZE * 2]);
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dwma.h47 #define MAX_CHANNELS 2 macro
88 int high_band_coded[MAX_CHANNELS][HIGH_BAND_MAX_SIZE];
89 int high_band_values[MAX_CHANNELS][HIGH_BAND_MAX_SIZE];
111 uint8_t channel_coded[MAX_CHANNELS]; ///< true if channel is coded
112 int exponents_bsize[MAX_CHANNELS]; ///< log2 ratio frame/exp. length
113 DECLARE_ALIGNED(32, float, exponents)[MAX_CHANNELS][BLOCK_MAX_SIZE];
114 float max_exponent[MAX_CHANNELS];
115 WMACoef coefs1[MAX_CHANNELS][BLOCK_MAX_SIZE];
116 DECLARE_ALIGNED(32, float, coefs)[MAX_CHANNELS][BLOCK_MAX_SIZE];
121 DECLARE_ALIGNED(32, float, frame_out)[MAX_CHANNELS][BLOCK_MAX_SIZE * 2];
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dwma.h47 #define MAX_CHANNELS 2 macro
88 int high_band_coded[MAX_CHANNELS][HIGH_BAND_MAX_SIZE];
89 int high_band_values[MAX_CHANNELS][HIGH_BAND_MAX_SIZE];
111 uint8_t channel_coded[MAX_CHANNELS]; ///< true if channel is coded
112 int exponents_bsize[MAX_CHANNELS]; ///< log2 ratio frame/exp. length
113 DECLARE_ALIGNED(32, float, exponents)[MAX_CHANNELS][BLOCK_MAX_SIZE];
114 float max_exponent[MAX_CHANNELS];
115 WMACoef coefs1[MAX_CHANNELS][BLOCK_MAX_SIZE];
116 DECLARE_ALIGNED(32, float, coefs)[MAX_CHANNELS][BLOCK_MAX_SIZE];
121 DECLARE_ALIGNED(32, float, frame_out)[MAX_CHANNELS][BLOCK_MAX_SIZE * 2];
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dwma.h47 #define MAX_CHANNELS 2 macro
88 int high_band_coded[MAX_CHANNELS][HIGH_BAND_MAX_SIZE];
89 int high_band_values[MAX_CHANNELS][HIGH_BAND_MAX_SIZE];
111 uint8_t channel_coded[MAX_CHANNELS]; ///< true if channel is coded
112 int exponents_bsize[MAX_CHANNELS]; ///< log2 ratio frame/exp. length
113 DECLARE_ALIGNED(32, float, exponents)[MAX_CHANNELS][BLOCK_MAX_SIZE];
114 float max_exponent[MAX_CHANNELS];
115 WMACoef coefs1[MAX_CHANNELS][BLOCK_MAX_SIZE];
116 DECLARE_ALIGNED(32, float, coefs)[MAX_CHANNELS][BLOCK_MAX_SIZE];
121 DECLARE_ALIGNED(32, float, frame_out)[MAX_CHANNELS][BLOCK_MAX_SIZE * 2];
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/wma/libwma/
H A Dwmadec.h48 #define MAX_CHANNELS 2 macro
138 int high_band_coded[MAX_CHANNELS][HIGH_BAND_MAX_SIZE];
139 int high_band_values[MAX_CHANNELS][HIGH_BAND_MAX_SIZE];
158 uint8_t channel_coded[MAX_CHANNELS]; /* true if channel is coded */
159 int exponents_bsize[MAX_CHANNELS]; // log2 ratio frame/exp. length
160 fixed32 exponents[MAX_CHANNELS][BLOCK_MAX_SIZE] MEM_ALIGN_ATTR;
161 fixed32 max_exponent[MAX_CHANNELS];
162 int16_t coefs1[MAX_CHANNELS][BLOCK_MAX_SIZE];
163 fixed32 coefs[MAX_CHANNELS][BLOCK_MAX_SIZE];
166 fixed32 frame_out[MAX_CHANNELS][BLOCK_MAX_SIZE*2];
/dports/graphics/freeimage/FreeImage/Source/LibJXR/image/sys/
H A Dstrcodec.h208 I32 iBlockDC[MAX_CHANNELS][16];
210 Int iCBP[MAX_CHANNELS];
211 Int iDiffCBP[MAX_CHANNELS];
289 U8 uiQPIndexDC[MAX_CHANNELS];
290 U8 uiQPIndexLP[MAX_CHANNELS];
291 U8 uiQPIndexHP[MAX_CHANNELS];
296 CWMIQuantizer * pQuantizerDC[MAX_CHANNELS];
297 CWMIQuantizer * pQuantizerLP[MAX_CHANNELS];
298 CWMIQuantizer * pQuantizerHP[MAX_CHANNELS];
431 PixelI *pPlane[MAX_CHANNELS];
[all …]
/dports/devel/libsigrok/libsigrok-0.5.2/src/hardware/agilent-dmm/
H A Dprotocol.h25 #define MAX_CHANNELS 3 macro
91 int cur_mq[MAX_CHANNELS];
92 int cur_unit[MAX_CHANNELS];
93 int cur_mqflags[MAX_CHANNELS];
94 int cur_digits[MAX_CHANNELS];
95 int cur_encoding[MAX_CHANNELS];
96 int cur_exponent[MAX_CHANNELS];
/dports/audio/aacgain/aacgain-1.8/faad2/libfaad/
H A Dstructs.h40 #define MAX_CHANNELS 64 macro
93 uint8_t exclude_mask[MAX_CHANNELS];
415 uint16_t ltp_lag[MAX_CHANNELS];
420 real_t *time_out[MAX_CHANNELS];
421 real_t *fb_intermed[MAX_CHANNELS];
438 real_t *ssr_overlap[MAX_CHANNELS];
439 real_t *prev_fmd[MAX_CHANNELS];
444 pred_state *pred_stat[MAX_CHANNELS];
447 int16_t *lt_pred_stat[MAX_CHANNELS];
453 uint8_t element_id[MAX_CHANNELS];
[all …]
/dports/audio/rezound/rezound-0.13.1beta/src/frontend_fox/
H A DCPasteChannelsDialog.cpp123 for(unsigned t=0;t<MAX_CHANNELS;t++) in FXIMPLEMENT()
126 for(unsigned t=0;t<MAX_CHANNELS;t++) in FXIMPLEMENT()
132 for(unsigned col=0;col<MAX_CHANNELS;col++) in FXIMPLEMENT()
151 for(unsigned row=0;row<MAX_CHANNELS;row++) in show()
152 for(unsigned col=0;col<MAX_CHANNELS;col++) in show()
169 for(unsigned col=0;col<MAX_CHANNELS;col++) in show()
178 for(unsigned row=0;row<MAX_CHANNELS;row++) in show()
255 for(unsigned row=0;row<MAX_CHANNELS;row++) in onDefaultButton()
256 for(unsigned col=0;col<MAX_CHANNELS;col++) in onDefaultButton()
274 for(unsigned row=0;row<MAX_CHANNELS;row++) in onClearButton()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/libretro/deps/libfaad/libfaad/
H A Dstructs.h43 #define MAX_CHANNELS 64 macro
96 uint8_t exclude_mask[MAX_CHANNELS];
377 uint16_t ltp_lag[MAX_CHANNELS];
382 real_t *time_out[MAX_CHANNELS];
383 real_t *fb_intermed[MAX_CHANNELS];
400 real_t *ssr_overlap[MAX_CHANNELS];
401 real_t *prev_fmd[MAX_CHANNELS];
406 pred_state *pred_stat[MAX_CHANNELS];
409 int16_t *lt_pred_stat[MAX_CHANNELS];
423 uint8_t element_id[MAX_CHANNELS];
[all …]
/dports/audio/faad/faad2-c626366/libfaad/
H A Dstructs.h43 #define MAX_CHANNELS 64 macro
96 uint8_t exclude_mask[MAX_CHANNELS];
377 uint16_t ltp_lag[MAX_CHANNELS];
382 real_t *time_out[MAX_CHANNELS];
383 real_t *fb_intermed[MAX_CHANNELS];
400 real_t *ssr_overlap[MAX_CHANNELS];
401 real_t *prev_fmd[MAX_CHANNELS];
406 pred_state *pred_stat[MAX_CHANNELS];
409 int16_t *lt_pred_stat[MAX_CHANNELS];
423 uint8_t element_id[MAX_CHANNELS];
[all …]
/dports/multimedia/libxine/xine-lib-1.2.11/contrib/libfaad/
H A Dstructs.h43 #define MAX_CHANNELS 64 macro
96 uint8_t exclude_mask[MAX_CHANNELS];
380 uint16_t ltp_lag[MAX_CHANNELS];
385 real_t *time_out[MAX_CHANNELS];
386 real_t *fb_intermed[MAX_CHANNELS];
403 real_t *ssr_overlap[MAX_CHANNELS];
404 real_t *prev_fmd[MAX_CHANNELS];
409 pred_state *pred_stat[MAX_CHANNELS];
412 int16_t *lt_pred_stat[MAX_CHANNELS];
426 uint8_t element_id[MAX_CHANNELS];
[all …]
/dports/audio/welle.io/welle.io-66675c9a4160c644a5ade5bf7a0cd0647647f33c/src/libs/faad2/libfaad/
H A Dstructs.h43 #define MAX_CHANNELS 64 macro
96 uint8_t exclude_mask[MAX_CHANNELS];
377 uint16_t ltp_lag[MAX_CHANNELS];
382 real_t *time_out[MAX_CHANNELS];
383 real_t *fb_intermed[MAX_CHANNELS];
400 real_t *ssr_overlap[MAX_CHANNELS];
401 real_t *prev_fmd[MAX_CHANNELS];
406 pred_state *pred_stat[MAX_CHANNELS];
409 int16_t *lt_pred_stat[MAX_CHANNELS];
423 uint8_t element_id[MAX_CHANNELS];
[all …]
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/m4adecoder/libfaad/
H A Dstructs.h43 #define MAX_CHANNELS 64 macro
96 uint8_t exclude_mask[MAX_CHANNELS];
377 uint16_t ltp_lag[MAX_CHANNELS];
382 real_t *time_out[MAX_CHANNELS];
383 real_t *fb_intermed[MAX_CHANNELS];
400 real_t *ssr_overlap[MAX_CHANNELS];
401 real_t *prev_fmd[MAX_CHANNELS];
406 pred_state *pred_stat[MAX_CHANNELS];
409 int16_t *lt_pred_stat[MAX_CHANNELS];
423 uint8_t element_id[MAX_CHANNELS];
[all …]
/dports/audio/fasttracker2/ft2-clone-1.49/src/
H A Dft2_edit.c691 p[((i+1) * MAX_CHANNELS) + cursor.ch] = p[(i * MAX_CHANNELS) + cursor.ch]; in insertPatternNote()
719 for (int32_t j = 0; j < MAX_CHANNELS; j++) in insertPatternLine()
720 p[((i+1) * MAX_CHANNELS) + j] = p[(i * MAX_CHANNELS) + j]; in insertPatternLine()
750 p[(i * MAX_CHANNELS) + cursor.ch] = p[((i+1) * MAX_CHANNELS) + cursor.ch]; in deletePatternNote()
789 p[(i * MAX_CHANNELS) + j] = p[((i+1) * MAX_CHANNELS) + j]; in deletePatternLine()
1414 copyNote(&p[(i * MAX_CHANNELS) + x], &ptnCopyBuff[(i * MAX_CHANNELS) + x]); in cutPattern()
1446 copyNote(&p[(i * MAX_CHANNELS) + x], &ptnCopyBuff[(i * MAX_CHANNELS) + x]); in copyPattern()
1475 pasteNote(&ptnCopyBuff[(i * MAX_CHANNELS) + x], &p[(i * MAX_CHANNELS) + x]); in pastePattern()
1501 …copyNote(&p[(y * MAX_CHANNELS) + x], &blkCopyBuff[((y - pattMark.markY1) * MAX_CHANNELS) + (x - pa… in cutBlock()
1538 …copyNote(&p[(y * MAX_CHANNELS) + x], &blkCopyBuff[((y - pattMark.markY1) * MAX_CHANNELS) + (x - pa… in copyBlock()
[all …]
/dports/multimedia/mlt7-qt5/mlt-7.0.1/src/modules/core/
H A Dfilter_audiomap.c27 #define MAX_CHANNELS 32 macro
32 int i, j, l, m[MAX_CHANNELS]; in filter_get_audio()
49 for ( i = 0; i < MAX_CHANNELS; i++ ) in filter_get_audio()
57 if( j >= 0 && j < MAX_CHANNELS ) in filter_get_audio()
65 uint8_t tmp[MAX_CHANNELS * 4]; in filter_get_audio()
67 for ( j = 0; j < MAX_CHANNELS && j < *channels; j++ ) in filter_get_audio()
71 for ( j = 0; j < MAX_CHANNELS && j < *channels; j++ ) in filter_get_audio()

12345678910>>...51