Searched defs:q_high (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | encoder.c | 4968 static int get_regulated_q_overshoot(AV1_COMP *const cpi, int q_low, int q_high, in get_regulated_q_overshoot() 4990 static int get_regulated_q_undershoot(AV1_COMP *const cpi, int q_high, in get_regulated_q_undershoot() 5015 int *const q_high, const int top_index, const int bottom_index, in recode_loop_update_q() 5421 int q = 0, q_low = 0, q_high = 0; in encode_with_recode_loop() local
|
/external/libvpx/libvpx/vp8/encoder/ |
D | onyx_if.c | 3223 int q_high; in encode_frame_to_data_rate() local
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encoder.c | 4198 int q = 0, q_low = 0, q_high = 0; local
|