|
FFmpeg
|
#include "opusenc_psy.h"#include "opus_pvq.h"#include "opustab.h"#include "mdct15.h"#include "libavutil/qsort.h"Go to the source code of this file.
|
static |
Definition at line 28 of file opusenc_psy.c.
Referenced by bands_dist().
|
static |
Definition at line 79 of file opusenc_psy.c.
Referenced by ff_opus_psy_process().
|
static |
Definition at line 164 of file opusenc_psy.c.
Referenced by ff_opus_psy_process().
|
static |
Definition at line 184 of file opusenc_psy.c.
Referenced by psy_output_groups().
|
static |
Definition at line 206 of file opusenc_psy.c.
Referenced by ff_opus_psy_process().
| int ff_opus_psy_process | ( | OpusPsyContext * | s, |
| OpusPacketInfo * | p | ||
| ) |
Definition at line 223 of file opusenc_psy.c.
Referenced by opus_encode_frame().
| void ff_opus_psy_celt_frame_init | ( | OpusPsyContext * | s, |
| CeltFrame * | f, | ||
| int | index | ||
| ) |
Definition at line 254 of file opusenc_psy.c.
Referenced by celt_encode_frame().
|
static |
Definition at line 310 of file opusenc_psy.c.
Referenced by ff_opus_psy_celt_frame_process().
|
static |
Definition at line 363 of file opusenc_psy.c.
Referenced by celt_search_for_dual_stereo(), and celt_search_for_intensity().
|
static |
Definition at line 382 of file opusenc_psy.c.
Referenced by ff_opus_psy_celt_frame_process().
|
static |
Definition at line 398 of file opusenc_psy.c.
Referenced by ff_opus_psy_celt_frame_process().
|
static |
Definition at line 421 of file opusenc_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 455 of file opusenc_psy.c.
Referenced by celt_encode_frame().
| void ff_opus_psy_postencode_update | ( | OpusPsyContext * | s, |
| CeltFrame * | f, | ||
| OpusRangeCoder * | rc | ||
| ) |
Definition at line 479 of file opusenc_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 516 of file opusenc_psy.c.
Referenced by opus_encode_init().
| void ff_opus_psy_signal_eof | ( | OpusPsyContext * | s | ) |
Definition at line 588 of file opusenc_psy.c.
Referenced by opus_encode_frame().
| av_cold int ff_opus_psy_end | ( | OpusPsyContext * | s | ) |
Definition at line 593 of file opusenc_psy.c.
Referenced by opus_encode_end().
1.8.6