Home
last modified time | relevance | path

Searched refs:vp9_fht4x4 (Results 1 – 13 of 13) sorted by relevance

/external/libvpx/config/arm/
Dvp9_rtcd.h50 #define vp9_fht4x4 vp9_fht4x4_c macro
/external/libvpx/config/generic/
Dvp9_rtcd.h50 #define vp9_fht4x4 vp9_fht4x4_c macro
/external/libvpx/config/mips32/
Dvp9_rtcd.h50 #define vp9_fht4x4 vp9_fht4x4_c macro
/external/libvpx/config/mips64-msa/
Dvp9_rtcd.h50 #define vp9_fht4x4 vp9_fht4x4_c macro
/external/libvpx/config/mips32-dspr2/
Dvp9_rtcd.h50 #define vp9_fht4x4 vp9_fht4x4_c macro
/external/libvpx/config/mips32-msa/
Dvp9_rtcd.h50 #define vp9_fht4x4 vp9_fht4x4_c macro
/external/libvpx/config/mips64/
Dvp9_rtcd.h50 #define vp9_fht4x4 vp9_fht4x4_c macro
/external/libvpx/config/arm-neon/
Dvp9_rtcd.h51 #define vp9_fht4x4 vp9_fht4x4_c macro
/external/libvpx/config/arm64/
Dvp9_rtcd.h51 #define vp9_fht4x4 vp9_fht4x4_c macro
/external/libvpx/config/x86/
Dvp9_rtcd.h55 #define vp9_fht4x4 vp9_fht4x4_sse2 macro
/external/libvpx/config/x86_64/
Dvp9_rtcd.h55 #define vp9_fht4x4 vp9_fht4x4_sse2 macro
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodemb.c937 vp9_fht4x4(src_diff, coeff, diff_stride, tx_type); in vp9_encode_block_intra()
Dvp9_rdopt.c1138 vp9_fht4x4(src_diff, coeff, 8, tx_type); in rd_pick_intra4x4block()