Home
last modified time | relevance | path

Searched refs:vp8_mbuverror_c (Results 1 – 10 of 10) sorted by relevance

/external/libvpx/config/generic/
Dvp8_rtcd.h113 int vp8_mbuverror_c(struct macroblock *mb);
114 #define vp8_mbuverror vp8_mbuverror_c
/external/libvpx/config/mips64/
Dvp8_rtcd.h113 int vp8_mbuverror_c(struct macroblock *mb);
114 #define vp8_mbuverror vp8_mbuverror_c
/external/libvpx/config/mips32/
Dvp8_rtcd.h113 int vp8_mbuverror_c(struct macroblock *mb);
114 #define vp8_mbuverror vp8_mbuverror_c
/external/libvpx/config/mips32-dspr2/
Dvp8_rtcd.h124 int vp8_mbuverror_c(struct macroblock *mb);
125 #define vp8_mbuverror vp8_mbuverror_c
/external/libvpx/config/arm64/
Dvp8_rtcd.h135 int vp8_mbuverror_c(struct macroblock *mb);
136 #define vp8_mbuverror vp8_mbuverror_c
/external/libvpx/config/arm/
Dvp8_rtcd.h133 int vp8_mbuverror_c(struct macroblock *mb);
134 #define vp8_mbuverror vp8_mbuverror_c
/external/libvpx/config/arm-neon/
Dvp8_rtcd.h155 int vp8_mbuverror_c(struct macroblock *mb);
156 #define vp8_mbuverror vp8_mbuverror_c
/external/libvpx/config/x86_64/
Dvp8_rtcd.h193 int vp8_mbuverror_c(struct macroblock *mb);
/external/libvpx/config/x86/
Dvp8_rtcd.h193 int vp8_mbuverror_c(struct macroblock *mb);
/external/libvpx/libvpx/vp8/encoder/
Drdopt.c450 int vp8_mbuverror_c(MACROBLOCK *mb) in vp8_mbuverror_c() function