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

  /external/tremolo/Tremolo/
asm_arm.h 130 static inline ogg_int32_t CLIP_TO_15(ogg_int32_t x) {
mdct.c 500 *out = CLIP_TO_15((*--r)>>9);
525 *out = CLIP_TO_15((MULT31(*--r,*--wR) + MULT31(*l,*wL++))>>9);
550 *out = CLIP_TO_15((MULT31(*r++,*--wR) - MULT31(*l,*wL++))>>9);
573 *out = CLIP_TO_15((-*l)>>9);
misc.h 200 static inline ogg_int32_t CLIP_TO_15(ogg_int32_t x) {

Completed in 30 milliseconds