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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dac3enc_template.c315 int cpl_mant = (fixed_cpl_coords[blk][ch][bnd] << (5 + cpl_exp + master_exp * 3)) >> 24; local
317 cpl_mant >>= 1;
319 cpl_mant -= 16;
321 block->cpl_coord_mant[ch][bnd] = cpl_mant;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dac3enc_template.c320 int cpl_mant = (fixed_cpl_coords[blk][ch][bnd] << (5 + cpl_exp + master_exp * 3)) >> 24; local
322 cpl_mant >>= 1;
324 cpl_mant -= 16;
326 block->cpl_coord_mant[ch][bnd] = cpl_mant;

Completed in 48 milliseconds