Home
last modified time | relevance | path

Searched defs:rq_model (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/vp9/encoder/
Dvp9_encoder.c4236 static int guess_q_index_from_model(const RATE_QSTEP_MODEL *rq_model,
4268 static int rq_model_predict_q_index(const RATE_QSTEP_MODEL *rq_model,
4309 int target_bits, RATE_QSTEP_MODEL *rq_model) {
4402 RATE_QSTEP_MODEL *rq_model = &cpi->rq_model[frame_type]; local
Dvp9_encoder.h971 RATE_QSTEP_MODEL rq_model[ENCODE_FRAME_TYPES]; member