Home
last modified time | relevance | path

Searched refs:vp9_iht4x4_16_add (Results 1 – 11 of 11) sorted by relevance

/external/libvpx/config/mips32/
Dvp9_rtcd.h78 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_c macro
/external/libvpx/config/generic/
Dvp9_rtcd.h78 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_c macro
/external/libvpx/config/mips64/
Dvp9_rtcd.h78 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_c macro
/external/libvpx/config/arm/
Dvp9_rtcd.h78 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_c macro
/external/libvpx/config/mips32-dspr2/
Dvp9_rtcd.h80 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_dspr2 macro
/external/libvpx/config/arm64/
Dvp9_rtcd.h82 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_neon macro
/external/libvpx/config/arm-neon/
Dvp9_rtcd.h82 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_neon macro
/external/libvpx/config/x86/
Dvp9_rtcd.h93 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_sse2 macro
/external/libvpx/config/x86_64/
Dvp9_rtcd.h94 #define vp9_iht4x4_16_add vp9_iht4x4_16_add_sse2 macro
/external/libvpx/libvpx/vp9/common/
Dvp9_idct.c187 vp9_iht4x4_16_add(input, dest, stride, tx_type); in vp9_iht4x4_add()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodemb.c958 vp9_iht4x4_16_add(dqcoeff, dst, dst_stride, tx_type); in vp9_encode_block_intra()