|
RetroArch
|
Functions | |
| void | scaler_argb8888_vert (const struct scaler_ctx *ctx, void *output_, int stride) |
| void | scaler_argb8888_horiz (const struct scaler_ctx *ctx, const void *input_, int stride) |
| void | scaler_argb8888_point_special (const struct scaler_ctx *ctx, void *output_, const void *input_, int out_width, int out_height, int in_width, int in_height, int out_stride, int in_stride) |
| void scaler_argb8888_horiz | ( | const struct scaler_ctx * | ctx, |
| const void * | input_, | ||
| int | stride | ||
| ) |
| void scaler_argb8888_point_special | ( | const struct scaler_ctx * | ctx, |
| void * | output_, | ||
| const void * | input_, | ||
| int | out_width, | ||
| int | out_height, | ||
| int | in_width, | ||
| int | in_height, | ||
| int | out_stride, | ||
| int | in_stride | ||
| ) |
| void scaler_argb8888_vert | ( | const struct scaler_ctx * | ctx, |
| void * | output_, | ||
| int | stride | ||
| ) |
1.8.15