Home
last modified time | relevance | path

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

/external/libvpx/vp9/encoder/
Dvp9_ratectrl.h301 int vp9_rc_pick_q_and_bounds(const struct VP9_COMP *cpi, int *bottom_index,
Dvp9_ratectrl.c1582 int vp9_rc_pick_q_and_bounds(const VP9_COMP *cpi, int *bottom_index, in vp9_rc_pick_q_and_bounds() function
Dvp9_encoder.c3655 *q = vp9_rc_pick_q_and_bounds(cpi, bottom_index, top_index);
/external/libvpx/vp9/
Dratectrl_rtc.cc197 vp9_rc_pick_q_and_bounds(cpi_, &bottom_index, &top_index); in ComputeQP()