Lines Matching refs:i4_bin
2279 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()
2334 *pi4_complexity_bin = i4_bin - 1; in ba_get_qp_offset_offline_data()
2341 ai4_offset_values_7B[i4_bin - 1], in ba_get_qp_offset_offline_data()
2342 sizeof(ai4_offset_values_7B[i4_bin - 1])); in ba_get_qp_offset_offline_data()
2347 ai4_offset_values_3B[i4_bin - 1], in ba_get_qp_offset_offline_data()
2348 sizeof(ai4_offset_values_3B[i4_bin - 1])); in ba_get_qp_offset_offline_data()
2353 ai4_offset_values_1B[i4_bin - 1], in ba_get_qp_offset_offline_data()
2354 sizeof(ai4_offset_values_1B[i4_bin - 1])); in ba_get_qp_offset_offline_data()
2359 ai4_offset_values_0B[i4_bin - 1], in ba_get_qp_offset_offline_data()
2360 sizeof(ai4_offset_values_0B[i4_bin - 1])); in ba_get_qp_offset_offline_data()
2365 ai4_offset_values_0B[i4_bin - 1], in ba_get_qp_offset_offline_data()
2366 sizeof(ai4_offset_values_0B[i4_bin - 1])); in ba_get_qp_offset_offline_data()