Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.h168 void vp9_rc_init(const struct VP9EncoderConfig *oxcf, int pass,
Dvp9_ratectrl.c313 void vp9_rc_init(const VP9EncoderConfig *oxcf, int pass, RATE_CONTROL *rc) { in vp9_rc_init() function
Dvp9_encoder.c1645 vp9_rc_init(&cpi->oxcf, oxcf->pass, &cpi->rc); in vp9_create_compressor()