Home
last modified time | relevance | path

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

/external/libvpx/config/arm/
Dvp8_rtcd.h110 int vp8_mbuverror_c(struct macroblock *mb);
111 #define vp8_mbuverror vp8_mbuverror_c
/external/libvpx/config/mips64/
Dvp8_rtcd.h110 int vp8_mbuverror_c(struct macroblock *mb);
111 #define vp8_mbuverror vp8_mbuverror_c
/external/libvpx/config/generic/
Dvp8_rtcd.h110 int vp8_mbuverror_c(struct macroblock *mb);
111 #define vp8_mbuverror vp8_mbuverror_c
/external/libvpx/config/mips32/
Dvp8_rtcd.h110 int vp8_mbuverror_c(struct macroblock *mb);
111 #define vp8_mbuverror vp8_mbuverror_c
/external/libvpx/config/mips32-dspr2/
Dvp8_rtcd.h121 int vp8_mbuverror_c(struct macroblock *mb);
122 #define vp8_mbuverror vp8_mbuverror_c
/external/libvpx/config/arm64/
Dvp8_rtcd.h133 int vp8_mbuverror_c(struct macroblock *mb);
134 #define vp8_mbuverror vp8_mbuverror_c
/external/libvpx/config/arm-neon/
Dvp8_rtcd.h133 int vp8_mbuverror_c(struct macroblock *mb);
134 #define vp8_mbuverror vp8_mbuverror_c
/external/libvpx/config/mips64-msa/
Dvp8_rtcd.h136 int vp8_mbuverror_c(struct macroblock *mb);
/external/libvpx/config/mips32-msa/
Dvp8_rtcd.h136 int vp8_mbuverror_c(struct macroblock *mb);
/external/libvpx/config/x86_64/
Dvp8_rtcd.h165 int vp8_mbuverror_c(struct macroblock *mb);
/external/libvpx/config/x86/
Dvp8_rtcd.h165 int vp8_mbuverror_c(struct macroblock *mb);
/external/libvpx/libvpx/vp8/encoder/
Drdopt.c352 int vp8_mbuverror_c(MACROBLOCK *mb) { in vp8_mbuverror_c() function