Home
last modified time | relevance | path

Searched refs:vp8_mbuverror (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/config/generic/
Dvp8_rtcd.h115 #define vp8_mbuverror vp8_mbuverror_c macro
/external/libvpx/config/arm-neon/
Dvp8_rtcd.h138 #define vp8_mbuverror vp8_mbuverror_c macro
/external/libvpx/config/arm64/
Dvp8_rtcd.h138 #define vp8_mbuverror vp8_mbuverror_c macro
/external/libvpx/config/x86_64/
Dvp8_rtcd.h168 #define vp8_mbuverror vp8_mbuverror_sse2 macro
/external/libvpx/config/x86/
Dvp8_rtcd.h168 #define vp8_mbuverror vp8_mbuverror_sse2 macro
/external/libvpx/libvpx/vp8/encoder/
Drdopt.c720 *distortion = vp8_mbuverror(x) / 4; in rd_inter16x16_uv()
739 *distortion = vp8_mbuverror(x) / 4; in rd_inter4x4_uv()
777 this_distortion = vp8_mbuverror(x) / 4; in rd_pick_intra_mbuv_mode()