webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include "libyuv/rotate.h"
#include "libyuv/cpu_id.h"
#include "libyuv/convert.h"
#include "libyuv/planar_functions.h"
#include "libyuv/row.h"
Functions | |
void | ScaleARGBRowDownEven_C (const uint8 *src_ptr, int, int src_stepx, uint8 *dst_ptr, int dst_width) |
void | ARGBRotate90 (const uint8 *src, int src_stride, uint8 *dst, int dst_stride, int width, int height) |
void | ARGBRotate270 (const uint8 *src, int src_stride, uint8 *dst, int dst_stride, int width, int height) |
void | ARGBRotate180 (const uint8 *src, int src_stride, uint8 *dst, int dst_stride, int width, int height) |
LIBYUV_API int | ARGBRotate (const uint8 *src_argb, int src_stride_argb, uint8 *dst_argb, int dst_stride_argb, int width, int height, enum RotationMode mode) |
LIBYUV_API int ARGBRotate | ( | const uint8 * | src_argb, |
int | src_stride_argb, | ||
uint8 * | dst_argb, | ||
int | dst_stride_argb, | ||
int | width, | ||
int | height, | ||
enum RotationMode | mode | ||
) |
void ARGBRotate180 | ( | const uint8 * | src, |
int | src_stride, | ||
uint8 * | dst, | ||
int | dst_stride, | ||
int | width, | ||
int | height | ||
) |
void ARGBRotate270 | ( | const uint8 * | src, |
int | src_stride, | ||
uint8 * | dst, | ||
int | dst_stride, | ||
int | width, | ||
int | height | ||
) |
void ARGBRotate90 | ( | const uint8 * | src, |
int | src_stride, | ||
uint8 * | dst, | ||
int | dst_stride, | ||
int | width, | ||
int | height | ||
) |