Home
last modified time | relevance | path

Searched refs:av1_change_config (Results 1 – 3 of 3) sorted by relevance

/external/libaom/libaom/av1/
Dav1_cx_iface.c1062 av1_change_config(ctx->cpi, &ctx->oxcf); in encoder_set_config()
1096 av1_change_config(ctx->cpi, &ctx->oxcf); in update_extra_cfg()
2029 av1_change_config(ctx->cpi, &ctx->oxcf); in encoder_encode()
/external/libaom/libaom/av1/encoder/
Dencoder.h1409 void av1_change_config(AV1_COMP *cpi, const AV1EncoderConfig *oxcf);
Dencoder.c1494 av1_change_config(cpi, oxcf); in init_config()
2781 void av1_change_config(struct AV1_COMP *cpi, const AV1EncoderConfig *oxcf) { in av1_change_config() function