webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Functions
rotate_row.h File Reference
#include "libyuv/basic_types.h"

Go to the source code of this file.

Functions

void TransposeWxH_C (const uint8 *src, int src_stride, uint8 *dst, int dst_stride, int width, int height)
 
void TransposeWx8_C (const uint8 *src, int src_stride, uint8 *dst, int dst_stride, int width)
 
void TransposeWx8_NEON (const uint8 *src, int src_stride, uint8 *dst, int dst_stride, int width)
 
void TransposeWx8_SSSE3 (const uint8 *src, int src_stride, uint8 *dst, int dst_stride, int width)
 
void TransposeWx8_Fast_SSSE3 (const uint8 *src, int src_stride, uint8 *dst, int dst_stride, int width)
 
void TransposeWx8_DSPR2 (const uint8 *src, int src_stride, uint8 *dst, int dst_stride, int width)
 
void TransposeWx8_Fast_DSPR2 (const uint8 *src, int src_stride, uint8 *dst, int dst_stride, int width)
 
void TransposeWx8_Any_NEON (const uint8 *src, int src_stride, uint8 *dst, int dst_stride, int width)
 
void TransposeWx8_Any_SSSE3 (const uint8 *src, int src_stride, uint8 *dst, int dst_stride, int width)
 
void TransposeWx8_Fast_Any_SSSE3 (const uint8 *src, int src_stride, uint8 *dst, int dst_stride, int width)
 
void TransposeWx8_Any_DSPR2 (const uint8 *src, int src_stride, uint8 *dst, int dst_stride, int width)
 
void TransposeUVWxH_C (const uint8 *src, int src_stride, uint8 *dst_a, int dst_stride_a, uint8 *dst_b, int dst_stride_b, int width, int height)
 
void TransposeUVWx8_C (const uint8 *src, int src_stride, uint8 *dst_a, int dst_stride_a, uint8 *dst_b, int dst_stride_b, int width)
 
void TransposeUVWx8_SSE2 (const uint8 *src, int src_stride, uint8 *dst_a, int dst_stride_a, uint8 *dst_b, int dst_stride_b, int width)
 
void TransposeUVWx8_NEON (const uint8 *src, int src_stride, uint8 *dst_a, int dst_stride_a, uint8 *dst_b, int dst_stride_b, int width)
 
void TransposeUVWx8_DSPR2 (const uint8 *src, int src_stride, uint8 *dst_a, int dst_stride_a, uint8 *dst_b, int dst_stride_b, int width)
 
void TransposeUVWx8_Any_SSE2 (const uint8 *src, int src_stride, uint8 *dst_a, int dst_stride_a, uint8 *dst_b, int dst_stride_b, int width)
 
void TransposeUVWx8_Any_NEON (const uint8 *src, int src_stride, uint8 *dst_a, int dst_stride_a, uint8 *dst_b, int dst_stride_b, int width)
 
void TransposeUVWx8_Any_DSPR2 (const uint8 *src, int src_stride, uint8 *dst_a, int dst_stride_a, uint8 *dst_b, int dst_stride_b, int width)
 

Function Documentation

◆ TransposeUVWx8_Any_DSPR2()

void TransposeUVWx8_Any_DSPR2 ( const uint8 src,
int  src_stride,
uint8 dst_a,
int  dst_stride_a,
uint8 dst_b,
int  dst_stride_b,
int  width 
)

◆ TransposeUVWx8_Any_NEON()

void TransposeUVWx8_Any_NEON ( const uint8 src,
int  src_stride,
uint8 dst_a,
int  dst_stride_a,
uint8 dst_b,
int  dst_stride_b,
int  width 
)

◆ TransposeUVWx8_Any_SSE2()

void TransposeUVWx8_Any_SSE2 ( const uint8 src,
int  src_stride,
uint8 dst_a,
int  dst_stride_a,
uint8 dst_b,
int  dst_stride_b,
int  width 
)

◆ TransposeUVWx8_C()

void TransposeUVWx8_C ( const uint8 src,
int  src_stride,
uint8 dst_a,
int  dst_stride_a,
uint8 dst_b,
int  dst_stride_b,
int  width 
)

◆ TransposeUVWx8_DSPR2()

void TransposeUVWx8_DSPR2 ( const uint8 src,
int  src_stride,
uint8 dst_a,
int  dst_stride_a,
uint8 dst_b,
int  dst_stride_b,
int  width 
)

◆ TransposeUVWx8_NEON()

void TransposeUVWx8_NEON ( const uint8 src,
int  src_stride,
uint8 dst_a,
int  dst_stride_a,
uint8 dst_b,
int  dst_stride_b,
int  width 
)

◆ TransposeUVWx8_SSE2()

void TransposeUVWx8_SSE2 ( const uint8 src,
int  src_stride,
uint8 dst_a,
int  dst_stride_a,
uint8 dst_b,
int  dst_stride_b,
int  width 
)

◆ TransposeUVWxH_C()

void TransposeUVWxH_C ( const uint8 src,
int  src_stride,
uint8 dst_a,
int  dst_stride_a,
uint8 dst_b,
int  dst_stride_b,
int  width,
int  height 
)

◆ TransposeWx8_Any_DSPR2()

void TransposeWx8_Any_DSPR2 ( const uint8 src,
int  src_stride,
uint8 dst,
int  dst_stride,
int  width 
)

◆ TransposeWx8_Any_NEON()

void TransposeWx8_Any_NEON ( const uint8 src,
int  src_stride,
uint8 dst,
int  dst_stride,
int  width 
)

◆ TransposeWx8_Any_SSSE3()

void TransposeWx8_Any_SSSE3 ( const uint8 src,
int  src_stride,
uint8 dst,
int  dst_stride,
int  width 
)

◆ TransposeWx8_C()

void TransposeWx8_C ( const uint8 src,
int  src_stride,
uint8 dst,
int  dst_stride,
int  width 
)

◆ TransposeWx8_DSPR2()

void TransposeWx8_DSPR2 ( const uint8 src,
int  src_stride,
uint8 dst,
int  dst_stride,
int  width 
)

◆ TransposeWx8_Fast_Any_SSSE3()

void TransposeWx8_Fast_Any_SSSE3 ( const uint8 src,
int  src_stride,
uint8 dst,
int  dst_stride,
int  width 
)

◆ TransposeWx8_Fast_DSPR2()

void TransposeWx8_Fast_DSPR2 ( const uint8 src,
int  src_stride,
uint8 dst,
int  dst_stride,
int  width 
)

◆ TransposeWx8_Fast_SSSE3()

void TransposeWx8_Fast_SSSE3 ( const uint8 src,
int  src_stride,
uint8 dst,
int  dst_stride,
int  width 
)

◆ TransposeWx8_NEON()

void TransposeWx8_NEON ( const uint8 src,
int  src_stride,
uint8 dst,
int  dst_stride,
int  width 
)

◆ TransposeWx8_SSSE3()

void TransposeWx8_SSSE3 ( const uint8 src,
int  src_stride,
uint8 dst,
int  dst_stride,
int  width 
)

◆ TransposeWxH_C()

void TransposeWxH_C ( const uint8 src,
int  src_stride,
uint8 dst,
int  dst_stride,
int  width,
int  height 
)