Home
last modified time | relevance | path

Searched defs:bitexact (Results 1 - 9 of 9) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dvp9dsp.c88 av_cold void ff_vp9dsp_init(VP9DSPContext *dsp, int bpp, int bitexact) in ff_vp9dsp_init() argument
H A Daacenc.c59 const int bitexact = avctx->flags & AV_CODEC_FLAG_BITEXACT; in put_pce() local
H A Dvc2enc.c957 const int bitexact = avctx->flags & AV_CODEC_FLAG_BITEXACT; in vc2_encode_frame() local
/third_party/ffmpeg/libavcodec/x86/
H A Dvp9dsp_init_16bpp_template.c141 av_cold void INIT_FUNC(VP9DSPContext *dsp, int bitexact) in INIT_FUNC() argument
H A Dvp9dsp_init.c216 av_cold void ff_vp9dsp_init_x86(VP9DSPContext *dsp, int bpp, int bitexact) in ff_vp9dsp_init_x86() argument
/third_party/ffmpeg/libavformat/
H A Dmovenccenc.c388 ff_mov_cenc_init(MOVMuxCencContext* ctx, uint8_t* encryption_key, int use_subsamples, int bitexact) ff_mov_cenc_init() argument
H A Dflacenc.c62 flac_write_block_comment(AVIOContext *pb, AVDictionary **m, int last_block, int bitexact) flac_write_block_comment() argument
H A Doggenc.c276 static uint8_t *ogg_write_vorbiscomment(int64_t offset, int bitexact, in ogg_write_vorbiscomment() argument
303 ogg_build_flac_headers(AVCodecParameters *par, OGGStreamContext *oggstream, int bitexact, AVDictionary **m) ogg_build_flac_headers() argument
341 ogg_build_speex_headers(AVCodecParameters *par, OGGStreamContext *oggstream, int bitexact, AVDictionary **m) ogg_build_speex_headers() argument
370 ogg_build_opus_headers(AVCodecParameters *par, OGGStreamContext *oggstream, int bitexact, AVDictionary **m, AVChapter **chapters, unsigned int nb_chapters) ogg_build_opus_headers() argument
400 ogg_build_vp8_headers(AVFormatContext *s, AVStream *st, OGGStreamContext *oggstream, int bitexact) ogg_build_vp8_headers() argument
[all...]
/third_party/ffmpeg/fftools/
H A Dffmpeg.h155 int bitexact; member

Completed in 11 milliseconds