Searched refs:channel_offset (Results 1 – 4 of 4) sorted by relevance
125 const size_t channel_offset = channel * channel_size; in check_border_element() local126 const double target = get_double_data(ptr + channel_offset, tensor.data_type()); in check_border_element()127 … = get_double_data(static_cast<const uint8_t *>(border_value) + channel_offset, tensor.data_t… in check_border_element()196 const size_t channel_offset = channel * channel_size; in validate() local197 const double target = get_double_data(ptr + channel_offset, tensor.data_type()); in validate()
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()685 opus_int32 channel_offset; in surround_rate_allocation() local695 channel_offset = 40*IMAX(50, Fs/frame_size); in surround_rate_allocation()699 bitrate = nb_normal*(channel_offset + Fs + 10000) + 8000*nb_lfe; in surround_rate_allocation()713 stream_offset = (bitrate - channel_offset*nb_normal - lfe_offset*nb_lfe)/nb_normal/2; in surround_rate_allocation()724 …rate - lfe_offset*nb_lfe - stream_offset*(nb_coupled+nb_uncoupled) - channel_offset*nb_normal)/tot… in surround_rate_allocation()729 rate[i] = 2*channel_offset + IMAX(0, stream_offset+(channel_rate*coupled_ratio>>8)); in surround_rate_allocation()731 rate[i] = channel_offset + IMAX(0, stream_offset + channel_rate); in surround_rate_allocation()
94 int channel_offset = 0; in RunMultiOutCNNTest() local103 const float *buf_out = output->output_buffer[channel_offset]; in RunMultiOutCNNTest()115 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()