Lines Matching defs:cross
961 int32_t cross, ener, cross_comp, ener_comp = 0;
1010 correlation(&cross, &ener, s->prevResidual, lag, s->block_samples, corrLen, scale3);
1012 /* Normalize and store cross^2 and the number of shifts */
1013 shift_max = get_size_in_bits(FFABS(cross)) - 15;
1014 cross_square_max = (int16_t) SPL_MUL_16_16_RSFT(SPL_SHIFT_W32(cross, -shift_max), SPL_SHIFT_W32(cross, -shift_max), 15);
1021 do a cross multiplication */
1045 cross = cross_comp;
1072 /* Square the cross correlation and norm it such that max_perSquare
1076 tmp1 = SPL_SHIFT_W32(cross, (totscale >> 1));
1077 tmp2 = SPL_SHIFT_W32(cross, totscale - (totscale >> 1));
1262 /* Put cross correlation and energy on 16 bit word */
1268 /* Square cross correlation and store upper int16_t */
1283 /* Compute the cross multiplication between the old best criteria