Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Drate_control_api_structs.h96 UWORD32 u4_bit_depth_based_max_qp; member
Drate_control_api.c267 UWORD32 u4_bit_depth_based_max_qp; in initialise_rate_control() local
323 u4_bit_depth_based_max_qp = (UWORD32)pow(2.0f, f_bit_depth_based_max_qp); in initialise_rate_control()
325 ps_rate_control_api->u4_bit_depth_based_max_qp = u4_bit_depth_based_max_qp; in initialise_rate_control()
521 ps_rate_control_api->ai4_max_qp_q6[i] = (u4_bit_depth_based_max_qp << QSCALE_Q_FAC); in initialise_rate_control()