Home
last modified time | relevance | path

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

/external/libvpx/config/mips32-dspr2/
Dvp9_rtcd.h83 void vp9_iht8x8_64_add_dspr2(const tran_low_t *input, uint8_t *dest, int dest_stride, int tx_type);
84 #define vp9_iht8x8_64_add vp9_iht8x8_64_add_dspr2
/external/libvpx/libvpx/vp9/common/mips/dspr2/
Dvp9_itrans8_dspr2.c23 void vp9_iht8x8_64_add_dspr2(const int16_t *input, uint8_t *dest, in vp9_iht8x8_64_add_dspr2() function