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

  /external/libvpx/vp8/common/
idct.h 35 #define vp8_idct_idct1 vp8_short_idct4x4llm_1_c
idctllm.c 89 void vp8_short_idct4x4llm_1_c(short *input, short *output, int pitch) function
  /external/libvpx/vp8/common/ppc/
systemdependent.c 90 extern void vp8_short_idct4x4llm_1_c(short *input, short *output, int pitch);
148 vp8_short_idct4x4_1 = vp8_short_idct4x4llm_1_c;
  /external/libvpx/vp8/decoder/
dequantize.c 18 extern void vp8_short_idct4x4llm_1_c(short *input, short *output, int pitch);
  /external/libvpx/vp8/common/generic/
systemdependent.c 28 rtcd->idct.idct1 = vp8_short_idct4x4llm_1_c;

Completed in 618 milliseconds