#include <stdlib.h>
#include <string.h>
#include "avcodec.h"
#include "libavutil/mem.h"
Go to the source code of this file.
Functions | |
static int | noise (AVBitStreamFilterContext *bsfc, AVCodecContext *avctx, const char *args, uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size, int keyframe) |
Variables | |
AVBitStreamFilter | ff_noise_bsf |
static int noise | ( | AVBitStreamFilterContext * | bsfc, | |
AVCodecContext * | avctx, | |||
const char * | args, | |||
uint8_t ** | poutbuf, | |||
int * | poutbuf_size, | |||
const uint8_t * | buf, | |||
int | buf_size, | |||
int | keyframe | |||
) | [static] |
Definition at line 28 of file noise_bsf.c.
Referenced by avcodec_register_all(), block_diffs(), ff_eac3_apply_spectral_extension(), filter_samples(), initNoise(), put_image(), and wma_decode_block().