Searched refs:i8_bits_allocated_to_gop (Results 1 – 2 of 2) sorted by relevance
1634 ps_cur_gop_stat->i8_bits_allocated_to_gop + in ba_get_gop_bits()2725 total_nbp_bits_allocated += ps_cur_gop->i8_bits_allocated_to_gop; in rc_update_bit_distribution_gop_level_2pass()2740 ps_cur_gop->i8_bits_allocated_to_gop = (LWORD64)( in rc_update_bit_distribution_gop_level_2pass()2746 ps_cur_gop->i8_bits_allocated_to_gop = in rc_update_bit_distribution_gop_level_2pass()2757 ps_cur_gop->i8_bits_allocated_to_gop += (LWORD64)( in rc_update_bit_distribution_gop_level_2pass()2766 ps_cur_gop->i8_actual_bits_allocated_to_gop = ps_cur_gop->i8_bits_allocated_to_gop; in rc_update_bit_distribution_gop_level_2pass()2771 if(ps_cur_gop->i8_bits_allocated_to_gop > i8_max_bit_for_gop) in rc_update_bit_distribution_gop_level_2pass()2773 ps_cur_gop->i8_bits_allocated_to_gop = i8_max_bit_for_gop; in rc_update_bit_distribution_gop_level_2pass()2784 if(ps_cur_gop->i8_bits_allocated_to_gop < in rc_update_bit_distribution_gop_level_2pass()2788 ps_cur_gop->i8_bits_allocated_to_gop = in rc_update_bit_distribution_gop_level_2pass()[all …]
101 LWORD64 i8_bits_allocated_to_gop; member