Searched refs:master_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.c290 int bnd, min_exp, max_exp, master_exp; local
302 master_exp = ((max_exp - 15) + 2) / 3;
303 master_exp = FFMAX(master_exp, 0);
304 while (min_exp < master_exp * 3)
305 master_exp--;
308 master_exp * 3, 0, 15);
310 block->cpl_master_exp[ch] = master_exp;
315 int cpl_mant = (fixed_cpl_coords[blk][ch][bnd] << (5 + cpl_exp + master_exp * 3)) >> 24;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dac3enc_template.c295 int bnd, min_exp, max_exp, master_exp; local
307 master_exp = ((max_exp - 15) + 2) / 3;
308 master_exp = FFMAX(master_exp, 0);
309 while (min_exp < master_exp * 3)
310 master_exp--;
313 master_exp * 3, 0, 15);
315 block->cpl_master_exp[ch] = master_exp;
320 int cpl_mant = (fixed_cpl_coords[blk][ch][bnd] << (5 + cpl_exp + master_exp * 3)) >> 24;

Completed in 65 milliseconds