|
FFmpeg
|
#include <float.h>#include "libavutil/mem.h"#include "enc_psy.h"#include "celt.h"#include "pvq.h"#include "tab.h"#include "libavfilter/window_func.h"Go to the source code of this file.
|
static |
Definition at line 31 of file enc_psy.c.
Referenced by bands_dist().
|
static |
Definition at line 82 of file enc_psy.c.
Referenced by ff_opus_psy_process().
|
static |
Definition at line 182 of file enc_psy.c.
Referenced by ff_opus_psy_process().
|
static |
Definition at line 202 of file enc_psy.c.
Referenced by psy_output_groups().
|
static |
Definition at line 237 of file enc_psy.c.
Referenced by ff_opus_psy_process().
| int ff_opus_psy_process | ( | OpusPsyContext * | s, |
| OpusPacketInfo * | p | ||
| ) |
Definition at line 254 of file enc_psy.c.
Referenced by opus_encode_frame().
| void ff_opus_psy_celt_frame_init | ( | OpusPsyContext * | s, |
| CeltFrame * | f, | ||
| int | index | ||
| ) |
Definition at line 288 of file enc_psy.c.
Referenced by celt_encode_frame().
|
static |
Definition at line 355 of file enc_psy.c.
Referenced by ff_opus_psy_celt_frame_process().
|
static |
Definition at line 409 of file enc_psy.c.
Referenced by celt_search_for_dual_stereo(), and celt_search_for_intensity().
|
static |
Definition at line 428 of file enc_psy.c.
Referenced by ff_opus_psy_celt_frame_process().
|
static |
Definition at line 444 of file enc_psy.c.
Referenced by ff_opus_psy_celt_frame_process().
|
static |
Definition at line 467 of file enc_psy.c.
Referenced by ff_opus_psy_celt_frame_process().
| int ff_opus_psy_celt_frame_process | ( | OpusPsyContext * | s, |
| CeltFrame * | f, | ||
| int | index | ||
| ) |
Definition at line 502 of file enc_psy.c.
Referenced by celt_encode_frame().
| void ff_opus_psy_postencode_update | ( | OpusPsyContext * | s, |
| CeltFrame * | f | ||
| ) |
Definition at line 524 of file enc_psy.c.
Referenced by opus_encode_frame().
| av_cold int ff_opus_psy_init | ( | OpusPsyContext * | s, |
| AVCodecContext * | avctx, | ||
| struct FFBufQueue * | bufqueue, | ||
| OpusEncOptions * | options | ||
| ) |
Definition at line 561 of file enc_psy.c.
Referenced by opus_encode_init().
| void ff_opus_psy_signal_eof | ( | OpusPsyContext * | s | ) |
Definition at line 637 of file enc_psy.c.
Referenced by opus_encode_frame().
| av_cold int ff_opus_psy_end | ( | OpusPsyContext * | s | ) |
Definition at line 642 of file enc_psy.c.
Referenced by opus_encode_end().
1.8.17