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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_dct.c 243 void vp9_fdct8x8_c(const int16_t *input, int16_t *final_output, int stride) { function
573 vp9_fdct8x8_c(input, output, stride);
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_dct.c 243 void vp9_fdct8x8_c(const int16_t *input, int16_t *final_output, int stride) { function
573 vp9_fdct8x8_c(input, output, stride);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_dct.c 243 void vp9_fdct8x8_c(const int16_t *input, int16_t *final_output, int stride) { function
573 vp9_fdct8x8_c(input, output, stride);
    [all...]

Completed in 82 milliseconds