Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Ddct16x16_test.cc910 make_tuple(&vp9_fht16x16_msa, &vp9_iht16x16_256_add_msa, 0, VPX_BITS_8),
911 make_tuple(&vp9_fht16x16_msa, &vp9_iht16x16_256_add_msa, 1, VPX_BITS_8),
912 make_tuple(&vp9_fht16x16_msa, &vp9_iht16x16_256_add_msa, 2, VPX_BITS_8),
913 make_tuple(&vp9_fht16x16_msa, &vp9_iht16x16_256_add_msa, 3,
/external/libvpx/libvpx/vp9/encoder/mips/msa/
Dvp9_fdct16x16_msa.c407 void vp9_fht16x16_msa(const int16_t *input, int16_t *output, in vp9_fht16x16_msa() function