Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Dfdct4x4_test.cc549 make_tuple(&vp9_fht4x4_msa, &vp9_iht4x4_16_add_msa, 0, VPX_BITS_8),
550 make_tuple(&vp9_fht4x4_msa, &vp9_iht4x4_16_add_msa, 1, VPX_BITS_8),
551 make_tuple(&vp9_fht4x4_msa, &vp9_iht4x4_16_add_msa, 2, VPX_BITS_8),
552 make_tuple(&vp9_fht4x4_msa, &vp9_iht4x4_16_add_msa, 3, VPX_BITS_8)));
/external/libvpx/libvpx/vp9/encoder/mips/msa/
Dvp9_fdct4x4_msa.c48 void vp9_fht4x4_msa(const int16_t *input, int16_t *output, int32_t stride, in vp9_fht4x4_msa() function