Home | History | Annotate | Download | only in celt

Lines Matching full:shr32

265          x = SHR32(in[i+c*len],SIG_SHIFT);
269 mem1 = x - SHR32(y,1);
274 tmp[i] = EXTRACT16(SHR32(y,2));
341 norm = SHL32(EXTEND32(len2),6+14)/ADD32(EPSILON,SHR32(mean,1));
776 sum = ADD16(sum, EXTRACT16(SHR32(partial, 18)));
787 minXC = MIN16(minXC, ABS16(EXTRACT16(SHR32(partial, 18))));
978 boost = (int)SHR32(EXTEND32(follower[i]),DB_SHIFT);
981 boost = (int)SHR32(EXTEND32(follower[i])*8,DB_SHIFT);
984 boost = (int)SHR32(EXTEND32(follower[i])*width/6,DB_SHIFT);
1175 SHR32(MULT16_16(stereo_saving-QCONST16(0.1f,8),(coded_stereo_dof<<BITRES)),8));
1203 opus_int32 surround_target = target + (opus_int32)SHR32(MULT16_16(surround_masking,coded_bins<<BITRES), DB_SHIFT);
1212 /*floor_depth = SHR32(MULT16_16((C*bins<<BITRES),celt_log2(SHL32(MAX16(1,sample_max),13))), DB_SHIFT);*/
1213 floor_depth = (opus_int32)SHR32(MULT16_16((C*bins<<BITRES),maxDepth), DB_SHIFT);
1238 tvbr_factor = SHR32(MULT16_16(temporal_vbr, amount), DB_SHIFT);