Searched refs:nz_lines (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/mips/
H A Daacpsy_mips.h112 band->nz_lines = form_factor * sqrtf(Temp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Daacpsy.c106 float nz_lines; ///< number of non-zero spectral lines member in struct:AacPsyBand
510 band->active_lines = band->nz_lines;
516 band->pe = pe * band->nz_lines;
517 band->pe_const = a * band->nz_lines;
587 band->nz_lines = form_factor / powf(band->energy / band_sizes[g], 0.25f);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Daacpsy.c109 float nz_lines; ///< number of non-zero spectral lines member in struct:AacPsyBand
517 band->active_lines = band->nz_lines;
523 band->pe = pe * band->nz_lines;
524 band->pe_const = a * band->nz_lines;
588 band->nz_lines = form_factor * sqrtf(Temp);

Completed in 143 milliseconds