Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dbit_allocation.c2181 #define I_TO_P_RATIO_HI_MO (16) macro
2194 ps_bit_allocation->i2_K[P_PIC] = I_TO_P_RATIO_HI_MO; in set_Kp_Kb_for_hi_motion()
2198 ps_bit_allocation->i2_K[B_PIC] = (P_TO_B_RATIO_HI_MO * I_TO_P_RATIO_HI_MO) >> K_Q; in set_Kp_Kb_for_hi_motion()
2202 ps_bit_allocation->i2_K[B_PIC] = (P_TO_B_RATIO_HI_MO_HBR * I_TO_P_RATIO_HI_MO) >> K_Q; in set_Kp_Kb_for_hi_motion()