Searched refs:vp8_mbblock_error_c (Results 1 – 10 of 10) sorted by relevance
/external/libvpx/config/generic/ |
D | vp8_rtcd.h | 110 int vp8_mbblock_error_c(struct macroblock *mb, int dc); 111 #define vp8_mbblock_error vp8_mbblock_error_c
|
/external/libvpx/config/mips64/ |
D | vp8_rtcd.h | 110 int vp8_mbblock_error_c(struct macroblock *mb, int dc); 111 #define vp8_mbblock_error vp8_mbblock_error_c
|
/external/libvpx/config/mips32/ |
D | vp8_rtcd.h | 110 int vp8_mbblock_error_c(struct macroblock *mb, int dc); 111 #define vp8_mbblock_error vp8_mbblock_error_c
|
/external/libvpx/config/mips32-dspr2/ |
D | vp8_rtcd.h | 121 int vp8_mbblock_error_c(struct macroblock *mb, int dc); 122 #define vp8_mbblock_error vp8_mbblock_error_c
|
/external/libvpx/config/arm64/ |
D | vp8_rtcd.h | 132 int vp8_mbblock_error_c(struct macroblock *mb, int dc); 133 #define vp8_mbblock_error vp8_mbblock_error_c
|
/external/libvpx/config/arm/ |
D | vp8_rtcd.h | 130 int vp8_mbblock_error_c(struct macroblock *mb, int dc); 131 #define vp8_mbblock_error vp8_mbblock_error_c
|
/external/libvpx/config/arm-neon/ |
D | vp8_rtcd.h | 152 int vp8_mbblock_error_c(struct macroblock *mb, int dc); 153 #define vp8_mbblock_error vp8_mbblock_error_c
|
/external/libvpx/config/x86_64/ |
D | vp8_rtcd.h | 179 int vp8_mbblock_error_c(struct macroblock *mb, int dc);
|
/external/libvpx/config/x86/ |
D | vp8_rtcd.h | 179 int vp8_mbblock_error_c(struct macroblock *mb, int dc);
|
/external/libvpx/libvpx/vp8/encoder/ |
D | rdopt.c | 424 int vp8_mbblock_error_c(MACROBLOCK *mb, int dc) in vp8_mbblock_error_c() function
|