Home
last modified time | relevance | path

Searched refs:tot_q (Results 1 – 5 of 5) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dratectrl.h103 double tot_q; member
Dratectrl.c296 rc->tot_q = 0.0; in av1_rc_init()
1398 rc->tot_q += av1_convert_qindex_to_q(qindex, cm->seq_params.bit_depth); in av1_rc_postencode_update()
1399 rc->avg_q = rc->tot_q / rc->ni_frames; in av1_rc_postencode_update()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.h125 double tot_q; member
Dvp9_ratectrl.c415 rc->tot_q = 0.0; in vp9_rc_init()
1794 rc->tot_q += vp9_convert_qindex_to_q(qindex, cm->bit_depth); in vp9_rc_postencode_update()
1795 rc->avg_q = rc->tot_q / rc->ni_frames; in vp9_rc_postencode_update()
Dvp9_svc_layercontext.c115 lrc->tot_q = 0.0; in vp9_init_layer_context()