Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dlibaomenc.c295 static av_cold int codecctl_int(AVCodecContext *avctx, in codecctl_int() function
413 codecctl_int(avctx, AV1E_SET_COLOR_RANGE, aom_cr); in set_color_range()
755 codecctl_int(avctx, AOME_SET_CPUUSED, ctx->cpu_used); in aom_init()
757 codecctl_int(avctx, AOME_SET_ENABLEAUTOALTREF, ctx->auto_alt_ref); in aom_init()
759 codecctl_int(avctx, AOME_SET_ARNR_MAXFRAMES, ctx->arnr_max_frames); in aom_init()
761 codecctl_int(avctx, AOME_SET_ARNR_STRENGTH, ctx->arnr_strength); in aom_init()
763 codecctl_int(avctx, AV1E_SET_ENABLE_CDEF, ctx->enable_cdef); in aom_init()
765 codecctl_int(avctx, AV1E_SET_ENABLE_RESTORATION, ctx->enable_restoration); in aom_init()
768 codecctl_int(avctx, AV1E_SET_ENABLE_RECT_PARTITIONS, ctx->enable_rect_partitions); in aom_init()
770 codecctl_int(avctx, AV1E_SET_ENABLE_1TO4_PARTITIONS, ctx->enable_1to4_partitions); in aom_init()
[all …]
Dlibvpxenc.c318 static av_cold int codecctl_int(AVCodecContext *avctx, in codecctl_int() function
739 codecctl_int(avctx, VP9E_SET_COLOR_SPACE, vpx_cs); in set_colorspace()
756 codecctl_int(avctx, VP9E_SET_COLOR_RANGE, vpx_cr); in set_color_range()
1029 codecctl_int(avctx, VP9E_SET_SVC, 1); in vpx_init()
1045 codecctl_int(avctx, VP8E_SET_CPUUSED, ctx->cpu_used); in vpx_init()
1049 codecctl_int(avctx, VP8E_SET_ENABLEAUTOALTREF, in vpx_init()
1052 codecctl_int(avctx, VP8E_SET_ARNR_MAXFRAMES, ctx->arnr_max_frames); in vpx_init()
1054 codecctl_int(avctx, VP8E_SET_ARNR_STRENGTH, ctx->arnr_strength); in vpx_init()
1056 codecctl_int(avctx, VP8E_SET_ARNR_TYPE, ctx->arnr_type); in vpx_init()
1058 codecctl_int(avctx, VP8E_SET_TUNING, ctx->tune); in vpx_init()
[all …]