Home
last modified time | relevance | path

Searched refs:channel_offset (Results 1 – 2 of 2) sorted by relevance

/external/libopus/src/
Dopus_multistream_encoder.c235 opus_val16 channel_offset; in surround_analysis() local
337 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() local
694 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()
/external/mesa3d/src/intel/compiler/
Dbrw_vec4.cpp2232 unsigned channel_offset = lowered_width * n; in lower_simd_width() local
2242 linst->group = channel_offset; in lower_simd_width()
2254 copy->group = channel_offset; in lower_simd_width()
2259 dst = horiz_offset(inst->dst, channel_offset); in lower_simd_width()
2274 linst->src[i] = horiz_offset(linst->src[i], channel_offset); in lower_simd_width()
2286 mov->group = channel_offset; in lower_simd_width()