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

  /external/libvpx/libvpx/test/
fdct8x8_test.cc 43 vp9_short_fht8x8_c(in, out, stride, tx_type);
305 make_tuple(&vp9_short_fht8x8_c, &vp9_iht8x8_64_add_c, 0),
306 make_tuple(&vp9_short_fht8x8_c, &vp9_iht8x8_64_add_c, 1),
307 make_tuple(&vp9_short_fht8x8_c, &vp9_iht8x8_64_add_c, 2),
308 make_tuple(&vp9_short_fht8x8_c, &vp9_iht8x8_64_add_c, 3)));
  /external/libvpx/libvpx/vp9/encoder/
vp9_dct.c 562 void vp9_short_fht8x8_c(const int16_t *input, int16_t *output, function
    [all...]

Completed in 46 milliseconds