Searched refs:active_lines (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Daacpsy.c110 float active_lines; ///< number of active spectral lines member in struct:AacPsyBand
513 band->active_lines = 0.0f;
517 band->active_lines = band->nz_lines;
521 band->active_lines *= PSY_3GPP_C3;
531 float active_lines)
535 if(active_lines == 0.0)
538 thr_avg = exp2f((a - pe) / (4.0f * active_lines));
539 reduction = exp2f((a - desired_pe) / (4.0f * active_lines)) - thr_avg;
625 float a = 0.0f, active_lines = 0.0f, norm_fac = 0.0f; local
662 active_lines
530 calc_reduction_3gpp(float a, float desired_pe, float pe, float active_lines) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Daacpsy.c107 float active_lines; ///< number of active spectral lines member in struct:AacPsyBand
506 band->active_lines = 0.0f;
510 band->active_lines = band->nz_lines;
514 band->active_lines *= PSY_3GPP_C3;
524 float active_lines)
528 thr_avg = powf(2.0f, (a - pe) / (4.0f * active_lines));
529 reduction = powf(2.0f, (a - desired_pe) / (4.0f * active_lines)) - thr_avg;
568 float a = 0.0f, active_lines = 0.0f, norm_fac = 0.0f; local
619 active_lines += band->active_lines;
523 calc_reduction_3gpp(float a, float desired_pe, float pe, float active_lines) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/media/davinci/
H A Dvpfe_capture.h54 int active_lines; member in struct:vpfe_std_info
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/davinci/
H A Dvpfe_capture.c388 vpfe_dev->std_info.active_lines =
405 vpfe_dev->crop.height = vpfe_dev->std_info.active_lines;
890 max_height = vpfe_dev->std_info.active_lines;
1695 vpfe_dev->std_info.active_lines)) {

Completed in 91 milliseconds