FFmpeg
|
#include <stdint.h>
#include "libavutil/attributes.h"
#include "libavcodec/avcodec.h"
#include "libavcodec/idctdsp.h"
#include "idct.h"
#include "idctdsp_arm.h"
Go to the source code of this file.
Functions | |
void | ff_add_pixels_clamped_armv6 (const int16_t *block, uint8_t *pixels, ptrdiff_t line_size) |
av_cold void | ff_idctdsp_init_armv6 (IDCTDSPContext *c, AVCodecContext *avctx, unsigned high_bit_depth) |
void ff_add_pixels_clamped_armv6 | ( | const int16_t * | block, |
uint8_t * | pixels, | ||
ptrdiff_t | line_size | ||
) |
Referenced by ff_idctdsp_init_armv6().
av_cold void ff_idctdsp_init_armv6 | ( | IDCTDSPContext * | c, |
AVCodecContext * | avctx, | ||
unsigned | high_bit_depth | ||
) |
Definition at line 32 of file idctdsp_init_armv6.c.
Referenced by ff_idctdsp_init_arm().