Home
last modified time | relevance | path

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

/external/libvpx/config/generic/
Dvpx_dsp_rtcd.h820 #define vpx_highbd_fdct4x4 vpx_highbd_fdct4x4_c macro
/external/libvpx/config/arm-neon/
Dvpx_dsp_rtcd.h905 #define vpx_highbd_fdct4x4 vpx_highbd_fdct4x4_c macro
/external/libvpx/config/arm64/
Dvpx_dsp_rtcd.h905 #define vpx_highbd_fdct4x4 vpx_highbd_fdct4x4_c macro
/external/libvpx/config/x86/
Dvpx_dsp_rtcd.h1044 #define vpx_highbd_fdct4x4 vpx_highbd_fdct4x4_sse2 macro
/external/libvpx/config/x86_64/
Dvpx_dsp_rtcd.h1051 #define vpx_highbd_fdct4x4 vpx_highbd_fdct4x4_sse2 macro
/external/libvpx/libvpx/vp9/encoder/
Dvp9_rdopt.c1169 vpx_highbd_fdct4x4(src_diff, coeff, 8); in rd_pick_intra4x4block()
Dvp9_encodeframe.c5971 x->fwd_txfm4x4 = xd->lossless ? vp9_highbd_fwht4x4 : vpx_highbd_fdct4x4; in encode_frame_internal()
Dvp9_encoder.c7392 lossless ? vp9_highbd_fwht4x4 : vpx_highbd_fdct4x4;