Searched refs:NVENC_ONE_PASS (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | nvenc.h | 135 NVENC_ONE_PASS = 4, enumerator
|
D | nvenc.c | 169 PRESET_ALIAS(MEDIUM, P4, NVENC_ONE_PASS), in nvenc_map_preset() 170 PRESET_ALIAS(FAST, P1, NVENC_ONE_PASS), in nvenc_map_preset() 187 PRESET_ALIAS(MEDIUM, HQ, NVENC_ONE_PASS), in nvenc_map_preset() 188 PRESET_ALIAS(FAST, HP, NVENC_ONE_PASS), in nvenc_map_preset() 911 if (ctx->flags & NVENC_ONE_PASS) in nvenc_setup_rate_control() 927 if (ctx->flags & NVENC_ONE_PASS) in nvenc_setup_rate_control()
|