codecctl_int 349 libavcodec/libaomenc.c codecctl_int(avctx, AV1E_SET_COLOR_RANGE, aom_cr); codecctl_int 690 libavcodec/libaomenc.c codecctl_int(avctx, AOME_SET_CPUUSED, ctx->cpu_used); codecctl_int 692 libavcodec/libaomenc.c codecctl_int(avctx, AOME_SET_ENABLEAUTOALTREF, ctx->auto_alt_ref); codecctl_int 694 libavcodec/libaomenc.c codecctl_int(avctx, AOME_SET_ARNR_MAXFRAMES, ctx->arnr_max_frames); codecctl_int 696 libavcodec/libaomenc.c codecctl_int(avctx, AOME_SET_ARNR_STRENGTH, ctx->arnr_strength); codecctl_int 698 libavcodec/libaomenc.c codecctl_int(avctx, AV1E_SET_ENABLE_CDEF, ctx->enable_cdef); codecctl_int 700 libavcodec/libaomenc.c codecctl_int(avctx, AV1E_SET_ENABLE_RESTORATION, ctx->enable_restoration); codecctl_int 702 libavcodec/libaomenc.c codecctl_int(avctx, AOME_SET_STATIC_THRESHOLD, ctx->static_thresh); codecctl_int 704 libavcodec/libaomenc.c codecctl_int(avctx, AOME_SET_CQ_LEVEL, ctx->crf); codecctl_int 706 libavcodec/libaomenc.c codecctl_int(avctx, AOME_SET_TUNING, ctx->tune); codecctl_int 708 libavcodec/libaomenc.c codecctl_int(avctx, AV1E_SET_COLOR_PRIMARIES, avctx->color_primaries); codecctl_int 709 libavcodec/libaomenc.c codecctl_int(avctx, AV1E_SET_MATRIX_COEFFICIENTS, avctx->colorspace); codecctl_int 710 libavcodec/libaomenc.c codecctl_int(avctx, AV1E_SET_TRANSFER_CHARACTERISTICS, avctx->color_trc); codecctl_int 712 libavcodec/libaomenc.c codecctl_int(avctx, AV1E_SET_AQ_MODE, ctx->aq_mode); codecctl_int 714 libavcodec/libaomenc.c codecctl_int(avctx, AV1E_SET_FRAME_PARALLEL_DECODING, ctx->frame_parallel); codecctl_int 717 libavcodec/libaomenc.c codecctl_int(avctx, AV1E_SET_SUPERBLOCK_SIZE, ctx->superblock_size); codecctl_int 719 libavcodec/libaomenc.c codecctl_int(avctx, AV1E_SET_TILE_COLUMNS, ctx->tile_cols_log2); codecctl_int 720 libavcodec/libaomenc.c codecctl_int(avctx, AV1E_SET_TILE_ROWS, ctx->tile_rows_log2); codecctl_int 725 libavcodec/libaomenc.c codecctl_int(avctx, AV1E_SET_DENOISE_NOISE_LEVEL, ctx->denoise_noise_level); codecctl_int 729 libavcodec/libaomenc.c codecctl_int(avctx, AV1E_SET_DENOISE_BLOCK_SIZE, ctx->denoise_block_size); codecctl_int 733 libavcodec/libaomenc.c codecctl_int(avctx, AV1E_SET_ENABLE_GLOBAL_MOTION, ctx->enable_global_motion); codecctl_int 737 libavcodec/libaomenc.c codecctl_int(avctx, AV1E_SET_MAX_REFERENCE_FRAMES, avctx->refs); codecctl_int 742 libavcodec/libaomenc.c codecctl_int(avctx, AV1E_SET_ROW_MT, ctx->row_mt); codecctl_int 746 libavcodec/libaomenc.c codecctl_int(avctx, AV1E_SET_ENABLE_INTRABC, ctx->enable_intrabc); codecctl_int 648 libavcodec/libvpxenc.c codecctl_int(avctx, VP9E_SET_COLOR_SPACE, vpx_cs); codecctl_int 665 libavcodec/libvpxenc.c codecctl_int(avctx, VP9E_SET_COLOR_RANGE, vpx_cr); codecctl_int 938 libavcodec/libvpxenc.c codecctl_int(avctx, VP9E_SET_SVC, 1); codecctl_int 954 libavcodec/libvpxenc.c codecctl_int(avctx, VP8E_SET_CPUUSED, ctx->cpu_used); codecctl_int 958 libavcodec/libvpxenc.c codecctl_int(avctx, VP8E_SET_ENABLEAUTOALTREF, codecctl_int 961 libavcodec/libvpxenc.c codecctl_int(avctx, VP8E_SET_ARNR_MAXFRAMES, ctx->arnr_max_frames); codecctl_int 963 libavcodec/libvpxenc.c codecctl_int(avctx, VP8E_SET_ARNR_STRENGTH, ctx->arnr_strength); codecctl_int 965 libavcodec/libvpxenc.c codecctl_int(avctx, VP8E_SET_ARNR_TYPE, ctx->arnr_type); codecctl_int 967 libavcodec/libvpxenc.c codecctl_int(avctx, VP8E_SET_TUNING, ctx->tune); codecctl_int 975 libavcodec/libvpxenc.c codecctl_int(avctx, VP8E_SET_SHARPNESS, ctx->sharpness); codecctl_int 984 libavcodec/libvpxenc.c codecctl_int(avctx, VP8E_SET_NOISE_SENSITIVITY, ctx->noise_sensitivity); codecctl_int 985 libavcodec/libvpxenc.c codecctl_int(avctx, VP8E_SET_TOKEN_PARTITIONS, av_log2(avctx->slices)); codecctl_int 987 libavcodec/libvpxenc.c codecctl_int(avctx, VP8E_SET_STATIC_THRESHOLD, ctx->static_thresh); codecctl_int 989 libavcodec/libvpxenc.c codecctl_int(avctx, VP8E_SET_CQ_LEVEL, ctx->crf); codecctl_int 991 libavcodec/libvpxenc.c codecctl_int(avctx, VP8E_SET_MAX_INTRA_BITRATE_PCT, ctx->max_intra_rate); codecctl_int 996 libavcodec/libvpxenc.c codecctl_int(avctx, VP9E_SET_LOSSLESS, ctx->lossless); codecctl_int 998 libavcodec/libvpxenc.c codecctl_int(avctx, VP9E_SET_TILE_COLUMNS, ctx->tile_columns); codecctl_int 1000 libavcodec/libvpxenc.c codecctl_int(avctx, VP9E_SET_TILE_ROWS, ctx->tile_rows); codecctl_int 1002 libavcodec/libvpxenc.c codecctl_int(avctx, VP9E_SET_FRAME_PARALLEL_DECODING, ctx->frame_parallel); codecctl_int 1004 libavcodec/libvpxenc.c codecctl_int(avctx, VP9E_SET_AQ_MODE, ctx->aq_mode); codecctl_int 1010 libavcodec/libvpxenc.c codecctl_int(avctx, VP9E_SET_TARGET_LEVEL, ctx->level < 0 ? 255 : lrint(ctx->level * 10)); codecctl_int 1014 libavcodec/libvpxenc.c codecctl_int(avctx, VP9E_SET_ROW_MT, ctx->row_mt); codecctl_int 1018 libavcodec/libvpxenc.c codecctl_int(avctx, VP9E_SET_TUNE_CONTENT, ctx->tune_content); codecctl_int 1022 libavcodec/libvpxenc.c codecctl_int(avctx, VP9E_SET_TPL, ctx->tpl_model); codecctl_int 1576 libavcodec/libvpxenc.c codecctl_int(avctx, VP8E_SET_TEMPORAL_LAYER_ID, layer_id.temporal_layer_id);