Home
last modified time | relevance | path

Searched refs:vp9_highbd_fht4x4 (Results 1 – 7 of 7) sorted by relevance

/external/libvpx/config/generic/
Dvp9_rtcd.h65 #define vp9_highbd_fht4x4 vp9_highbd_fht4x4_c macro
/external/libvpx/config/arm64/
Dvp9_rtcd.h66 #define vp9_highbd_fht4x4 vp9_highbd_fht4x4_c macro
/external/libvpx/config/arm-neon/
Dvp9_rtcd.h66 #define vp9_highbd_fht4x4 vp9_highbd_fht4x4_c macro
/external/libvpx/config/x86/
Dvp9_rtcd.h74 #define vp9_highbd_fht4x4 vp9_highbd_fht4x4_c macro
/external/libvpx/config/x86_64/
Dvp9_rtcd.h74 #define vp9_highbd_fht4x4 vp9_highbd_fht4x4_c macro
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodemb.c877 vp9_highbd_fht4x4(src_diff, coeff, diff_stride, tx_type); in vp9_encode_block_intra()
Dvp9_rdopt.c1032 vp9_highbd_fht4x4(src_diff, coeff, 8, tx_type); in rd_pick_intra4x4block()