Searched refs:cpl_exp (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.c314 int cpl_exp = block->cpl_coord_exp[ch][bnd]; local
315 int cpl_mant = (fixed_cpl_coords[blk][ch][bnd] << (5 + cpl_exp + master_exp * 3)) >> 24;
316 if (cpl_exp == 15)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dac3enc_template.c319 int cpl_exp = block->cpl_coord_exp[ch][bnd]; local
320 int cpl_mant = (fixed_cpl_coords[blk][ch][bnd] << (5 + cpl_exp + master_exp * 3)) >> 24;
321 if (cpl_exp == 15)

Completed in 64 milliseconds