/external/libaom/libaom/third_party/libyuv/source/ |
D | row_neon.cc | 99 MEMACCESS([kUVToG]) \ 155 static uvec8 kUVToG = { 25, 25, 25, 25, 52, 52, 52, 52, variable 192 [kUVToG]"r"(&kUVToG), // %6 in I444ToARGBRow_NEON() 222 [kUVToG]"r"(&kUVToG), // %6 in I422ToARGBRow_NEON() 252 [kUVToG]"r"(&kUVToG), // %6 in I411ToARGBRow_NEON() 283 [kUVToG]"r"(&kUVToG), // %6 in I422ToBGRARow_NEON() 314 [kUVToG]"r"(&kUVToG), // %6 in I422ToABGRRow_NEON() 344 [kUVToG]"r"(&kUVToG), // %6 in I422ToRGBARow_NEON() 373 [kUVToG]"r"(&kUVToG), // %6 in I422ToRGB24Row_NEON() 403 [kUVToG]"r"(&kUVToG), // %6 in I422ToRAWRow_NEON() [all …]
|
D | row_win.cc | 30 lvec8 kUVToG; // 32 member 168 xmm1 = _mm_maddubs_epi16(xmm1, *(__m128i*)kYuvConstants.kUVToG); in I422ToARGBRow_SSSE3() 1968 __asm vpmaddubsw ymm1, ymm0, YuvConstants.kUVToG /* scale G UV */ \ 2400 __asm pmaddubsw xmm2, YuvConstants.kUVToG /* scale G UV */ \
|
D | row_gcc.cc | 1418 lvec8 kUVToG; // 32 member
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_neon.cc | 128 [kUVToG] "r"(&yuvconstants->kUVToG), in I444ToARGBRow_NEON() 154 [kUVToG] "r"(&yuvconstants->kUVToG), in I422ToARGBRow_NEON() 182 [kUVToG] "r"(&yuvconstants->kUVToG), in I422AlphaToARGBRow_NEON() 208 [kUVToG] "r"(&yuvconstants->kUVToG), in I422ToRGBARow_NEON() 233 [kUVToG] "r"(&yuvconstants->kUVToG), in I422ToRGB24Row_NEON() 265 [kUVToG] "r"(&yuvconstants->kUVToG), in I422ToRGB565Row_NEON() 300 [kUVToG] "r"(&yuvconstants->kUVToG), in I422ToARGB1555Row_NEON() 338 [kUVToG] "r"(&yuvconstants->kUVToG), in I422ToARGB4444Row_NEON() 357 [kUVToG] "r"(&kYuvI601Constants.kUVToG), in I400ToARGBRow_NEON() 397 [kUVToG] "r"(&yuvconstants->kUVToG), in NV12ToARGBRow_NEON() [all …]
|
D | row_neon64.cc | 136 [kUVToG]"r"(&yuvconstants->kUVToG), in I444ToARGBRow_NEON() 165 [kUVToG]"r"(&yuvconstants->kUVToG), in I422ToARGBRow_NEON() 196 [kUVToG]"r"(&yuvconstants->kUVToG), in I422AlphaToARGBRow_NEON() 225 [kUVToG]"r"(&yuvconstants->kUVToG), in I422ToRGBARow_NEON() 253 [kUVToG]"r"(&yuvconstants->kUVToG), in I422ToRGB24Row_NEON() 288 [kUVToG] "r"(&yuvconstants->kUVToG), in I422ToRGB565Row_NEON() 325 [kUVToG] "r"(&yuvconstants->kUVToG), in I422ToARGB1555Row_NEON() 365 [kUVToG]"r"(&yuvconstants->kUVToG), in I422ToARGB4444Row_NEON() 387 [kUVToG]"r"(&kYuvI601Constants.kUVToG), in I400ToARGBRow_NEON() 431 [kUVToG]"r"(&yuvconstants->kUVToG), in NV12ToARGBRow_NEON() [all …]
|
D | row_common.cc | 1321 int ug = yuvconstants->kUVToG[0]; in YuvPixel() 1322 int vg = yuvconstants->kUVToG[1]; in YuvPixel() 1330 int ug = yuvconstants->kUVToG[0]; in YuvPixel() 1331 int vg = yuvconstants->kUVToG[4]; in YuvPixel() 1339 int ug = yuvconstants->kUVToG[0]; in YuvPixel() 1340 int vg = yuvconstants->kUVToG[1]; in YuvPixel() 1364 int ug = yuvconstants->kUVToG[0]; in YuvPixel8_16() 1365 int vg = yuvconstants->kUVToG[1]; in YuvPixel8_16() 1373 int ug = yuvconstants->kUVToG[0]; in YuvPixel8_16() 1374 int vg = yuvconstants->kUVToG[4]; in YuvPixel8_16() [all …]
|
D | row_msa.cc | 31 ug = __msa_fill_w(yuvconst->kUVToG[0]); \ 32 vg = __msa_fill_w(yuvconst->kUVToG[1]); \
|
D | row_win.cc | 59 xmm1 = _mm_maddubs_epi16(xmm1, *(__m128i*)yuvconstants->kUVToG); \
|
/external/libyuv/files/source/ |
D | row_neon.cc | 128 [kUVToG] "r"(&yuvconstants->kUVToG), in I444ToARGBRow_NEON() 154 [kUVToG] "r"(&yuvconstants->kUVToG), in I422ToARGBRow_NEON() 182 [kUVToG] "r"(&yuvconstants->kUVToG), in I422AlphaToARGBRow_NEON() 208 [kUVToG] "r"(&yuvconstants->kUVToG), in I422ToRGBARow_NEON() 233 [kUVToG] "r"(&yuvconstants->kUVToG), in I422ToRGB24Row_NEON() 265 [kUVToG] "r"(&yuvconstants->kUVToG), in I422ToRGB565Row_NEON() 300 [kUVToG] "r"(&yuvconstants->kUVToG), in I422ToARGB1555Row_NEON() 338 [kUVToG] "r"(&yuvconstants->kUVToG), in I422ToARGB4444Row_NEON() 357 [kUVToG] "r"(&kYuvI601Constants.kUVToG), in I400ToARGBRow_NEON() 397 [kUVToG] "r"(&yuvconstants->kUVToG), in NV12ToARGBRow_NEON() [all …]
|
D | row_neon64.cc | 136 [kUVToG]"r"(&yuvconstants->kUVToG), in I444ToARGBRow_NEON() 165 [kUVToG]"r"(&yuvconstants->kUVToG), in I422ToARGBRow_NEON() 196 [kUVToG]"r"(&yuvconstants->kUVToG), in I422AlphaToARGBRow_NEON() 225 [kUVToG]"r"(&yuvconstants->kUVToG), in I422ToRGBARow_NEON() 253 [kUVToG]"r"(&yuvconstants->kUVToG), in I422ToRGB24Row_NEON() 288 [kUVToG] "r"(&yuvconstants->kUVToG), in I422ToRGB565Row_NEON() 325 [kUVToG] "r"(&yuvconstants->kUVToG), in I422ToARGB1555Row_NEON() 365 [kUVToG]"r"(&yuvconstants->kUVToG), in I422ToARGB4444Row_NEON() 387 [kUVToG]"r"(&kYuvI601Constants.kUVToG), in I400ToARGBRow_NEON() 431 [kUVToG]"r"(&yuvconstants->kUVToG), in NV12ToARGBRow_NEON() [all …]
|
D | row_dspr2.cc | 596 uint32 tmp_ug = yuvconstants->kUVToG[0]; in I422ToARGBRow_DSPR2() 597 uint32 tmp_vg = yuvconstants->kUVToG[1]; in I422ToARGBRow_DSPR2() 878 uint32 tmp_ug = yuvconstants->kUVToG[0]; in I444ToARGBRow_DSPR2() 879 uint32 tmp_vg = yuvconstants->kUVToG[1]; in I444ToARGBRow_DSPR2() 964 uint32 tmp_ug = yuvconstants->kUVToG[0]; in I422ToARGB4444Row_DSPR2() 965 uint32 tmp_vg = yuvconstants->kUVToG[1]; in I422ToARGB4444Row_DSPR2() 1055 uint32 tmp_ug = yuvconstants->kUVToG[0]; in I422ToARGB1555Row_DSPR2() 1056 uint32 tmp_vg = yuvconstants->kUVToG[1]; in I422ToARGB1555Row_DSPR2() 1146 uint32 tmp_ug = yuvconstants->kUVToG[0]; in NV12ToARGBRow_DSPR2() 1147 uint32 tmp_vg = yuvconstants->kUVToG[1]; in NV12ToARGBRow_DSPR2()
|
D | row_common.cc | 1321 int ug = yuvconstants->kUVToG[0]; in YuvPixel() 1322 int vg = yuvconstants->kUVToG[1]; in YuvPixel() 1330 int ug = yuvconstants->kUVToG[0]; in YuvPixel() 1331 int vg = yuvconstants->kUVToG[4]; in YuvPixel() 1339 int ug = yuvconstants->kUVToG[0]; in YuvPixel() 1340 int vg = yuvconstants->kUVToG[1]; in YuvPixel() 1364 int ug = yuvconstants->kUVToG[0]; in YuvPixel8_16() 1365 int vg = yuvconstants->kUVToG[1]; in YuvPixel8_16() 1373 int ug = yuvconstants->kUVToG[0]; in YuvPixel8_16() 1374 int vg = yuvconstants->kUVToG[4]; in YuvPixel8_16() [all …]
|
D | row_msa.cc | 31 ug = __msa_fill_w(yuvconst->kUVToG[0]); \ 32 vg = __msa_fill_w(yuvconst->kUVToG[1]); \
|
D | row_win.cc | 59 xmm1 = _mm_maddubs_epi16(xmm1, *(__m128i*)yuvconstants->kUVToG); \
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 545 uvec16 kUVToG; member 554 uvec8 kUVToG; member 562 int8_t kUVToG[32]; member
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 627 uvec16 kUVToG; member 636 uvec8 kUVToG; member 644 int8_t kUVToG[32]; member
|