Home
last modified time | relevance | path

Searched refs:vp9_iht8x8_64_add (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/config/generic/
Dvp9_rtcd.h95 #define vp9_iht8x8_64_add vp9_iht8x8_64_add_c macro
/external/libvpx/config/arm-neon/
Dvp9_rtcd.h101 #define vp9_iht8x8_64_add vp9_iht8x8_64_add_neon macro
/external/libvpx/config/arm64/
Dvp9_rtcd.h101 #define vp9_iht8x8_64_add vp9_iht8x8_64_add_neon macro
/external/libvpx/config/x86/
Dvp9_rtcd.h105 #define vp9_iht8x8_64_add vp9_iht8x8_64_add_sse2 macro
/external/libvpx/config/x86_64/
Dvp9_rtcd.h105 #define vp9_iht8x8_64_add vp9_iht8x8_64_add_sse2 macro
/external/libvpx/libvpx/vp9/common/
Dvp9_idct.c193 vp9_iht8x8_64_add(input, dest, stride, tx_type); in vp9_iht8x8_add()