Home
last modified time | relevance | path

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

12

/third_party/ffmpeg/libavcodec/tests/
Dfft.c203 static int check_diff(FFTSample *tab1, FFTSample *tab2, int n, double scale) in check_diff() argument
209 double e = fabs(tab1[i] - (tab2[i] / scale)) / RANGE; in check_diff()
212 i, tab1[i], tab2[i]); in check_diff()
379 FFTSample *tab2; in main() local
450 tab2 = av_malloc_array(fft_size, sizeof(FFTSample)); in main()
452 if (!(tab && tab1 && tab_ref && tab2)) in main()
518 imdct_calc(m, tab2, &tab1->re); in main()
519 err = check_diff(&tab_ref->re, tab2, fft_size, scale); in main()
522 mdct_calc(m, tab2, &tab1->re); in main()
523 err = check_diff(&tab_ref->re, tab2, fft_size / 2, scale); in main()
[all …]
/third_party/boost/libs/geometry/doc/other/maxima/
Dgeod.mac60 codeA1(maxpow):=block([tab2:" ",tab3:" "],
69 print(concat(tab2,"case ",string(n),":")),
92 codeA2(maxpow):=block([tab2:" ",tab3:" "],
102 print(concat(tab2,"case ",string(n),":")),
126 codeA3(maxpow):=block([tab2:" ",tab3:" "],
135 print(concat(tab2,"case ",string(nn),":")),
144 codeC1(maxpow):=block([tab2:" ",tab3:" "],
151 print(concat(tab2,"case ",string(n),":")),
173 codeC1p(maxpow):=block([tab2:" ",tab3:" "],
181 print(concat(tab2,"case ",string(n),":")),
[all …]
/third_party/ffmpeg/libavcodec/
Dmace.c144 const int16_t *tab1; const int16_t *tab2; int stride; member
180 current = tabs[tab_idx].tab2[((chd->index & 0x7f0) >> 4) * tabs[tab_idx].stride + val]; in read_table()
182 …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/src/math/
Dlog_data.c197 .tab2 = {
Dlog2_data.c134 .tab2 = {
Dlog2_data.h24 } tab2[1 << LOG2_TABLE_BITS]; member
Dlog_data.h24 } tab2[1 << LOG_TABLE_BITS]; member
Dlog.c14 #define T2 __log_data.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/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/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/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/flutter/flutter/packages/flutter/test/cupertino/material/
Dtab_scaffold_test.dart170 final RichText tab2 = tester.widget(find.descendant(
174 expect(tab2.text.style.color, CupertinoColors.destructiveRed);

12