|
FFmpeg
|
#include <stdint.h>#include "config.h"Go to the source code of this file.
Macros | |
| #define | attribute_l1_text |
| #define | attribute_l1_data_b |
| #define | PROF(a, b) |
| #define | EPROF() |
| #define | bfprof() |
| #define attribute_l1_text |
Definition at line 35 of file dsputil_bfin.h.
| #define attribute_l1_data_b |
Definition at line 36 of file dsputil_bfin.h.
Definition at line 101 of file dsputil_bfin.h.
Referenced by dct_quantize_bfin().
| #define EPROF | ( | ) |
Definition at line 102 of file dsputil_bfin.h.
Referenced by dct_quantize_bfin().
| #define bfprof | ( | ) |
Definition at line 103 of file dsputil_bfin.h.
Referenced by dct_quantize_bfin().
| void ff_bfin_idct | ( | int16_t * | block | ) |
Referenced by bfin_idct_add(), bfin_idct_put(), and ff_dsputil_init_bfin().
| void ff_bfin_fdct | ( | int16_t * | block | ) |
Referenced by ff_dsputil_init_bfin().
Referenced by bfin_idct_add(), ff_bfin_vp3_idct_add(), and ff_dsputil_init_bfin().
Referenced by bfin_idct_put(), and ff_dsputil_init_bfin().
Referenced by ff_dsputil_init_bfin().
Referenced by ff_dsputil_init_bfin().
| int ff_bfin_pix_norm1 | ( | uint8_t * | pix, |
| int | line_size | ||
| ) |
Referenced by ff_dsputil_init_bfin().
Referenced by bfin_pix_abs8(), bfin_pix_abs8_x2(), bfin_pix_abs8_xy2(), and bfin_pix_abs8_y2().
Referenced by bfin_pix_abs16(), bfin_pix_abs16_x2(), bfin_pix_abs16_xy2(), bfin_pix_abs16_y2(), bfin_vsad(), and bfin_vsad_intra16().
| void ff_bfin_z_put_pixels16_xy2 | ( | uint8_t * | block, |
| const uint8_t * | s0, | ||
| int | dest_size, | ||
| int | line_size, | ||
| int | h | ||
| ) |
Referenced by bfin_pix_abs16_xy2(), and bfin_put_pixels16_xy2().
| void ff_bfin_z_put_pixels8_xy2 | ( | uint8_t * | block, |
| const uint8_t * | s0, | ||
| int | dest_size, | ||
| int | line_size, | ||
| int | h | ||
| ) |
Referenced by bfin_pix_abs8_xy2(), and bfin_put_pixels8_xy2().
| int ff_bfin_pix_sum | ( | uint8_t * | p, |
| int | stride | ||
| ) |
Referenced by ff_dsputil_init_bfin().
| void ff_bfin_put_pixels8uc | ( | uint8_t * | block, |
| const uint8_t * | s0, | ||
| const uint8_t * | s1, | ||
| int | dest_size, | ||
| int | line_size, | ||
| int | h | ||
| ) |
Referenced by bfin_pix_abs8_x2(), bfin_pix_abs8_y2(), bfin_put_pixels8(), bfin_put_pixels8_x2(), and bfin_put_pixels8_y2().
| void ff_bfin_put_pixels16uc | ( | uint8_t * | block, |
| const uint8_t * | s0, | ||
| const uint8_t * | s1, | ||
| int | dest_size, | ||
| int | line_size, | ||
| int | h | ||
| ) |
Referenced by bfin_pix_abs16_x2(), bfin_pix_abs16_y2(), bfin_put_pixels16(), bfin_put_pixels16_x2(), and bfin_put_pixels16_y2().
| void ff_bfin_put_pixels8uc_nornd | ( | uint8_t * | block, |
| const uint8_t * | s0, | ||
| const uint8_t * | s1, | ||
| int | line_size, | ||
| int | h | ||
| ) |
Referenced by bfin_put_pixels8_nornd(), bfin_put_pixels8_x2_nornd(), and bfin_put_pixels8_y2_nornd().
| void ff_bfin_put_pixels16uc_nornd | ( | uint8_t * | block, |
| const uint8_t * | s0, | ||
| const uint8_t * | s1, | ||
| int | line_size, | ||
| int | h | ||
| ) |
Referenced by bfin_put_pixels16_nornd(), bfin_put_pixels16_x2_nornd(), and bfin_put_pixels16_y2_nornd().
Referenced by ff_dsputil_init_bfin().
Referenced by ff_dsputil_init_bfin().
Referenced by ff_dsputil_init_bfin().
1.8.2