Searched refs:K_Q (Results 1 – 3 of 3) sorted by relevance
572 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()
98 #define K_Q 4 macro
324 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()