Home
last modified time | relevance | path

Searched refs:vp9_iht8x8_64_add_msa (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/test/
Dfdct8x8_test.cc784 make_tuple(&vp9_fht8x8_msa, &vp9_iht8x8_64_add_msa, 0, VPX_BITS_8),
785 make_tuple(&vp9_fht8x8_msa, &vp9_iht8x8_64_add_msa, 1, VPX_BITS_8),
786 make_tuple(&vp9_fht8x8_msa, &vp9_iht8x8_64_add_msa, 2, VPX_BITS_8),
787 make_tuple(&vp9_fht8x8_msa, &vp9_iht8x8_64_add_msa, 3, VPX_BITS_8)));
/external/libvpx/libvpx/vp9/common/mips/msa/
Dvp9_idct8x8_msa.c16 void vp9_iht8x8_64_add_msa(const int16_t *input, uint8_t *dst, in vp9_iht8x8_64_add_msa() function