Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c6310 intra_cost = vpx_satd(coeff, pix_num);
6315 intra_cost = vpx_satd(coeff, pix_num);
6365 inter_cost = vpx_satd(coeff, pix_num);
6376 inter_cost = vpx_satd(coeff, pix_num);
Dvp9_pickmode.c824 this_rdc->rate += vpx_satd(qcoeff, step << 4); in block_yrd()
/external/libvpx/config/generic/
Dvpx_dsp_rtcd.h1345 #define vpx_satd vpx_satd_c macro
/external/libvpx/config/arm-neon/
Dvpx_dsp_rtcd.h1539 #define vpx_satd vpx_satd_neon macro
/external/libvpx/config/arm64/
Dvpx_dsp_rtcd.h1539 #define vpx_satd vpx_satd_neon macro
/external/libvpx/config/x86/
Dvpx_dsp_rtcd.h1746 #define vpx_satd vpx_satd_sse2 macro
/external/libvpx/config/x86_64/
Dvpx_dsp_rtcd.h1753 #define vpx_satd vpx_satd_sse2 macro