HomeSort by relevance Sort by last modified time
    Searched defs:WORD16 (Results 1 - 7 of 7) sorted by null

  /external/libavc/common/
ih264_typedefs.h 54 typedef short WORD16;
  /external/libavc/encoder/
ime_typedefs.h 44 typedef short WORD16;
irc_datatypes.h 54 typedef short WORD16;
  /external/libhevc/common/
ihevc_typedefs.h 44 typedef signed short WORD16;
  /external/libmpeg2/common/
icv_datatypes.h 57 typedef int16_t WORD16;
iv_datatypedef.h 48 typedef short WORD16;
  /external/libopus/celt/dump_modes/
dump_modes.c 45 #define WORD16 INT16
48 #define WORD16 FLOAT
99 fprintf (file, WORD16 ",%c", mode->window[j],(j+6)%5==0?'\n':' ');
154 fprintf (file, "{" WORD16 ", " WORD16 "},%c", mode->mdct.kfft[0]->twiddles[j].r, mode->mdct.kfft[0]->twiddles[j].i,(j+3)%2==0?'\n':' ');
183 fprintf (file, WORD16 ", /* scale */\n", mode->mdct.kfft[k]->scale);
217 fprintf (file, WORD16 ",%c", mode->mdct.trig[j],(j+6)%5==0?'\n':' ');
232 fprintf(file, WORD16 ", ", mode->preemph[j]);

Completed in 116 milliseconds