Home
last modified time | relevance | path

Searched refs:vp9_iht16x16_256_add (Results 1 – 10 of 10) sorted by relevance

/external/libvpx/config/arm/
Dvp9_rtcd.h75 #define vp9_iht16x16_256_add vp9_iht16x16_256_add_c macro
/external/libvpx/config/mips32/
Dvp9_rtcd.h75 #define vp9_iht16x16_256_add vp9_iht16x16_256_add_c macro
/external/libvpx/config/generic/
Dvp9_rtcd.h75 #define vp9_iht16x16_256_add vp9_iht16x16_256_add_c macro
/external/libvpx/config/mips64/
Dvp9_rtcd.h75 #define vp9_iht16x16_256_add vp9_iht16x16_256_add_c macro
/external/libvpx/config/mips32-dspr2/
Dvp9_rtcd.h76 #define vp9_iht16x16_256_add vp9_iht16x16_256_add_dspr2 macro
/external/libvpx/config/arm64/
Dvp9_rtcd.h78 #define vp9_iht16x16_256_add vp9_iht16x16_256_add_c macro
/external/libvpx/config/arm-neon/
Dvp9_rtcd.h78 #define vp9_iht16x16_256_add vp9_iht16x16_256_add_c macro
/external/libvpx/config/x86/
Dvp9_rtcd.h89 #define vp9_iht16x16_256_add vp9_iht16x16_256_add_sse2 macro
/external/libvpx/config/x86_64/
Dvp9_rtcd.h90 #define vp9_iht16x16_256_add vp9_iht16x16_256_add_sse2 macro
/external/libvpx/libvpx/vp9/common/
Dvp9_idct.c204 vp9_iht16x16_256_add(input, dest, stride, tx_type); in vp9_iht16x16_add()