Home
last modified time | relevance | path

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

/external/libavc/encoder/
Dirc_rd_model.h80 UWORD8 u1_avg_qp);
Dirc_rd_model.c351 UWORD8 u1_avg_qp) in irc_estimate_bits_for_qp() argument
356 * ((float)(u4_estimated_sad / u1_avg_qp)); in irc_estimate_bits_for_qp()
/external/libhevc/encoder/
Drc_rd_model.c670 UWORD32 estimate_bits_for_qp(rc_rd_model_t *ps_rd_model, UWORD32 u4_estimated_sad, UWORD8 u1_avg_qp) in estimate_bits_for_qp() argument
677 ps_rd_model->model_coeff_a_lin_wo_int * ((float)(u4_estimated_sad / u1_avg_qp)); in estimate_bits_for_qp()