Lines Matching refs:avq_complexity_estimate

574     number_t avq_complexity_estimate[MAX_PIC_TYPE];  in init_prev_header_bits()  local
583 avq_complexity_estimate[I_PIC], in init_prev_header_bits()
587 avq_complexity_estimate[P_PIC], in init_prev_header_bits()
591 avq_complexity_estimate[P1_PIC], in init_prev_header_bits()
594 SET_VAR_Q(avq_complexity_estimate[B_PIC], (B_TO_B1_BIT_RATO0 * B1_TO_B2_BIT_RATIO), 0); in init_prev_header_bits()
595 SET_VAR_Q(avq_complexity_estimate[BB_PIC], (B_TO_B1_BIT_RATO0 * B1_TO_B2_BIT_RATIO), 0); in init_prev_header_bits()
596 SET_VAR_Q(avq_complexity_estimate[B1_PIC], (B1_TO_B2_BIT_RATIO), 0); in init_prev_header_bits()
598 avq_complexity_estimate[B11_PIC], in init_prev_header_bits()
601 SET_VAR_Q(avq_complexity_estimate[B2_PIC], 1, 0); in init_prev_header_bits()
602 SET_VAR_Q(avq_complexity_estimate[B22_PIC], 1, 0); in init_prev_header_bits()
675 avq_complexity_estimate, in init_prev_header_bits()
816 number_t avq_complexity_estimate[MAX_PIC_TYPE]; in init_bit_allocation() local
844 SET_VAR_Q(avq_complexity_estimate[I_PIC], STATIC_I_TO_B2_RATIO, 0); in init_bit_allocation()
845 SET_VAR_Q(avq_complexity_estimate[P_PIC], STATIC_P_TO_B2_RATIO, 0); in init_bit_allocation()
846 SET_VAR_Q(avq_complexity_estimate[P1_PIC], STATIC_P_TO_B2_RATIO, 0); in init_bit_allocation()
847 SET_VAR_Q(avq_complexity_estimate[B_PIC], STATIC_B_TO_B2_RATIO, 0); in init_bit_allocation()
848 SET_VAR_Q(avq_complexity_estimate[BB_PIC], STATIC_B_TO_B2_RATIO, 0); in init_bit_allocation()
849 SET_VAR_Q(avq_complexity_estimate[B1_PIC], STATIC_B1_TO_B2_RATIO, 0); in init_bit_allocation()
850 SET_VAR_Q(avq_complexity_estimate[B11_PIC], STATIC_B1_TO_B2_RATIO, 0); in init_bit_allocation()
851 SET_VAR_Q(avq_complexity_estimate[B2_PIC], 1, 0); in init_bit_allocation()
852 SET_VAR_Q(avq_complexity_estimate[B22_PIC], 1, 0); in init_bit_allocation()
858 avq_complexity_estimate, in init_bit_allocation()
1288 number_t avq_complexity_estimate[MAX_PIC_TYPE]; in get_cur_frm_est_texture_bits() local
1307 avq_complexity_estimate[I_PIC], in get_cur_frm_est_texture_bits()
1311 avq_complexity_estimate[P_PIC], in get_cur_frm_est_texture_bits()
1315 avq_complexity_estimate[P1_PIC], in get_cur_frm_est_texture_bits()
1318 SET_VAR_Q(avq_complexity_estimate[B_PIC], (B_TO_B1_BIT_RATO0 * B1_TO_B2_BIT_RATIO), 0); in get_cur_frm_est_texture_bits()
1319 SET_VAR_Q(avq_complexity_estimate[BB_PIC], (B_TO_B1_BIT_RATO0 * B1_TO_B2_BIT_RATIO), 0); in get_cur_frm_est_texture_bits()
1321 avq_complexity_estimate[B1_PIC], in get_cur_frm_est_texture_bits()
1324 SET_VAR_Q(avq_complexity_estimate[B11_PIC], (B1_TO_B2_BIT_RATIO), 0); in get_cur_frm_est_texture_bits()
1325 SET_VAR_Q(avq_complexity_estimate[B2_PIC], 1, 0); in get_cur_frm_est_texture_bits()
1326 SET_VAR_Q(avq_complexity_estimate[B22_PIC], 1, 0); in get_cur_frm_est_texture_bits()
1513 div32_var_q(vq_lin_mod_coeff, vq_K, &avq_complexity_estimate[i]); in get_cur_frm_est_texture_bits()
1524 complexity_est = complexity_est && avq_complexity_estimate[i].sm; in get_cur_frm_est_texture_bits()
1547 avq_complexity_estimate, in get_cur_frm_est_texture_bits()
1561 avq_complexity_estimate, in get_cur_frm_est_texture_bits()