Home
last modified time | relevance | path

Searched refs:A52_NUM_BLOCKS (Results 1 – 11 of 11) sorted by relevance

/dports/audio/aften/aften-0.0.8/libaften/
H A Dexponent_common.c69 compute_expstr_ch(uint8_t *exp[A52_NUM_BLOCKS], int ncoefs);
81 uint8_t *exp[A52_MAX_CHANNELS][A52_NUM_BLOCKS]; in compute_exponent_strategy()
86 for(blk=0; blk<A52_NUM_BLOCKS; blk++) { in compute_exponent_strategy()
93 for(blk=0; blk<A52_NUM_BLOCKS; blk++) in compute_exponent_strategy()
97 for(blk=0; blk<A52_NUM_BLOCKS; blk++) { in compute_exponent_strategy()
106 for(blk=0; blk<A52_NUM_BLOCKS; blk++) { in compute_exponent_strategy()
129 for(blk=0; blk<A52_NUM_BLOCKS; blk++) { in group_exponents()
187 while(i < A52_NUM_BLOCKS) { in encode_exponents()
189 while(j < A52_NUM_BLOCKS && blocks[j].exp_strategy[ch]==EXP_REUSE) { in encode_exponents()
217 for(blk=0; blk<A52_NUM_BLOCKS; blk++) { in extract_exponents()
H A Dexponent.c61 for(blk=0; blk<A52_NUM_BLOCKS; blk++) { in exponent_init()
179 compute_expstr_ch(uint8_t *exp[A52_NUM_BLOCKS], int ncoefs) in compute_expstr_ch() argument
184 uint8_t exponents[A52_NUM_BLOCKS][256]; in compute_expstr_ch()
189 for(blk=0; blk<A52_NUM_BLOCKS; blk++) { in compute_expstr_ch()
195 while(i < A52_NUM_BLOCKS) { in compute_expstr_ch()
197 while(j < A52_NUM_BLOCKS && str_predef[str][j]==EXP_REUSE) { in compute_expstr_ch()
210 for(blk=0; blk<A52_NUM_BLOCKS; blk++) { in compute_expstr_ch()
H A Da52.h42 #define A52_NUM_BLOCKS 6 macro
108 A52Block blocks[A52_NUM_BLOCKS];
H A Dbitalloc.c451 for(blk=0; blk<A52_NUM_BLOCKS; blk++) { in bit_alloc_prepare()
482 for(blk=0; blk<A52_NUM_BLOCKS; blk++) { in bit_alloc()
531 for(blk=0; blk<A52_NUM_BLOCKS; blk++) { in count_frame_bits()
787 for(blk=0; blk<A52_NUM_BLOCKS; blk++) { in vbw_bit_allocation()
805 for(blk=0; blk<A52_NUM_BLOCKS; blk++) { in vbw_bit_allocation()
819 for(blk=0; blk<A52_NUM_BLOCKS; blk++) { in vbw_bit_allocation()
H A Da52enc.c663 for(blk=0; blk<A52_NUM_BLOCKS; blk++) { in frame_init()
881 for(blk=0; blk<A52_NUM_BLOCKS; blk++) { in quantize_mantissas()
904 for(blk=0; blk<A52_NUM_BLOCKS; blk++) { in output_audio_blocks()
1115 for(blk=1; blk<A52_NUM_BLOCKS; blk++) { in copy_samples()
1136 for(blk=1; blk<A52_NUM_BLOCKS; blk++) { in copy_samples()
1223 for(blk=0; blk<A52_NUM_BLOCKS; blk++) { in generate_coefs()
1259 for(blk=1; blk<A52_NUM_BLOCKS; blk++) { in calc_rematrixing()
1265 for(blk=0; blk<A52_NUM_BLOCKS; blk++) { in calc_rematrixing()
1328 for(blk=0; blk<A52_NUM_BLOCKS; blk++) { in compute_dither_strategy()
1351 for(blk=0; blk<A52_NUM_BLOCKS; blk++) { in calculate_dynrng()
H A Dmdct.c552 for (i=0; i<A52_NUM_BLOCKS; ++i) { in alloc_block_buffers()
611 malloc(A52_NUM_BLOCKS * A52_MAX_CHANNELS * (256 + 512) * sizeof(FLOAT)); in mdct_thread_init()
/dports/audio/aften/aften-0.0.8/libaften/x86/
H A Dx86_mmx_exponent.c249 compute_expstr_ch(uint8_t *exp[A52_NUM_BLOCKS], int ncoefs) in compute_expstr_ch() argument
251 ALIGN16(uint8_t) exponents[A52_NUM_BLOCKS][256]; in compute_expstr_ch()
259 for(blk=0; blk<A52_NUM_BLOCKS; blk++) { in compute_expstr_ch()
265 while(i < A52_NUM_BLOCKS) { in compute_expstr_ch()
267 while(j < A52_NUM_BLOCKS && str_predef[str][j]==EXP_REUSE) { in compute_expstr_ch()
280 for(blk=0; blk<A52_NUM_BLOCKS; blk++) { in compute_expstr_ch()
H A Dx86_sse2_exponent.c282 compute_expstr_ch(uint8_t *exp[A52_NUM_BLOCKS], int ncoefs) in compute_expstr_ch() argument
284 ALIGN16(uint8_t) exponents[A52_NUM_BLOCKS][256]; in compute_expstr_ch()
292 for(blk=0; blk<A52_NUM_BLOCKS; blk++) { in compute_expstr_ch()
298 while(i < A52_NUM_BLOCKS) { in compute_expstr_ch()
300 while(j < A52_NUM_BLOCKS && str_predef[str][j]==EXP_REUSE) { in compute_expstr_ch()
313 for(blk=0; blk<A52_NUM_BLOCKS; blk++) { in compute_expstr_ch()
H A Dx86_sse3_mdct_dummy.c64 aligned_malloc(A52_NUM_BLOCKS * A52_MAX_CHANNELS * (256 + 512) * sizeof(FLOAT)); in sse3_mdct_thread_init()
H A Dx86_sse_mdct_dummy.c65 aligned_malloc(A52_NUM_BLOCKS * A52_MAX_CHANNELS * (256 + 512) * sizeof(FLOAT)); in sse_mdct_thread_init()
/dports/audio/aften/aften-0.0.8/libaften/ppc/
H A Dmdct_altivec.c747 aligned_malloc(A52_NUM_BLOCKS * A52_MAX_CHANNELS * (256 + 512) * sizeof(FLOAT)); in mdct_thread_init_altivec()