Home
last modified time | relevance | path

Searched refs:dest8 (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Didnatest.c868 char dest8[10]; in TestUTS46() local
917 dest8, UPRV_LENGTHOF(dest8), &info, &errorCode); in TestUTS46()
918 if( U_FAILURE(errorCode) || length != 4 || 0 != memcmp(dest8, fass8, 5) || in TestUTS46()
925 dest8, UPRV_LENGTHOF(dest8), &info, &errorCode); in TestUTS46()
926 if( U_FAILURE(errorCode) || length != 4 || 0 != memcmp(dest8, fa_sharps8, 5) || in TestUTS46()
933 dest8, 4, &info, &errorCode); in TestUTS46()
935 length != 4 || 0 != memcmp(dest8, fass8, 4) || in TestUTS46()
942 dest8, 4, &info, &errorCode); in TestUTS46()
944 length != 4 || 0 != memcmp(dest8, fa_sharps8, 4) || in TestUTS46()
997 NULL, UPRV_LENGTHOF(dest8), &info, &errorCode); in TestUTS46()
[all …]
Dcustrtrn.c2000 char dest8[4]={ 3, 3, 3, 3 }; in TestNullEmptySource() local
2062 dest8[0]=3; in TestNullEmptySource()
2065 u_strToUTF8(dest8, UPRV_LENGTHOF(dest8), &length, NULL, 0, &errorCode); in TestNullEmptySource()
2066 if(errorCode!=U_ZERO_ERROR || length!=0 || dest8[0]!=0 || dest8[1]!=3) { in TestNullEmptySource()
2070 dest8[0]=3; in TestNullEmptySource()
2073 u_strToUTF8WithSub(dest8, UPRV_LENGTHOF(dest8), &length, NULL, 0, 0xfffd, NULL, &errorCode); in TestNullEmptySource()
2074 if(errorCode!=U_ZERO_ERROR || length!=0 || dest8[0]!=0 || dest8[1]!=3) { in TestNullEmptySource()
2094 dest8[0]=3; in TestNullEmptySource()
2097 u_strToJavaModifiedUTF8(dest8, UPRV_LENGTHOF(dest8), &length, NULL, 0, &errorCode); in TestNullEmptySource()
2098 if(errorCode!=U_ZERO_ERROR || length!=0 || dest8[0]!=0 || dest8[1]!=3) { in TestNullEmptySource()
/external/libvpx/libvpx/vp9/common/
Dvp9_idct.c209 void vp9_highbd_iht4x4_16_add_c(const tran_low_t *input, uint8_t *dest8, in vp9_highbd_iht4x4_16_add_c() argument
217 uint16_t *dest = CONVERT_TO_SHORTPTR(dest8); in vp9_highbd_iht4x4_16_add_c()
250 void vp9_highbd_iht8x8_64_add_c(const tran_low_t *input, uint8_t *dest8, in vp9_highbd_iht8x8_64_add_c() argument
257 uint16_t *dest = CONVERT_TO_SHORTPTR(dest8); in vp9_highbd_iht8x8_64_add_c()
285 void vp9_highbd_iht16x16_256_add_c(const tran_low_t *input, uint8_t *dest8, in vp9_highbd_iht16x16_256_add_c() argument
292 uint16_t *dest = CONVERT_TO_SHORTPTR(dest8); in vp9_highbd_iht16x16_256_add_c()
/external/libvpx/libvpx/vpx_dsp/
Dinv_txfm.c1240 void vpx_highbd_iwht4x4_16_add_c(const tran_low_t *input, uint8_t *dest8, in vpx_highbd_iwht4x4_16_add_c() argument
1249 uint16_t *dest = CONVERT_TO_SHORTPTR(dest8); in vpx_highbd_iwht4x4_16_add_c()
1294 void vpx_highbd_iwht4x4_1_add_c(const tran_low_t *in, uint8_t *dest8, in vpx_highbd_iwht4x4_1_add_c() argument
1301 uint16_t *dest = CONVERT_TO_SHORTPTR(dest8); in vpx_highbd_iwht4x4_1_add_c()
1348 void vpx_highbd_idct4x4_16_add_c(const tran_low_t *input, uint8_t *dest8, in vpx_highbd_idct4x4_16_add_c() argument
1354 uint16_t *dest = CONVERT_TO_SHORTPTR(dest8); in vpx_highbd_idct4x4_16_add_c()
1375 void vpx_highbd_idct4x4_1_add_c(const tran_low_t *input, uint8_t *dest8, in vpx_highbd_idct4x4_1_add_c() argument
1381 uint16_t *dest = CONVERT_TO_SHORTPTR(dest8); in vpx_highbd_idct4x4_1_add_c()
1440 void vpx_highbd_idct8x8_64_add_c(const tran_low_t *input, uint8_t *dest8, in vpx_highbd_idct8x8_64_add_c() argument
1446 uint16_t *dest = CONVERT_TO_SHORTPTR(dest8); in vpx_highbd_idct8x8_64_add_c()
[all …]
/external/libvpx/libvpx/vpx_dsp/x86/
Dinv_txfm_sse2.c3507 void vpx_highbd_idct4x4_16_add_sse2(const tran_low_t *input, uint8_t *dest8, in vpx_highbd_idct4x4_16_add_sse2() argument
3516 uint16_t *dest = CONVERT_TO_SHORTPTR(dest8); in vpx_highbd_idct4x4_16_add_sse2()
3623 void vpx_highbd_idct8x8_64_add_sse2(const tran_low_t *input, uint8_t *dest8, in vpx_highbd_idct8x8_64_add_sse2() argument
3630 uint16_t *dest = CONVERT_TO_SHORTPTR(dest8); in vpx_highbd_idct8x8_64_add_sse2()
3724 void vpx_highbd_idct8x8_10_add_sse2(const tran_low_t *input, uint8_t *dest8, in vpx_highbd_idct8x8_10_add_sse2() argument
3731 uint16_t *dest = CONVERT_TO_SHORTPTR(dest8); in vpx_highbd_idct8x8_10_add_sse2()
3828 void vpx_highbd_idct16x16_256_add_sse2(const tran_low_t *input, uint8_t *dest8, in vpx_highbd_idct16x16_256_add_sse2() argument
3835 uint16_t *dest = CONVERT_TO_SHORTPTR(dest8); in vpx_highbd_idct16x16_256_add_sse2()
3942 void vpx_highbd_idct16x16_10_add_sse2(const tran_low_t *input, uint8_t *dest8, in vpx_highbd_idct16x16_10_add_sse2() argument
3949 uint16_t *dest = CONVERT_TO_SHORTPTR(dest8); in vpx_highbd_idct16x16_10_add_sse2()