Go to the source code of this file.
Functions | |
void | pixels8_TMPL (uint8_t *block, const uint8_t *pixels, const int line_size, int h) |
void | pixels16_TMPL (uint8_t *block, const uint8_t *pixels, const int line_size, int h) |
void | pixels8_x2_TMPL (uint8_t *block, const uint8_t *pixels, const int line_size, int h) |
void | pixels16_x2_TMPL (uint8_t *block, const uint8_t *pixels, const int line_size, int h) |
void | pixels8_y2_TMPL (uint8_t *block, const uint8_t *pixels, const int line_size, int h) |
void | pixels16_y2_TMPL (uint8_t *block, const uint8_t *pixels, const int line_size, int h) |
void | pixels8_xy2_TMPL (uint8_t *block, const uint8_t *pixels, const int line_size, int h) |
void | pixels16_xy2_TMPL (uint8_t *block, const uint8_t *pixels, const int line_size, int h) |
Variables | |
void | put |
void | avg |
static void avg |
Definition at line 60 of file dsputil_iwmmxt_rnd.h.
static void put |
Definition at line 26 of file dsputil_iwmmxt_rnd.h.