Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_rc_interface.h149 WORD32 i4_num_pixel);
163 LWORD64 i8_satd_by_act_L1, WORD32 i4_num_pixel, WORD32 i4_cur_q_scale);
Drate_control_api.c103 #define GET_L0_SATD_BY_ACT_MAX_PER_PIXEL(i4_num_pixel) \ argument
104 ((5.4191f * i4_num_pixel + 4000000.0f) / i4_num_pixel)
3145 WORD32 i4_num_pixel, in rc_get_qp_scene_change_bits() argument
3167 float bpp = (float)get_bits_per_frame(ps_rate_control_api->ps_bit_allocation) / i4_num_pixel; in rc_get_qp_scene_change_bits()
3169 if(i4_num_pixel > 5000000) /*UHD*/ in rc_get_qp_scene_change_bits()
3196 WORD32 i4_min_num_pixel = i4_num_pixel; in rc_get_qp_scene_change_bits()
3198 if(i4_num_pixel > 5000000) in rc_get_qp_scene_change_bits()
3204i4_num_pixel) /*In very fast motion case have min threshold for I frame, Assume atleast one unit p… in rc_get_qp_scene_change_bits()
3235 normal_satd_act = (float)i8_satd_by_act_accum / i4_num_pixel; in rc_get_qp_scene_change_bits()
3246 float f_satd_by_Act_norm = GET_L0_SATD_BY_ACT_MAX_PER_PIXEL(i4_num_pixel); in rc_get_qp_scene_change_bits()
[all …]
Drate_control_api.h296 WORD32 i4_num_pixel,
Dihevce_rc_interface.c1972 LWORD64 i8_satd_by_act_L1, WORD32 i4_num_pixel, WORD32 i4_cur_q_scale) in ihevce_get_L0_satd_based_on_L1() argument
1977 if(i4_num_pixel > 5184000) in ihevce_get_L0_satd_based_on_L1()
1982 else if(i4_num_pixel > 1497600) in ihevce_get_L0_satd_based_on_L1()
1987 else if(i4_num_pixel > 633600) in ihevce_get_L0_satd_based_on_L1()
2001 if(est_L0_satd_by_act < (i4_num_pixel >> 3)) in ihevce_get_L0_satd_based_on_L1()
2002 est_L0_satd_by_act = (i4_num_pixel >> 3); in ihevce_get_L0_satd_based_on_L1()