OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vp9_fht4x4_msa
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/test/
fdct4x4_test.cc
549
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/
vp9_fdct4x4_msa.c
48
void
vp9_fht4x4_msa
(const int16_t *input, int16_t *output, int32_t stride,
function
Completed in 242 milliseconds