Home
last modified time | relevance | path

Searched refs:gf_low_motion_minq (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_ratectrl.c44 static int gf_low_motion_minq[QINDEX_RANGE]; variable
83 gf_low_motion_minq[i] = get_minq_index(maxq, 0.0000015, -0.0009, 0.32); in vp9_rc_init_minq_luts()
547 gf_low_motion_minq, gf_high_motion_minq); in rc_pick_q_and_bounds_one_pass_cbr()
675 gf_low_motion_minq, in rc_pick_q_and_bounds_one_pass_vbr()
692 gf_low_motion_minq, gf_high_motion_minq); in rc_pick_q_and_bounds_one_pass_vbr()
698 gf_low_motion_minq, gf_high_motion_minq); in rc_pick_q_and_bounds_one_pass_vbr()
860 gf_low_motion_minq, in rc_pick_q_and_bounds_two_pass()
877 gf_low_motion_minq, gf_high_motion_minq); in rc_pick_q_and_bounds_two_pass()
883 gf_low_motion_minq, gf_high_motion_minq); in rc_pick_q_and_bounds_two_pass()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Donyx_if.c167 static const unsigned char gf_low_motion_minq[QINDEX_RANGE] = variable
3714 cpi->active_best_quality = gf_low_motion_minq[Q]; in encode_frame_to_data_rate()