Searched refs:Xptr (Results 1 – 2 of 2) sorted by relevance
/external/libopus/celt/mips/ |
D | vq_mipsr1.h | 44 celt_norm *Xptr; in exp_rotation1() local 45 Xptr = X; in exp_rotation1() 50 x1 = Xptr[0]; in exp_rotation1() 51 x2 = Xptr[stride]; in exp_rotation1() 52 Xptr[stride] = EXTRACT16(PSHR32(MAC16_16(MULT16_16(c, x2), s, x1), 15)); in exp_rotation1() 53 *Xptr++ = EXTRACT16(PSHR32(MAC16_16(MULT16_16(c, x1), ms, x2), 15)); in exp_rotation1() 55 Xptr = &X[len-2*stride-1]; in exp_rotation1() 59 x1 = Xptr[0]; in exp_rotation1() 60 x2 = Xptr[stride]; in exp_rotation1() 61 Xptr[stride] = EXTRACT16(PSHR32(MAC16_16(MULT16_16(c, x2), s, x1), 15)); in exp_rotation1() [all …]
|
/external/libopus/celt/ |
D | vq.c | 51 celt_norm *Xptr; in exp_rotation1() local 52 Xptr = X; in exp_rotation1() 57 x1 = Xptr[0]; in exp_rotation1() 58 x2 = Xptr[stride]; in exp_rotation1() 59 Xptr[stride] = EXTRACT16(PSHR32(MAC16_16(MULT16_16(c, x2), s, x1), 15)); in exp_rotation1() 60 *Xptr++ = EXTRACT16(PSHR32(MAC16_16(MULT16_16(c, x1), ms, x2), 15)); in exp_rotation1() 62 Xptr = &X[len-2*stride-1]; in exp_rotation1() 66 x1 = Xptr[0]; in exp_rotation1() 67 x2 = Xptr[stride]; in exp_rotation1() 68 Xptr[stride] = EXTRACT16(PSHR32(MAC16_16(MULT16_16(c, x2), s, x1), 15)); in exp_rotation1() [all …]
|