Searched refs:EXP_REUSE (Results 1 - 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | eac3_data.c | 1065 { EXP_D15, EXP_REUSE, EXP_REUSE, EXP_REUSE, EXP_REUSE, EXP_REUSE}, 1066 { EXP_D15, EXP_REUSE, EXP_REUSE, EXP_REUSE, EXP_REUSE, EXP_D45}, 1067 { EXP_D15, EXP_REUSE, EXP_REUS [all...] |
H A D | ac3defs.h | 38 #define EXP_REUSE 0 macro
|
H A D | ac3enc.c | 498 exp_strategy[blk] = EXP_REUSE; in compute_exp_strategy() 506 exp_strategy[blk] = EXP_REUSE; in compute_exp_strategy() 518 while (blk1 < s->num_blocks && exp_strategy[blk1] == EXP_REUSE) in compute_exp_strategy() 528 s->exp_strategy[ch][blk] = EXP_REUSE; in compute_exp_strategy() 640 /* count the number of EXP_REUSE blocks after the current block in encode_exponents() 643 while (blk1 < s->num_blocks && exp_strategy[blk1] == EXP_REUSE) { in encode_exponents() 649 /* for the EXP_REUSE case we select the min of the exponents */ in encode_exponents() 681 if (exp_strategy == EXP_REUSE) in count_exponent_bits() 712 if (exp_strategy == EXP_REUSE) in ac3_group_exponents() 1028 if (s->exp_strategy[ch][blk] != EXP_REUSE) { in count_frame_bits() [all...] |
H A D | ac3dec.c | 1198 if (s->exp_strategy[blk][ch] != EXP_REUSE) in decode_audio_block() 1205 if (s->exp_strategy[blk][ch] != EXP_REUSE) { in decode_audio_block() 1226 if (cpl_in_use && s->exp_strategy[blk][CPL_CH] != EXP_REUSE) { in decode_audio_block() 1233 if (s->exp_strategy[blk][ch] != EXP_REUSE) { in decode_audio_block()
|
H A D | eac3dec.c | 567 if ((s->exp_strategy[blk][ch] != EXP_REUSE) || in ff_eac3_parse_header()
|
Completed in 10 milliseconds