Searched refs:FIX (Results 1 – 25 of 81) sorted by relevance
1234
/external/opencv3/3rdparty/libjpeg/ |
D | jfdctint.c | 124 #define FIX_0_298631336 FIX(0.298631336) 125 #define FIX_0_390180644 FIX(0.390180644) 126 #define FIX_0_541196100 FIX(0.541196100) 127 #define FIX_0_765366865 FIX(0.765366865) 128 #define FIX_0_899976223 FIX(0.899976223) 129 #define FIX_1_175875602 FIX(1.175875602) 130 #define FIX_1_501321110 FIX(1.501321110) 131 #define FIX_1_847759065 FIX(1.847759065) 132 #define FIX_1_961570560 FIX(1.961570560) 133 #define FIX_2_053119869 FIX(2.053119869) [all …]
|
D | jidctint.c | 129 #define FIX_0_298631336 FIX(0.298631336) 130 #define FIX_0_390180644 FIX(0.390180644) 131 #define FIX_0_541196100 FIX(0.541196100) 132 #define FIX_0_765366865 FIX(0.765366865) 133 #define FIX_0_899976223 FIX(0.899976223) 134 #define FIX_1_175875602 FIX(1.175875602) 135 #define FIX_1_501321110 FIX(1.501321110) 136 #define FIX_1_847759065 FIX(1.847759065) 137 #define FIX_1_961570560 FIX(1.961570560) 138 #define FIX_2_053119869 FIX(2.053119869) [all …]
|
/external/libjpeg-turbo/ |
D | jidctint.c | 130 #define FIX_0_298631336 FIX(0.298631336) 131 #define FIX_0_390180644 FIX(0.390180644) 132 #define FIX_0_541196100 FIX(0.541196100) 133 #define FIX_0_765366865 FIX(0.765366865) 134 #define FIX_0_899976223 FIX(0.899976223) 135 #define FIX_1_175875602 FIX(1.175875602) 136 #define FIX_1_501321110 FIX(1.501321110) 137 #define FIX_1_847759065 FIX(1.847759065) 138 #define FIX_1_961570560 FIX(1.961570560) 139 #define FIX_2_053119869 FIX(2.053119869) [all …]
|
D | jfdctint.c | 108 #define FIX_0_298631336 FIX(0.298631336) 109 #define FIX_0_390180644 FIX(0.390180644) 110 #define FIX_0_541196100 FIX(0.541196100) 111 #define FIX_0_765366865 FIX(0.765366865) 112 #define FIX_0_899976223 FIX(0.899976223) 113 #define FIX_1_175875602 FIX(1.175875602) 114 #define FIX_1_501321110 FIX(1.501321110) 115 #define FIX_1_847759065 FIX(1.847759065) 116 #define FIX_1_961570560 FIX(1.961570560) 117 #define FIX_2_053119869 FIX(2.053119869) [all …]
|
D | jidctred.c | 75 #define FIX_0_211164243 FIX(0.211164243) 76 #define FIX_0_509795579 FIX(0.509795579) 77 #define FIX_0_601344887 FIX(0.601344887) 78 #define FIX_0_720959822 FIX(0.720959822) 79 #define FIX_0_765366865 FIX(0.765366865) 80 #define FIX_0_850430095 FIX(0.850430095) 81 #define FIX_0_899976223 FIX(0.899976223) 82 #define FIX_1_061594337 FIX(1.061594337) 83 #define FIX_1_272758580 FIX(1.272758580) 84 #define FIX_1_451774981 FIX(1.451774981) [all …]
|
/external/libjpeg-turbo/simd/ |
D | jccolext-mmx.asm | 289 pmaddwd mm1,[GOTOFF(eax,PW_F0299_F0337)] ; mm1=ROL*FIX(0.299)+GOL*FIX(0.337) 290 pmaddwd mm6,[GOTOFF(eax,PW_F0299_F0337)] ; mm6=ROH*FIX(0.299)+GOH*FIX(0.337) 291 pmaddwd mm7,[GOTOFF(eax,PW_MF016_MF033)] ; mm7=ROL*-FIX(0.168)+GOL*-FIX(0.331) 292 pmaddwd mm4,[GOTOFF(eax,PW_MF016_MF033)] ; mm4=ROH*-FIX(0.168)+GOH*-FIX(0.331) 294 movq MMWORD [wk(4)], mm1 ; wk(4)=ROL*FIX(0.299)+GOL*FIX(0.337) 295 movq MMWORD [wk(5)], mm6 ; wk(5)=ROH*FIX(0.299)+GOH*FIX(0.337) 301 psrld mm1,1 ; mm1=BOL*FIX(0.500) 302 psrld mm6,1 ; mm6=BOH*FIX(0.500) 321 pmaddwd mm0,[GOTOFF(eax,PW_F0299_F0337)] ; mm0=REL*FIX(0.299)+GEL*FIX(0.337) 322 pmaddwd mm6,[GOTOFF(eax,PW_F0299_F0337)] ; mm6=REH*FIX(0.299)+GEH*FIX(0.337) [all …]
|
D | jccolext-sse2-64.asm | 303 pmaddwd xmm1,[rel PW_F0299_F0337] ; xmm1=ROL*FIX(0.299)+GOL*FIX(0.337) 304 pmaddwd xmm6,[rel PW_F0299_F0337] ; xmm6=ROH*FIX(0.299)+GOH*FIX(0.337) 305 pmaddwd xmm7,[rel PW_MF016_MF033] ; xmm7=ROL*-FIX(0.168)+GOL*-FIX(0.331) 306 pmaddwd xmm4,[rel PW_MF016_MF033] ; xmm4=ROH*-FIX(0.168)+GOH*-FIX(0.331) 308 movdqa XMMWORD [wk(4)], xmm1 ; wk(4)=ROL*FIX(0.299)+GOL*FIX(0.337) 309 movdqa XMMWORD [wk(5)], xmm6 ; wk(5)=ROH*FIX(0.299)+GOH*FIX(0.337) 315 psrld xmm1,1 ; xmm1=BOL*FIX(0.500) 316 psrld xmm6,1 ; xmm6=BOH*FIX(0.500) 335 pmaddwd xmm0,[rel PW_F0299_F0337] ; xmm0=REL*FIX(0.299)+GEL*FIX(0.337) 336 pmaddwd xmm6,[rel PW_F0299_F0337] ; xmm6=REH*FIX(0.299)+GEH*FIX(0.337) [all …]
|
D | jccolext-sse2.asm | 317 pmaddwd xmm1,[GOTOFF(eax,PW_F0299_F0337)] ; xmm1=ROL*FIX(0.299)+GOL*FIX(0.337) 318 pmaddwd xmm6,[GOTOFF(eax,PW_F0299_F0337)] ; xmm6=ROH*FIX(0.299)+GOH*FIX(0.337) 319 pmaddwd xmm7,[GOTOFF(eax,PW_MF016_MF033)] ; xmm7=ROL*-FIX(0.168)+GOL*-FIX(0.331) 320 pmaddwd xmm4,[GOTOFF(eax,PW_MF016_MF033)] ; xmm4=ROH*-FIX(0.168)+GOH*-FIX(0.331) 322 movdqa XMMWORD [wk(4)], xmm1 ; wk(4)=ROL*FIX(0.299)+GOL*FIX(0.337) 323 movdqa XMMWORD [wk(5)], xmm6 ; wk(5)=ROH*FIX(0.299)+GOH*FIX(0.337) 329 psrld xmm1,1 ; xmm1=BOL*FIX(0.500) 330 psrld xmm6,1 ; xmm6=BOH*FIX(0.500) 349 pmaddwd xmm0,[GOTOFF(eax,PW_F0299_F0337)] ; xmm0=REL*FIX(0.299)+GEL*FIX(0.337) 350 pmaddwd xmm6,[GOTOFF(eax,PW_F0299_F0337)] ; xmm6=REH*FIX(0.299)+GEH*FIX(0.337) [all …]
|
D | jccolor-sse2.asm | 23 F_0_081 equ 5329 ; FIX(0.08131) 24 F_0_114 equ 7471 ; FIX(0.11400) 25 F_0_168 equ 11059 ; FIX(0.16874) 26 F_0_250 equ 16384 ; FIX(0.25000) 27 F_0_299 equ 19595 ; FIX(0.29900) 28 F_0_331 equ 21709 ; FIX(0.33126) 29 F_0_418 equ 27439 ; FIX(0.41869) 30 F_0_587 equ 38470 ; FIX(0.58700) 31 F_0_337 equ (F_0_587 - F_0_250) ; FIX(0.58700) - FIX(0.25000)
|
D | jdmerge-mmx.asm | 26 F_0_344 equ 22554 ; FIX(0.34414) 27 F_0_714 equ 46802 ; FIX(0.71414) 28 F_1_402 equ 91881 ; FIX(1.40200) 29 F_1_772 equ 116130 ; FIX(1.77200) 30 F_0_402 equ (F_1_402 - 65536) ; FIX(1.40200) - FIX(1) 31 F_0_285 equ ( 65536 - F_0_714) ; FIX(1) - FIX(0.71414) 32 F_0_228 equ (131072 - F_1_772) ; FIX(2) - FIX(1.77200)
|
D | jccolor-mmx.asm | 26 F_0_081 equ 5329 ; FIX(0.08131) 27 F_0_114 equ 7471 ; FIX(0.11400) 28 F_0_168 equ 11059 ; FIX(0.16874) 29 F_0_250 equ 16384 ; FIX(0.25000) 30 F_0_299 equ 19595 ; FIX(0.29900) 31 F_0_331 equ 21709 ; FIX(0.33126) 32 F_0_418 equ 27439 ; FIX(0.41869) 33 F_0_587 equ 38470 ; FIX(0.58700) 34 F_0_337 equ (F_0_587 - F_0_250) ; FIX(0.58700) - FIX(0.25000)
|
D | jdcolor-sse2-64.asm | 26 F_0_344 equ 22554 ; FIX(0.34414) 27 F_0_714 equ 46802 ; FIX(0.71414) 28 F_1_402 equ 91881 ; FIX(1.40200) 29 F_1_772 equ 116130 ; FIX(1.77200) 30 F_0_402 equ (F_1_402 - 65536) ; FIX(1.40200) - FIX(1) 31 F_0_285 equ ( 65536 - F_0_714) ; FIX(1) - FIX(0.71414) 32 F_0_228 equ (131072 - F_1_772) ; FIX(2) - FIX(1.77200)
|
D | jdcolor-mmx.asm | 26 F_0_344 equ 22554 ; FIX(0.34414) 27 F_0_714 equ 46802 ; FIX(0.71414) 28 F_1_402 equ 91881 ; FIX(1.40200) 29 F_1_772 equ 116130 ; FIX(1.77200) 30 F_0_402 equ (F_1_402 - 65536) ; FIX(1.40200) - FIX(1) 31 F_0_285 equ ( 65536 - F_0_714) ; FIX(1) - FIX(0.71414) 32 F_0_228 equ (131072 - F_1_772) ; FIX(2) - FIX(1.77200)
|
D | jdmerge-sse2.asm | 26 F_0_344 equ 22554 ; FIX(0.34414) 27 F_0_714 equ 46802 ; FIX(0.71414) 28 F_1_402 equ 91881 ; FIX(1.40200) 29 F_1_772 equ 116130 ; FIX(1.77200) 30 F_0_402 equ (F_1_402 - 65536) ; FIX(1.40200) - FIX(1) 31 F_0_285 equ ( 65536 - F_0_714) ; FIX(1) - FIX(0.71414) 32 F_0_228 equ (131072 - F_1_772) ; FIX(2) - FIX(1.77200)
|
D | jdcolor-sse2.asm | 26 F_0_344 equ 22554 ; FIX(0.34414) 27 F_0_714 equ 46802 ; FIX(0.71414) 28 F_1_402 equ 91881 ; FIX(1.40200) 29 F_1_772 equ 116130 ; FIX(1.77200) 30 F_0_402 equ (F_1_402 - 65536) ; FIX(1.40200) - FIX(1) 31 F_0_285 equ ( 65536 - F_0_714) ; FIX(1) - FIX(0.71414) 32 F_0_228 equ (131072 - F_1_772) ; FIX(2) - FIX(1.77200)
|
D | jccolor-sse2-64.asm | 23 F_0_081 equ 5329 ; FIX(0.08131) 24 F_0_114 equ 7471 ; FIX(0.11400) 25 F_0_168 equ 11059 ; FIX(0.16874) 26 F_0_250 equ 16384 ; FIX(0.25000) 27 F_0_299 equ 19595 ; FIX(0.29900) 28 F_0_331 equ 21709 ; FIX(0.33126) 29 F_0_418 equ 27439 ; FIX(0.41869) 30 F_0_587 equ 38470 ; FIX(0.58700) 31 F_0_337 equ (F_0_587 - F_0_250) ; FIX(0.58700) - FIX(0.25000)
|
D | jdmerge-sse2-64.asm | 26 F_0_344 equ 22554 ; FIX(0.34414) 27 F_0_714 equ 46802 ; FIX(0.71414) 28 F_1_402 equ 91881 ; FIX(1.40200) 29 F_1_772 equ 116130 ; FIX(1.77200) 30 F_0_402 equ (F_1_402 - 65536) ; FIX(1.40200) - FIX(1) 31 F_0_285 equ ( 65536 - F_0_714) ; FIX(1) - FIX(0.71414) 32 F_0_228 equ (131072 - F_1_772) ; FIX(2) - FIX(1.77200)
|
D | jcgryext-mmx.asm | 271 pmaddwd mm1,[GOTOFF(eax,PW_F0299_F0337)] ; mm1=ROL*FIX(0.299)+GOL*FIX(0.337) 272 pmaddwd mm6,[GOTOFF(eax,PW_F0299_F0337)] ; mm6=ROH*FIX(0.299)+GOH*FIX(0.337) 274 movq mm7, mm6 ; mm7=ROH*FIX(0.299)+GOH*FIX(0.337) 279 pmaddwd mm0,[GOTOFF(eax,PW_F0299_F0337)] ; mm0=REL*FIX(0.299)+GEL*FIX(0.337) 280 pmaddwd mm6,[GOTOFF(eax,PW_F0299_F0337)] ; mm6=REH*FIX(0.299)+GEH*FIX(0.337) 282 movq MMWORD [wk(0)], mm0 ; wk(0)=REL*FIX(0.299)+GEL*FIX(0.337) 283 movq MMWORD [wk(1)], mm6 ; wk(1)=REH*FIX(0.299)+GEH*FIX(0.337) 291 pmaddwd mm0,[GOTOFF(eax,PW_F0114_F0250)] ; mm0=BOL*FIX(0.114)+GOL*FIX(0.250) 292 pmaddwd mm4,[GOTOFF(eax,PW_F0114_F0250)] ; mm4=BOH*FIX(0.114)+GOH*FIX(0.250) 307 pmaddwd mm6,[GOTOFF(eax,PW_F0114_F0250)] ; mm6=BEL*FIX(0.114)+GEL*FIX(0.250) [all …]
|
D | jcgryext-sse2-64.asm | 284 pmaddwd xmm1,[rel PW_F0299_F0337] ; xmm1=ROL*FIX(0.299)+GOL*FIX(0.337) 285 pmaddwd xmm6,[rel PW_F0299_F0337] ; xmm6=ROH*FIX(0.299)+GOH*FIX(0.337) 287 movdqa xmm7, xmm6 ; xmm7=ROH*FIX(0.299)+GOH*FIX(0.337) 292 pmaddwd xmm0,[rel PW_F0299_F0337] ; xmm0=REL*FIX(0.299)+GEL*FIX(0.337) 293 pmaddwd xmm6,[rel PW_F0299_F0337] ; xmm6=REH*FIX(0.299)+GEH*FIX(0.337) 295 movdqa XMMWORD [wk(0)], xmm0 ; wk(0)=REL*FIX(0.299)+GEL*FIX(0.337) 296 movdqa XMMWORD [wk(1)], xmm6 ; wk(1)=REH*FIX(0.299)+GEH*FIX(0.337) 304 pmaddwd xmm0,[rel PW_F0114_F0250] ; xmm0=BOL*FIX(0.114)+GOL*FIX(0.250) 305 pmaddwd xmm4,[rel PW_F0114_F0250] ; xmm4=BOH*FIX(0.114)+GOH*FIX(0.250) 320 pmaddwd xmm6,[rel PW_F0114_F0250] ; xmm6=BEL*FIX(0.114)+GEL*FIX(0.250) [all …]
|
/external/pdfium/third_party/libjpeg/ |
D | fpdfapi_jfdctint.c | 106 #define FIX_0_298631336 FIX(0.298631336) 107 #define FIX_0_390180644 FIX(0.390180644) 108 #define FIX_0_541196100 FIX(0.541196100) 109 #define FIX_0_765366865 FIX(0.765366865) 110 #define FIX_0_899976223 FIX(0.899976223) 111 #define FIX_1_175875602 FIX(1.175875602) 112 #define FIX_1_501321110 FIX(1.501321110) 113 #define FIX_1_847759065 FIX(1.847759065) 114 #define FIX_1_961570560 FIX(1.961570560) 115 #define FIX_2_053119869 FIX(2.053119869) [all …]
|
D | fpdfapi_jidctred.c | 73 #define FIX_0_211164243 FIX(0.211164243) 74 #define FIX_0_509795579 FIX(0.509795579) 75 #define FIX_0_601344887 FIX(0.601344887) 76 #define FIX_0_720959822 FIX(0.720959822) 77 #define FIX_0_765366865 FIX(0.765366865) 78 #define FIX_0_850430095 FIX(0.850430095) 79 #define FIX_0_899976223 FIX(0.899976223) 80 #define FIX_1_061594337 FIX(1.061594337) 81 #define FIX_1_272758580 FIX(1.272758580) 82 #define FIX_1_451774981 FIX(1.451774981) [all …]
|
/external/mockftpserver/tags/2.2/ |
D | CHANGELOG.txt | 7 …* BUG FIX: #2823519 "The RnfrCommandHandler is currently set to only support renaming of files": h… 9 - BUG FIX: #2828362: "Unit tests using FakeFtpServer are slow" https://sourceforge.net/tracker/?fun… 11 - BUG FIX: #2953392: "AbstractFtpServer waits endless if binding to port fails" https://sourceforge… 21 - BUG FIX: #2696898: �WindowsFakeFilesystem DirectoryEntry case sensitivity� (https://sourceforge.n… 22 - BUG FIX: #2797980: �UnixFakeFileSystem IsValidName Regex incorrect� (https://sourceforge.net/trac… 30 - BUG FIX: #2654577: 'month' in UnixDirectoryListingFormatter is Locale specific. http://sourceforg… 31 - BUG FIX: #2653626: Cannot start() server after calling stop(). https://sourceforge.net/tracker2/i… 36 - BUG FIX: #2543193 �"cd .." and "pwd" don't work properly together� (https://sourceforge.net/track… 37 - BUG FIX: #2540548 �Missing new line on directory listing� (https://sourceforge.net/tracker2/?func… 38 - BUG FIX: #2540366 �FileEntry.setContents( byte [] contents ) change the content� (https://sourcef… [all …]
|
/external/mockftpserver/tags/2.3/ |
D | CHANGELOG.txt | 18 …* BUG FIX: #2823519 "The RnfrCommandHandler is currently set to only support renaming of files": h… 20 - BUG FIX: #2828362: "Unit tests using FakeFtpServer are slow" https://sourceforge.net/tracker/?fun… 22 - BUG FIX: #2953392: "AbstractFtpServer waits endless if binding to port fails" https://sourceforge… 32 - BUG FIX: #2696898: �WindowsFakeFilesystem DirectoryEntry case sensitivity� (https://sourceforge.n… 33 - BUG FIX: #2797980: �UnixFakeFileSystem IsValidName Regex incorrect� (https://sourceforge.net/trac… 41 - BUG FIX: #2654577: 'month' in UnixDirectoryListingFormatter is Locale specific. http://sourceforg… 42 - BUG FIX: #2653626: Cannot start() server after calling stop(). https://sourceforge.net/tracker2/i… 47 - BUG FIX: #2543193 �"cd .." and "pwd" don't work properly together� (https://sourceforge.net/track… 48 - BUG FIX: #2540548 �Missing new line on directory listing� (https://sourceforge.net/tracker2/?func… 49 - BUG FIX: #2540366 �FileEntry.setContents( byte [] contents ) change the content� (https://sourcef… [all …]
|
/external/mockftpserver/tags/2.4/ |
D | CHANGELOG.txt | 26 …* BUG FIX: #2823519 "The RnfrCommandHandler is currently set to only support renaming of files": h… 28 - BUG FIX: #2828362: "Unit tests using FakeFtpServer are slow" https://sourceforge.net/tracker/?fun… 30 - BUG FIX: #2953392: "AbstractFtpServer waits endless if binding to port fails" https://sourceforge… 40 - BUG FIX: #2696898: �WindowsFakeFilesystem DirectoryEntry case sensitivity� (https://sourceforge.n… 41 - BUG FIX: #2797980: �UnixFakeFileSystem IsValidName Regex incorrect� (https://sourceforge.net/trac… 49 - BUG FIX: #2654577: 'month' in UnixDirectoryListingFormatter is Locale specific. http://sourceforg… 50 - BUG FIX: #2653626: Cannot start() server after calling stop(). https://sourceforge.net/tracker2/i… 55 - BUG FIX: #2543193 �"cd .." and "pwd" don't work properly together� (https://sourceforge.net/track… 56 - BUG FIX: #2540548 �Missing new line on directory listing� (https://sourceforge.net/tracker2/?func… 57 - BUG FIX: #2540366 �FileEntry.setContents( byte [] contents ) change the content� (https://sourcef… [all …]
|
/external/mockftpserver/tags/2.1/ |
D | CHANGELOG.txt | 7 - BUG FIX: #2696898: �WindowsFakeFilesystem DirectoryEntry case sensitivity� (https://sourceforge.n… 8 - BUG FIX: #2797980: �UnixFakeFileSystem IsValidName Regex incorrect� (https://sourceforge.net/trac… 16 - BUG FIX: #2654577: 'month' in UnixDirectoryListingFormatter is Locale specific. http://sourceforg… 17 - BUG FIX: #2653626: Cannot start() server after calling stop(). https://sourceforge.net/tracker2/i… 22 - BUG FIX: #2543193 �"cd .." and "pwd" don't work properly together� (https://sourceforge.net/track… 23 - BUG FIX: #2540548 �Missing new line on directory listing� (https://sourceforge.net/tracker2/?func… 24 - BUG FIX: #2540366 �FileEntry.setContents( byte [] contents ) change the content� (https://sourcef… 30 - BUG FIX: #2462794 filesystem.pathDoesNotExist key is missing from the ReplyText resource bundle. … 31 - BUG FIX: #2462973 FileEntry.cloneWithNewPath doesn't clone out field. See https://sourceforge.net… 37 - BUG FIX: ClassCastException in AbstractFtpServer during server cleanup. [all …]
|
1234