Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dac3enc_template.c298 int cpl_exp = block->cpl_coord_exp[ch][bnd]; in apply_channel_coupling() local
299 … int cpl_mant = (fixed_cpl_coords[blk][ch][bnd] << (5 + cpl_exp + master_exp * 3)) >> 24; in apply_channel_coupling()
300 if (cpl_exp == 15) in apply_channel_coupling()