Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_ratectrl.h62 double tot_q; member
Dvp9_svc_layercontext.c39 lrc->tot_q = 0.0; in vp9_init_layer_context()
Dvp9_ratectrl.c1102 rc->tot_q += vp9_convert_qindex_to_q(cm->base_qindex); in vp9_rc_postencode_update()
1103 rc->avg_q = rc->tot_q / (double)rc->ni_frames; in vp9_rc_postencode_update()
Dvp9_onyx_if.c1296 rc->tot_q = 0.0; in vp9_create_compressor()