Home
last modified time | relevance | path

Searched refs:K_Q (Results 1 – 3 of 3) sorted by relevance

/external/libavc/encoder/
Dirc_rate_control_api.c572 prev_qp = (P_TO_I_RATIO * prev_qp + (1 << (K_Q - 1))) in irc_get_frame_level_qp()
573 >> (K_Q); in irc_get_frame_level_qp()
581 prev_qp = (I_TO_P_RATIO * prev_qp + (1 << (K_Q - 1))) in irc_get_frame_level_qp()
582 >> (K_Q); in irc_get_frame_level_qp()
590 prev_qp = (P_TO_B_RATIO * prev_qp + (1 << (K_Q - 1))) in irc_get_frame_level_qp()
591 >> (K_Q); in irc_get_frame_level_qp()
601 + (1 << (K_Q + K_Q - 1))) in irc_get_frame_level_qp()
602 >> (K_Q + K_Q); in irc_get_frame_level_qp()
Dirc_common.h98 #define K_Q 4 macro
Dirc_bit_allocation.c324 ps_bit_allocation->i2_K[I_PIC] = (1 << K_Q); in irc_ba_init_bit_allocation()
326 ps_bit_allocation->i2_K[B_PIC] = (P_TO_B_RATIO * I_TO_P_RATIO) >> K_Q; in irc_ba_init_bit_allocation()
451 SET_VAR_Q(vq_K, ps_bit_allocation->i2_K[i], K_Q); in irc_ba_get_cur_frm_est_texture_bits()