Home
last modified time | relevance | path

Searched refs:table17 (Results 1 – 25 of 61) sorted by relevance

123

/dports/graphics/darktable38/darktable-3.8.0/src/external/rawspeed/src/librawspeed/decompressors/
H A DVC5Decompressor.cpp78 for (const RLV& entry : table17.entries) { in __anonba823cc30202()
87 const std::array<RLV, table17.length> decompandedTable17 = []() { in __anonba823cc30302()
88 std::array<RLV, table17.length> d; in __anonba823cc30302()
89 for (auto i = 0U; i < table17.length; i++) { in __anonba823cc30302()
90 d[i] = table17.entries[i]; in __anonba823cc30302()
91 d[i].value = decompand(table17.entries[i].value); in __anonba823cc30302()
859 static constexpr auto maxBits = 1 + table17.entries[table17.length - 1].size; in getRLV()
864 for (iTab = 0; iTab < table17.length; ++iTab) { in getRLV()
869 if (iTab >= table17.length) in getRLV()
/dports/graphics/darktable/darktable-3.6.1/src/external/rawspeed/src/librawspeed/decompressors/
H A DVC5Decompressor.cpp78 for (const RLV& entry : table17.entries) { in __anon8f7636770202()
87 const std::array<RLV, table17.length> decompandedTable17 = []() { in __anon8f7636770302()
88 std::array<RLV, table17.length> d; in __anon8f7636770302()
89 for (auto i = 0U; i < table17.length; i++) { in __anon8f7636770302()
90 d[i] = table17.entries[i]; in __anon8f7636770302()
91 d[i].value = decompand(table17.entries[i].value); in __anon8f7636770302()
865 static constexpr auto maxBits = 1 + table17.entries[table17.length - 1].size; in getRLV()
870 for (iTab = 0; iTab < table17.length; ++iTab) { in getRLV()
875 if (iTab >= table17.length) in getRLV()
/dports/graphics/photoflow/PhotoFlow-8472024f/src/external/rawspeed/src/librawspeed/decompressors/
H A DVC5Decompressor.cpp78 for (const RLV& entry : table17.entries) { in __anonc96cba220202()
87 const std::array<RLV, table17.length> decompandedTable17 = []() { in __anonc96cba220302()
88 std::array<RLV, table17.length> d; in __anonc96cba220302()
89 for (auto i = 0U; i < table17.length; i++) { in __anonc96cba220302()
90 d[i] = table17.entries[i]; in __anonc96cba220302()
91 d[i].value = decompand(table17.entries[i].value); in __anonc96cba220302()
815 static constexpr auto maxBits = 1 + table17.entries[table17.length - 1].size; in getRLV()
820 for (iTab = 0; iTab < table17.length; ++iTab) { in getRLV()
825 if (iTab >= table17.length) in getRLV()
/dports/databases/db5/db-5.3.28/test/sql_codegen/data/
H A Dmany_tables.sql64 REFERENCES table17(att_int));
66 CREATE TABLE table17 (att_int INT(8) PRIMARY KEY); table
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavcodec/i386/
H A Didct_mmx.c560 static const int16_t table17[] ATTR_ALIGN(16) = \
571 idct_row_mid (block, 4*8, 1*8, table17); \
572 idct_row (table17, rounder1); \
573 idct_row_mid (block, 1*8, 7*8, table17); \
574 idct_row (table17, rounder7); \
/dports/multimedia/libxine/xine-lib-1.2.11/src/video_dec/libmpeg2/
H A Didct_mmx.c560 static int16_t table17[] ATTR_ALIGN(16) = \
571 idct_row_mid (block, 4*8, 1*8, table17); \
572 idct_row (table17, rounder1); \
573 idct_row_mid (block, 1*8, 7*8, table17); \
574 idct_row (table17, rounder7); \
/dports/emulators/hugo/hugo-2.12/
H A Dinterface.c1721 GtkWidget *table17; in create_window_input_settings() local
3210 table17 = gtk_table_new (3, 11, TRUE); in create_window_input_settings()
3211 gtk_widget_show (table17); in create_window_input_settings()
3222 gtk_table_attach (GTK_TABLE (table17), label150, 3, 4, 2, 3, in create_window_input_settings()
3236 gtk_table_attach (GTK_TABLE (table17), label151, 5, 6, 2, 3, in create_window_input_settings()
3250 gtk_table_attach (GTK_TABLE (table17), label152, 7, 8, 1, 2, in create_window_input_settings()
3264 gtk_table_attach (GTK_TABLE (table17), label153, 9, 10, 1, 2, in create_window_input_settings()
3278 gtk_table_attach (GTK_TABLE (table17), label154, 7, 8, 0, 1, in create_window_input_settings()
3292 gtk_table_attach (GTK_TABLE (table17), label155, 9, 10, 0, 1, in create_window_input_settings()
3306 gtk_table_attach (GTK_TABLE (table17), label156, 0, 2, 0, 1, in create_window_input_settings()
[all …]
/dports/multimedia/libmpeg2/libmpeg2-0.5.1/libmpeg2/
H A Didct_mmx.c872 static const int16_t table17[] ATTR_ALIGN(16) = \
883 idct_row_mid (block, 4*8, 1*8, table17); \
884 idct_row (table17, rounder1); \
885 idct_row_mid (block, 1*8, 7*8, table17); \
886 idct_row (table17, rounder7); \
905 static const int16_t table17[] ATTR_ALIGN(16) = in sse2_idct() local
935 SSE2_IDCT_2ROW (table17, xmm9, xmm15, *rounder1_128, *rounder7_128); in sse2_idct()
956 SSE2_IDCT_2ROW (table17, xmm0, xmm4, *rounder1_128, *rounder7_128); in sse2_idct()
/dports/emulators/fs-uae/fs-uae-3.1.35/libmpeg2/libmpeg2/
H A Didct_mmx.c872 static const int16_t table17[] ATTR_ALIGN(16) = \
883 idct_row_mid (block, 4*8, 1*8, table17); \
884 idct_row (table17, rounder1); \
885 idct_row_mid (block, 1*8, 7*8, table17); \
886 idct_row (table17, rounder7); \
905 static const int16_t table17[] ATTR_ALIGN(16) = in sse2_idct() local
935 SSE2_IDCT_2ROW (table17, xmm9, xmm15, *rounder1_128, *rounder7_128); in sse2_idct()
956 SSE2_IDCT_2ROW (table17, xmm0, xmm4, *rounder1_128, *rounder7_128); in sse2_idct()
/dports/multimedia/mplayer/mplayer-export-2021-12-29/libmpeg2/
H A Didct_mmx.c872 static const int16_t table17[] ATTR_ALIGN(16) = \
883 idct_row_mid (block, 4*8, 1*8, table17); \
884 idct_row (table17, rounder1); \
885 idct_row_mid (block, 1*8, 7*8, table17); \
886 idct_row (table17, rounder7); \
905 static const int16_t table17[] ATTR_ALIGN(16) = in sse2_idct() local
935 SSE2_IDCT_2ROW (table17, xmm9, xmm15, *rounder1_128, *rounder7_128); in sse2_idct()
956 SSE2_IDCT_2ROW (table17, xmm0, xmm4, *rounder1_128, *rounder7_128); in sse2_idct()
/dports/multimedia/mencoder/mplayer-export-2021-12-29/libmpeg2/
H A Didct_mmx.c872 static const int16_t table17[] ATTR_ALIGN(16) = \
883 idct_row_mid (block, 4*8, 1*8, table17); \
884 idct_row (table17, rounder1); \
885 idct_row_mid (block, 1*8, 7*8, table17); \
886 idct_row (table17, rounder7); \
905 static const int16_t table17[] ATTR_ALIGN(16) = in sse2_idct() local
935 SSE2_IDCT_2ROW (table17, xmm9, xmm15, *rounder1_128, *rounder7_128); in sse2_idct()
956 SSE2_IDCT_2ROW (table17, xmm0, xmm4, *rounder1_128, *rounder7_128); in sse2_idct()
/dports/science/afni/afni-AFNI_21.3.16/src/mpegtoppm_dir/libmpeg2/
H A Didct_mmx.c566 static const int16_t table17[] ATTR_ALIGN(16) = \
577 idct_row_mid (block, 4*8, 1*8, table17); \
578 idct_row (table17, rounder1); \
579 idct_row_mid (block, 1*8, 7*8, table17); \
580 idct_row (table17, rounder7); \
/dports/multimedia/libxine/xine-lib-1.2.11/src/video_dec/libmpeg2new/libmpeg2/
H A Didct_mmx.c566 static const int16_t table17[] ATTR_ALIGN(16) = \
577 idct_row_mid (block, 4*8, 1*8, table17); \
578 idct_row (table17, rounder1); \
579 idct_row_mid (block, 1*8, 7*8, table17); \
580 idct_row (table17, rounder7); \
/dports/graphics/darktable38/darktable-3.8.0/src/external/rawspeed/src/external/gopro/vc5/
H A Dtable17.inc1 …sercontent.com/gopro/gpr/d2d78d1b236a278a13ed5abee6870af2b490c89f/source/lib/vc5_common/table17.inc
22 RLVTABLE(264) table17 =
/dports/graphics/darktable/darktable-3.6.1/src/external/rawspeed/src/external/gopro/vc5/
H A Dtable17.inc1 …sercontent.com/gopro/gpr/d2d78d1b236a278a13ed5abee6870af2b490c89f/source/lib/vc5_common/table17.inc
22 RLVTABLE(264) table17 =
/dports/graphics/photoflow/PhotoFlow-8472024f/src/external/rawspeed/src/external/gopro/vc5/
H A Dtable17.inc1 …sercontent.com/gopro/gpr/d2d78d1b236a278a13ed5abee6870af2b490c89f/source/lib/vc5_common/table17.inc
22 RLVTABLE(264) table17 =
/dports/databases/mysql55-client/mysql-5.5.62/mysql-test/r/
H A Ddrop.result30 table14, table15, table16, table17, table18, table19, table20,
36 table14, table15, table16, table17, table18, table19, table20,
/dports/textproc/p5-Excel-Writer-XLSX/Excel-Writer-XLSX-1.09/t/regression/
H A Dtable17.t19 my $filename = 'table17.xlsx';
/dports/databases/percona56-server/percona-server-5.6.51-91.0/mysql-test/r/
H A Ddrop.result30 table14, table15, table16, table17, table18, table19, table20,
36 table14, table15, table16, table17, table18, table19, table20,
/dports/databases/percona56-client/percona-server-5.6.51-91.0/mysql-test/r/
H A Ddrop.result30 table14, table15, table16, table17, table18, table19, table20,
36 table14, table15, table16, table17, table18, table19, table20,
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/mysql-test/r/
H A Ddrop.result30 table14, table15, table16, table17, table18, table19, table20,
36 table14, table15, table16, table17, table18, table19, table20,
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/mysql-test/r/
H A Ddrop.result30 table14, table15, table16, table17, table18, table19, table20,
36 table14, table15, table16, table17, table18, table19, table20,
/dports/databases/mysql56-client/mysql-5.6.51/mysql-test/r/
H A Ddrop.result30 table14, table15, table16, table17, table18, table19, table20,
36 table14, table15, table16, table17, table18, table19, table20,
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/r/
H A Ddrop.result30 table14, table15, table16, table17, table18, table19, table20,
36 table14, table15, table16, table17, table18, table19, table20,
/dports/databases/mariadb104-server/mariadb-10.4.24/mysql-test/main/
H A Ddrop.result31 table14, table15, table16, table17, table18, table19, table20,
37 table14, table15, table16, table17, table18, table19, table20,

123