Searched defs:dst_a (Results 1 – 12 of 12) sorted by relevance
/external/libyuv/files/source/ |
D | rotate.cc | 157 uint8* dst_a, int dst_stride_a, in TransposeUVWx8_SSE2() 637 uint8* dst_a, int dst_stride_a, in TransposeUVWx8_SSE2() 901 uint8* dst_a, int dst_stride_a, in TransposeUVWx8_C() 928 uint8* dst_a, int dst_stride_a, in TransposeUVWxH_C() 940 uint8* dst_a, int dst_stride_a, in TransposeUV() 980 uint8* dst_a, int dst_stride_a, in RotateUV90() 994 uint8* dst_a, int dst_stride_a, in RotateUV270() 1011 uint8* dst_a, int dst_stride_a, in RotateUV180()
|
D | rotate_neon.cc | 192 uint8* dst_a, int dst_stride_a, in TransposeUVWx8_NEON()
|
D | row_neon.cc | 482 void MirrorRowUV_NEON(const uint8* src, uint8* dst_a, uint8* dst_b, int width) { in MirrorRowUV_NEON()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | rotate.cc | 193 uint8* dst_a, int dst_stride_a, in TransposeUV() 240 uint8* dst_a, int dst_stride_a, in RotateUV90() 254 uint8* dst_a, int dst_stride_a, in RotateUV270() 271 uint8* dst_a, int dst_stride_a, in RotateUV180()
|
D | rotate_common.cc | 37 uint8* dst_a, int dst_stride_a, in TransposeUVWx8_C() 76 uint8* dst_a, int dst_stride_a, in TransposeUVWxH_C()
|
D | rotate_win.cc | 116 uint8* dst_a, int dst_stride_a, in TransposeUVWx8_SSE2()
|
D | rotate_neon.cc | 248 uint8* dst_a, int dst_stride_a, in TransposeUVWx8_NEON()
|
D | rotate_neon64.cc | 255 uint8* dst_a, int dst_stride_a, in TransposeUVWx8_NEON()
|
D | rotate_gcc.cc | 378 uint8* dst_a, int dst_stride_a, in TransposeUVWx8_SSE2()
|
D | rotate_mips.cc | 312 uint8* dst_a, int dst_stride_a, in TransposeUVWx8_MIPS_DSPR2()
|
/external/webp/src/demux/ |
D | anim_decode.c | 194 uint32_t dst, uint8_t dst_a, in BlendChannelNonPremult() 210 const uint8_t dst_a = (dst >> 24) & 0xff; in BlendPixelNonPremult() local
|
/external/webp/src/enc/ |
D | picture_csp.c | 886 uint8_t* dst_a = picture->a; in ImportYUVAFromRGBA() local
|