Home
last modified time | relevance | path

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

/external/libvpx/config/generic/
Dvp8_rtcd.h111 int vp8_mbblock_error_c(struct macroblock *mb, int dc);
112 #define vp8_mbblock_error vp8_mbblock_error_c
/external/libvpx/config/arm-neon/
Dvp8_rtcd.h134 int vp8_mbblock_error_c(struct macroblock *mb, int dc);
135 #define vp8_mbblock_error vp8_mbblock_error_c
/external/libvpx/config/arm64/
Dvp8_rtcd.h134 int vp8_mbblock_error_c(struct macroblock *mb, int dc);
135 #define vp8_mbblock_error vp8_mbblock_error_c
/external/libvpx/config/x86/
Dvp8_rtcd.h162 int vp8_mbblock_error_c(struct macroblock *mb, int dc);
/external/libvpx/config/x86_64/
Dvp8_rtcd.h162 int vp8_mbblock_error_c(struct macroblock *mb, int dc);
/external/libvpx/libvpx/vp8/encoder/
Drdopt.c331 int vp8_mbblock_error_c(MACROBLOCK *mb, int dc) { in vp8_mbblock_error_c() function