Lines Matching refs:Ryy
118 int N, opus_val32 Ryy, opus_val16 gain) in normalise_residual() argument
128 k = celt_ilog2(Ryy)>>1; in normalise_residual()
130 t = VSHR32(Ryy, 2*(k-7)); in normalise_residual()
251 opus_val16 Rxy, Ryy; in op_pvq_search_c() local
272 Ryy = ADD16(yy, y[0]); in op_pvq_search_c()
277 best_den = Ryy; in op_pvq_search_c()
284 Ryy = ADD16(yy, y[j]); in op_pvq_search_c()
295 if (opus_unlikely(MULT16_16(best_den, Rxy) > MULT16_16(Ryy, best_num))) in op_pvq_search_c()
297 best_den = Ryy; in op_pvq_search_c()
362 opus_val32 Ryy; in alg_unquant() local
370 Ryy = decode_pulses(iy, N, K, dec); in alg_unquant()
371 normalise_residual(iy, X, N, Ryy, gain); in alg_unquant()