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

  /external/libvpx/libvpx/test/
dct16x16_test.cc 257 void idct16x16_10(const tran_low_t *in, uint8_t *out, int stride) { function in namespace:__anon26011
267 idct16x16_10(in, out, stride);
753 make_tuple(&vpx_highbd_fdct16x16_c, &idct16x16_10, 0, VPX_BITS_10),
817 make_tuple(&vpx_highbd_fdct16x16_sse2, &idct16x16_10, 0, VPX_BITS_10),
839 make_tuple(&idct16x16_10, &idct16x16_256_add_10_sse2,
dct_test.cc 426 make_tuple(&vpx_highbd_fdct16x16_c, &idct16x16_10, 16, 0, VPX_BITS_10),
462 make_tuple(&vpx_highbd_fdct16x16_sse2, &idct16x16_10, 16, 0,

Completed in 64 milliseconds