Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dac3enc_template.c299 … int cpl_mant = (fixed_cpl_coords[blk][ch][bnd] << (5 + cpl_exp + master_exp * 3)) >> 24; in apply_channel_coupling() local
301 cpl_mant >>= 1; in apply_channel_coupling()
303 cpl_mant -= 16; in apply_channel_coupling()
305 block->cpl_coord_mant[ch][bnd] = cpl_mant; in apply_channel_coupling()