Searched refs:channel_offset (Results 1 – 3 of 3) sorted by relevance
235 opus_val16 channel_offset; in surround_analysis() local337 channel_offset = HALF16(celt_log2(QCONST32(2.f,14)/(channels-1))); in surround_analysis()340 maskLogE[c][i] += channel_offset; in surround_analysis()684 opus_int32 channel_offset; in surround_rate_allocation() local694 channel_offset = 40*IMAX(50, Fs/frame_size); in surround_rate_allocation()698 bitrate = nb_normal*(channel_offset + Fs + 10000) + 8000*nb_lfe; in surround_rate_allocation()712 stream_offset = (bitrate - channel_offset*nb_normal - lfe_offset*nb_lfe)/nb_normal/2; in surround_rate_allocation()723 …rate - lfe_offset*nb_lfe - stream_offset*(nb_coupled+nb_uncoupled) - channel_offset*nb_normal)/tot… in surround_rate_allocation()728 rate[i] = 2*channel_offset + IMAX(0, stream_offset+(channel_rate*coupled_ratio>>8)); in surround_rate_allocation()730 rate[i] = channel_offset + IMAX(0, stream_offset + channel_rate); in surround_rate_allocation()
82 int channel_offset = 0; in RunMultiOutCNNTest() local91 const float *buf_out = output->output_buffer[channel_offset]; in RunMultiOutCNNTest()103 channel_offset++; in RunMultiOutCNNTest()
2284 unsigned channel_offset = lowered_width * n; in lower_simd_width() local2294 linst->group = channel_offset; in lower_simd_width()2306 copy->group = channel_offset; in lower_simd_width()2311 dst = horiz_offset(inst->dst, channel_offset); in lower_simd_width()2326 linst->src[i] = horiz_offset(linst->src[i], channel_offset); in lower_simd_width()2338 mov->group = channel_offset; in lower_simd_width()