HomeSort by relevance Sort by last modified time
    Searched refs:g00 (Results 1 - 2 of 2) sorted by null

  /external/libopus/celt/mips/
celt_mipsr1.h 67 opus_val16 g00, g01, g02, g10, g11, g12; local
81 g00 = MULT16_16_P15(g0, gains[tapset0][0]);
102 asm volatile("MULT $ac1, %0, %1" : : "r" ((int)MULT16_16_Q15((Q15ONE-f),g00)), "r" ((int)x[i-T0]));
  /external/libopus/celt/
celt.c 196 opus_val16 g00, g01, g02, g10, g11, g12; local
214 g00 = MULT16_16_P15(g0, gains[tapset0][0]);
233 + MULT16_32_Q15(MULT16_16_Q15((Q15ONE-f),g00),x[i-T0])

Completed in 410 milliseconds