HomeSort by relevance Sort by last modified time
    Searched full:vp8_short_idct4x4llm_mips (Results 1 - 4 of 4) sorted by null

  /external/libvpx/vp8/common/mips/
idct_mips.h 17 extern prototype_idct(vp8_short_idct4x4llm_mips);
23 #define vp8_idct_idct16 vp8_short_idct4x4llm_mips
mips_systemdependent.c 40 rtcd->idct.idct16 = vp8_short_idct4x4llm_mips;
idct_mips.c 27 void vp8_short_idct4x4llm_mips(short *input, short *output, int pitch) function
  /external/libvpx/vp8/decoder/mips/
dequantize_mips.c 46 extern void vp8_short_idct4x4llm_mips(short *input, short *output, int pitch) ;
86 vp8_short_idct4x4llm_mips(input_temp, output, 4);
148 vp8_short_idct4x4llm_mips(input_temp, output, 4);

Completed in 825 milliseconds