Home
last modified time | relevance | path

Searched refs:pd_re_smooth (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Daacps_tablegen.h42 static float pd_re_smooth[8*8*8]; variable
140 pd_re_smooth[pd0*64+pd1*8+pd2] = re_smooth * pd_mag; in ps_tableinit()
Daacps_tablegen_template.c74 ARRAY_RENAME(array)(pd_re_smooth, 8*8*8); in main()
Daacps_fixed_tablegen.h52 static int pd_re_smooth[8*8*8]; variable
300pd_re_smooth[pd0*64+pd1*8+pd2] = (int)(((int64_t)re_smooth * pd_mag.mant + round) >> shift); in ps_tableinit()
Daacps.c645 INTFLOAT opd_re = pd_re_smooth[opd_idx]; in stereo_processing()
647 INTFLOAT ipd_re = pd_re_smooth[ipd_idx]; in stereo_processing()