Searched refs:complexity_mov_buf_size (Results 1 – 1 of 1) sorted by relevance
1071 LWORD64 error_bits = 0, complexity_mov_buf_size = 0; in get_error_bits_for_desired_buf() local1104 complexity_mov_buf_size = (LWORD64)ps_cbr_buffer->i4_upr_thr[0]; in get_error_bits_for_desired_buf()1108 complexity_mov_buf_size = ps_cbr_buffer->u4_vbr_max_bit_deviation; in get_error_bits_for_desired_buf()1113 desired_buf_level = COMP_TO_BITS_MAP_2_PASS(X, complexity_mov_buf_size); in get_error_bits_for_desired_buf()1115 desired_buf_level = COMP_TO_BITS_MAP(X, complexity_mov_buf_size); in get_error_bits_for_desired_buf()1124 buf_diff = (float)error_bits / complexity_mov_buf_size; in get_error_bits_for_desired_buf()1130 ((LWORD64)complexity_mov_buf_size * i4_bit_alloc_period * 12) >> 12; in get_error_bits_for_desired_buf()1131 i8_buf_based_limit_inc = ((LWORD64)complexity_mov_buf_size * i4_bit_alloc_period * 8) >> in get_error_bits_for_desired_buf()1135 if(i8_buf_based_limit_red < (((LWORD64)complexity_mov_buf_size * 10) >> 7)) in get_error_bits_for_desired_buf()1136 i8_buf_based_limit_red = (((LWORD64)complexity_mov_buf_size * 10) >> 7); in get_error_bits_for_desired_buf()[all …]