Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dbit_allocation.c2279 WORD32 i4_bin; in ba_get_qp_offset_offline_data() local
2304 for(i4_bin = 1; i4_bin < 5; i4_bin++) in ba_get_qp_offset_offline_data()
2306 if((i4_ratio >> i4_bin) == 1) in ba_get_qp_offset_offline_data()
2311 switch(i4_bin) in ba_get_qp_offset_offline_data()
2314 (f_ratio > 2.0f) ? (i4_bin = 3) : ((f_ratio > 1.33f) ? (i4_bin = 2) : (i4_bin = 1)); in ba_get_qp_offset_offline_data()
2317 i4_bin = 4; in ba_get_qp_offset_offline_data()
2320 (f_ratio > 12.0f) ? (i4_bin = 6) : (i4_bin = 5); in ba_get_qp_offset_offline_data()
2323 i4_bin = 7; in ba_get_qp_offset_offline_data()
2329 trace_printf("1 bin %d", i4_bin); in ba_get_qp_offset_offline_data()
2332 CLIP(i4_bin, 7, 1); in ba_get_qp_offset_offline_data()
[all …]
Dihevce_rc_interface.c5353 WORD32 i4_bin; in ihevce_compute_temporal_complexity_reset_Kp_Kb() local
5360 &i4_bin, in ihevce_compute_temporal_complexity_reset_Kp_Kb()