Home
last modified time | relevance | path

Searched defs:dst_a (Results 1 – 12 of 12) sorted by relevance

/external/libyuv/files/source/
Drotate.cc157 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()
Drotate_neon.cc192 uint8* dst_a, int dst_stride_a, in TransposeUVWx8_NEON()
Drow_neon.cc482 void MirrorRowUV_NEON(const uint8* src, uint8* dst_a, uint8* dst_b, int width) { in MirrorRowUV_NEON()
/external/libvpx/libvpx/third_party/libyuv/source/
Drotate.cc193 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()
Drotate_common.cc37 uint8* dst_a, int dst_stride_a, in TransposeUVWx8_C()
76 uint8* dst_a, int dst_stride_a, in TransposeUVWxH_C()
Drotate_win.cc116 uint8* dst_a, int dst_stride_a, in TransposeUVWx8_SSE2()
Drotate_neon.cc248 uint8* dst_a, int dst_stride_a, in TransposeUVWx8_NEON()
Drotate_neon64.cc255 uint8* dst_a, int dst_stride_a, in TransposeUVWx8_NEON()
Drotate_gcc.cc378 uint8* dst_a, int dst_stride_a, in TransposeUVWx8_SSE2()
Drotate_mips.cc312 uint8* dst_a, int dst_stride_a, in TransposeUVWx8_MIPS_DSPR2()
/external/webp/src/demux/
Danim_decode.c194 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/
Dpicture_csp.c886 uint8_t* dst_a = picture->a; in ImportYUVAFromRGBA() local