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

  /external/libvpx/libvpx/vp8/encoder/
dct.c 14 void vp8_short_fdct4x4_c(short *input, short *output, int pitch) function
60 vp8_short_fdct4x4_c(input, output, pitch);
61 vp8_short_fdct4x4_c(input + 4, output + 16, pitch);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
dct.c 14 void vp8_short_fdct4x4_c(short *input, short *output, int pitch) function
60 vp8_short_fdct4x4_c(input, output, pitch);
61 vp8_short_fdct4x4_c(input + 4, output + 16, pitch);

Completed in 30 milliseconds