Searched refs:vp9_iht4x4_16_add (Results 1 - 10 of 10) sorted by relevance

/external/libvpx/libvpx/vp9/common/
H A Dvp9_rtcd_defs.sh304 prototype void vp9_iht4x4_16_add "const int16_t *input, uint8_t *dest, int dest_stride, int tx_type"
305 specialize vp9_iht4x4_16_add sse2 neon dspr2
H A Dvp9_idct.c1392 vp9_iht4x4_16_add(input, dest, stride, tx_type);
/external/libvpx/armv7a/
H A Dvp9_rtcd.h268 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_c macro
/external/libvpx/armv7a-neon/
H A Dvp9_rtcd.h293 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_neon macro
/external/libvpx/generic/
H A Dvp9_rtcd.h268 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_c macro
/external/libvpx/mips/
H A Dvp9_rtcd.h268 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_c macro
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodemb.c660 vp9_iht4x4_16_add(dqcoeff, dst, pd->dst.stride, tx_type);
H A Dvp9_rdopt.c1109 vp9_iht4x4_16_add(BLOCK_OFFSET(pd->dqcoeff, block),
/external/libvpx/mips-dspr2/
H A Dvp9_rtcd.h302 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_dspr2 macro
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_decodframe.c261 vp9_iht4x4_16_add(dqcoeff, dst, stride, tx_type);

Completed in 131 milliseconds