Lines Matching refs:Ryy
122 int N, opus_val32 Ryy, opus_val16 gain) in normalise_residual() argument
132 k = celt_ilog2(Ryy)>>1; in normalise_residual()
134 t = VSHR32(Ryy, 2*(k-7)); in normalise_residual()
255 opus_val16 Rxy, Ryy; in op_pvq_search_c() local
276 Ryy = ADD16(yy, y[0]); in op_pvq_search_c()
281 best_den = Ryy; in op_pvq_search_c()
288 Ryy = ADD16(yy, y[j]); in op_pvq_search_c()
299 if (opus_unlikely(MULT16_16(best_den, Rxy) > MULT16_16(Ryy, best_num))) in op_pvq_search_c()
301 best_den = Ryy; in op_pvq_search_c()
366 opus_val32 Ryy; in alg_unquant() local
374 Ryy = decode_pulses(iy, N, K, dec); in alg_unquant()
375 normalise_residual(iy, X, N, Ryy, gain); in alg_unquant()