Searched defs:bottom_index (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_ratectrl.c | 986 int *bottom_index, in rc_pick_q_and_bounds_one_pass_cbr() 1120 int *bottom_index, in rc_pick_q_and_bounds_one_pass_vbr() 1299 static void pick_kf_q_bound_two_pass(const VP9_COMP *cpi, int *bottom_index, in pick_kf_q_bound_two_pass() 1363 static int rc_constant_q(const VP9_COMP *cpi, int *bottom_index, int *top_index, in rc_constant_q() 1404 static int rc_pick_q_and_bounds_two_pass(const VP9_COMP *cpi, int *bottom_index, in rc_pick_q_and_bounds_two_pass() 1539 int vp9_rc_pick_q_and_bounds(const VP9_COMP *cpi, int *bottom_index, in vp9_rc_pick_q_and_bounds() 1616 int bottom_index, top_index; in vp9_estimate_qp_gop() local
|
D | vp9_encoder.c | 3459 static void set_size_dependent_vars(VP9_COMP *cpi, int *q, int *bottom_index, 3679 int q = 0, bottom_index = 0, top_index = 0; local 3998 int bottom_index, top_index; local
|
/external/libaom/libaom/av1/encoder/ |
D | encoder.c | 3547 static void set_size_dependent_vars(AV1_COMP *cpi, int *q, int *bottom_index, in set_size_dependent_vars() 3824 int bottom_index, top_index; in calculate_next_superres_scale() local 3847 int bottom_index, top_index; in calculate_next_superres_scale() local 4184 int top_index, int bottom_index) { in get_regulated_q_overshoot() 4206 int top_index, int bottom_index) { in get_regulated_q_undershoot() 4231 const int bottom_index, in recode_loop_update_q() 4382 int top_index = 0, bottom_index = 0; in encode_with_recode_loop() local
|
D | ratectrl.c | 696 int height, int *bottom_index, in rc_pick_q_and_bounds_one_pass_cbr() 839 int height, int *bottom_index, in rc_pick_q_and_bounds_one_pass_vbr() 1006 int height, int *bottom_index, in rc_pick_q_and_bounds_two_pass() 1257 int *bottom_index, int *top_index) { in av1_rc_pick_q_and_bounds()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | onyx_if.c | 3223 int bottom_index; in encode_frame_to_data_rate() local
|