Home
last modified time | relevance | path

Searched refs:tab2 (Results 1 – 25 of 37) sorted by relevance

12

/third_party/ffmpeg/libavcodec/tests/
Dfft.c200 static int check_diff(FFTSample *tab1, FFTSample *tab2, int n, double scale) in check_diff() argument
206 double e = fabs(tab1[i] - (tab2[i] / scale)) / RANGE; in check_diff()
209 i, tab1[i], tab2[i]); in check_diff()
376 FFTSample *tab2; in main() local
447 tab2 = av_malloc_array(fft_size, sizeof(FFTSample)); in main()
449 if (!(tab && tab1 && tab_ref && tab2)) in main()
515 imdct_calc(m, tab2, &tab1->re); in main()
516 err = check_diff(&tab_ref->re, tab2, fft_size, scale); in main()
519 mdct_calc(m, tab2, &tab1->re); in main()
520 err = check_diff(&tab_ref->re, tab2, fft_size / 2, scale); in main()
[all …]
/third_party/lame/mpglib/
Dhuffman.h47 static const short tab2[] = variable
314 { /* 3 */ 0 , tab2 } ,
/third_party/ffmpeg/libavcodec/
Dmace.c145 const int16_t *tab1; const int16_t *tab2; int stride; member
181 current = tabs[tab_idx].tab2[((chd->index & 0x7f0) >> 4) * tabs[tab_idx].stride + val]; in read_table()
183 …current = - 1 - tabs[tab_idx].tab2[((chd->index & 0x7f0) >> 4)*tabs[tab_idx].stride + 2*tabs[tab_i… in read_table()
Dacelp_vectors.c120 const uint8_t *tab2, in ff_acelp_fc_pulse_per_track() argument
138 fc_v[tab2[pulse_indexes]] += (pulse_signs & 1) ? 8191 : -8192; in ff_acelp_fc_pulse_per_track()
Dacelp_vectors.h174 const uint8_t *tab2,
/third_party/musl/porting/liteos_a/kernel/src/math/
Dlog2_data.c134 .tab2 = {
Dlog_data.c197 .tab2 = {
Dlog_data.h24 } tab2[1 << LOG_TABLE_BITS]; member
Dlog2_data.h24 } tab2[1 << LOG2_TABLE_BITS]; member
Dlog.c14 #define T2 __log_data.tab2
/third_party/musl/porting/uniproton/kernel/src/math/
Dlog_data.c197 .tab2 = {
Dlog_data.h24 } tab2[1 << LOG_TABLE_BITS]; member
Dlog.c14 #define T2 __log_data.tab2
/third_party/musl/src/math/
Dlog2_data.c134 .tab2 = {
Dlog_data.c197 .tab2 = {
Dlog_data.h24 } tab2[1 << LOG_TABLE_BITS]; member
Dlog2_data.h24 } tab2[1 << LOG2_TABLE_BITS]; member
Dlog.c14 #define T2 __log_data.tab2
/third_party/musl/porting/liteos_m/kernel/src/math/
Dlog_data.c197 .tab2 = {
Dlog_data.h24 } tab2[1 << LOG_TABLE_BITS]; member
Dlog.c14 #define T2 __log_data.tab2
/third_party/optimized-routines/math/
Dlog2_data.c140 .tab2 = {
Dlog_data.c313 .tab2 = {
Dmath_config.h407 struct {double chi, clo;} tab2[1 << LOG_TABLE_BITS]; member
422 struct {double chi, clo;} tab2[1 << LOG2_TABLE_BITS]; member
/third_party/lame/libmp3lame/
Dtables.h57 const type2_t *const tab2;

12