Home
last modified time | relevance | path

Searched refs:NVENC_LOSSLESS (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dnvenc.h134 NVENC_LOSSLESS = 2, enumerator
Dnvenc.c179 PRESET_ALIAS(LOSSLESS_DEFAULT, P4, NVENC_DEPRECATED_PRESET | NVENC_LOSSLESS), in nvenc_map_preset()
180 PRESET_ALIAS(LOSSLESS_HP, P1, NVENC_DEPRECATED_PRESET | NVENC_LOSSLESS), in nvenc_map_preset()
192 PRESET(LOSSLESS_DEFAULT, NVENC_LOSSLESS), in nvenc_map_preset()
193 PRESET(LOSSLESS_HP, NVENC_LOSSLESS), in nvenc_map_preset()
204 ctx->flags |= NVENC_LOSSLESS; in nvenc_map_preset()
425 if (ctx->flags & NVENC_LOSSLESS && ret <= 0) { in nvenc_check_capabilities()
963 if (ctx->flags & NVENC_LOSSLESS) { in nvenc_setup_rate_control()
1083 if (ctx->flags & NVENC_LOSSLESS) { in nvenc_setup_h264_config()
1273 if (ctx->flags & NVENC_LOSSLESS) in nvenc_setup_encoder()