Home
last modified time | relevance | path

Searched refs:vp9_fwht4x4 (Results 1 – 12 of 12) sorted by relevance

/external/libvpx/config/mips32/
Dvp9_rtcd.h66 #define vp9_fwht4x4 vp9_fwht4x4_c macro
/external/libvpx/config/generic/
Dvp9_rtcd.h66 #define vp9_fwht4x4 vp9_fwht4x4_c macro
/external/libvpx/config/mips64/
Dvp9_rtcd.h66 #define vp9_fwht4x4 vp9_fwht4x4_c macro
/external/libvpx/config/arm/
Dvp9_rtcd.h66 #define vp9_fwht4x4 vp9_fwht4x4_c macro
/external/libvpx/config/mips32-dspr2/
Dvp9_rtcd.h66 #define vp9_fwht4x4 vp9_fwht4x4_c macro
/external/libvpx/config/arm64/
Dvp9_rtcd.h69 #define vp9_fwht4x4 vp9_fwht4x4_c macro
/external/libvpx/config/arm-neon/
Dvp9_rtcd.h69 #define vp9_fwht4x4 vp9_fwht4x4_c macro
/external/libvpx/config/x86/
Dvp9_rtcd.h77 #define vp9_fwht4x4 vp9_fwht4x4_mmx macro
/external/libvpx/config/x86_64/
Dvp9_rtcd.h77 #define vp9_fwht4x4 vp9_fwht4x4_mmx macro
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c4386 cpi->td.mb.fwd_txm4x4 = lossless ? vp9_fwht4x4 : vpx_fdct4x4;
4390 cpi->td.mb.fwd_txm4x4 = lossless ? vp9_fwht4x4 : vpx_fdct4x4;
Dvp9_encodeframe.c3900 x->fwd_txm4x4 = xd->lossless ? vp9_fwht4x4 : vpx_fdct4x4; in encode_frame_internal()
3904 x->fwd_txm4x4 = xd->lossless ? vp9_fwht4x4 : vpx_fdct4x4; in encode_frame_internal()
Dvp9_rdopt.c937 vp9_fwht4x4(src_diff, coeff, 8); in rd_pick_intra4x4block()