Searched refs:interpolation_index (Results 1 – 1 of 1) sorted by relevance
108 int interpolation_index = -1; in GetSinglecastBitrateLimitForResolutionWhenQpIsUntrusted() local111 interpolation_index = i; in GetSinglecastBitrateLimitForResolutionWhenQpIsUntrusted()118 if (interpolation_index == -1) { in GetSinglecastBitrateLimitForResolutionWhenQpIsUntrusted()123 if (bitrate_limits[interpolation_index].frame_size_pixels == in GetSinglecastBitrateLimitForResolutionWhenQpIsUntrusted()125 return bitrate_limits[interpolation_index]; in GetSinglecastBitrateLimitForResolutionWhenQpIsUntrusted()130 bitrate_limits[interpolation_index - 1].frame_size_pixels; in GetSinglecastBitrateLimitForResolutionWhenQpIsUntrusted()131 int upper_pixel_count = bitrate_limits[interpolation_index].frame_size_pixels; in GetSinglecastBitrateLimitForResolutionWhenQpIsUntrusted()135 bitrate_limits[interpolation_index].min_start_bitrate_bps * alpha + in GetSinglecastBitrateLimitForResolutionWhenQpIsUntrusted()136 bitrate_limits[interpolation_index - 1].min_start_bitrate_bps * in GetSinglecastBitrateLimitForResolutionWhenQpIsUntrusted()139 bitrate_limits[interpolation_index].max_bitrate_bps * alpha + in GetSinglecastBitrateLimitForResolutionWhenQpIsUntrusted()[all …]