Home
last modified time | relevance | path

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

/external/libvpx/config/generic/
Dvp9_rtcd.h56 #define vp9_fwht4x4 vp9_fwht4x4_c macro
/external/libvpx/config/arm64/
Dvp9_rtcd.h57 #define vp9_fwht4x4 vp9_fwht4x4_c macro
/external/libvpx/config/arm-neon/
Dvp9_rtcd.h57 #define vp9_fwht4x4 vp9_fwht4x4_c macro
/external/libvpx/config/x86/
Dvp9_rtcd.h64 #define vp9_fwht4x4 vp9_fwht4x4_sse2 macro
/external/libvpx/config/x86_64/
Dvp9_rtcd.h64 #define vp9_fwht4x4 vp9_fwht4x4_sse2 macro
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c6750 cpi->td.mb.fwd_txfm4x4 = lossless ? vp9_fwht4x4 : vpx_fdct4x4;
6754 cpi->td.mb.fwd_txfm4x4 = lossless ? vp9_fwht4x4 : vpx_fdct4x4;
Dvp9_encodeframe.c5687 x->fwd_txfm4x4 = xd->lossless ? vp9_fwht4x4 : vpx_fdct4x4; in encode_frame_internal()
5691 x->fwd_txfm4x4 = xd->lossless ? vp9_fwht4x4 : vpx_fdct4x4; in encode_frame_internal()
Dvp9_rdopt.c1114 vp9_fwht4x4(src_diff, coeff, 8); in rd_pick_intra4x4block()