Searched refs:Xptr (Results 1 – 2 of 2) sorted by relevance
/external/libopus/celt/mips/ |
D | vq_mipsr1.h | 49 celt_norm *Xptr; in exp_rotation1() local 50 Xptr = X; in exp_rotation1() 55 x1 = Xptr[0]; in exp_rotation1() 56 x2 = Xptr[stride]; in exp_rotation1() 57 Xptr[stride] = EXTRACT16(PSHR32(MAC16_16(MULT16_16(c, x2), s, x1), 15)); in exp_rotation1() 58 *Xptr++ = EXTRACT16(PSHR32(MAC16_16(MULT16_16(c, x1), ms, x2), 15)); in exp_rotation1() 60 Xptr = &X[len-2*stride-1]; in exp_rotation1() 64 x1 = Xptr[0]; in exp_rotation1() 65 x2 = Xptr[stride]; in exp_rotation1() 66 Xptr[stride] = EXTRACT16(PSHR32(MAC16_16(MULT16_16(c, x2), s, x1), 15)); in exp_rotation1() [all …]
|
/external/libopus/celt/ |
D | vq.c | 47 celt_norm *Xptr; in exp_rotation1() local 48 Xptr = X; in exp_rotation1() 53 x1 = Xptr[0]; in exp_rotation1() 54 x2 = Xptr[stride]; in exp_rotation1() 55 Xptr[stride] = EXTRACT16(PSHR32(MAC16_16(MULT16_16(c, x2), s, x1), 15)); in exp_rotation1() 56 *Xptr++ = EXTRACT16(PSHR32(MAC16_16(MULT16_16(c, x1), ms, x2), 15)); in exp_rotation1() 58 Xptr = &X[len-2*stride-1]; in exp_rotation1() 62 x1 = Xptr[0]; in exp_rotation1() 63 x2 = Xptr[stride]; in exp_rotation1() 64 Xptr[stride] = EXTRACT16(PSHR32(MAC16_16(MULT16_16(c, x2), s, x1), 15)); in exp_rotation1() [all …]
|