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

Functions

void TransposeWx8_C (const uint8 *src, int src_stride, uint8 *dst, int dst_stride, int width)
 
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 TransposeWxH_C (const uint8 *src, int src_stride, uint8 *dst, int dst_stride, int width, int height)
 
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)
 

Function Documentation

◆ 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 
)

◆ 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_C()

void TransposeWx8_C ( 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 
)