/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ppc/ |
csystemdependent.c | 35 int (*vp8_block_error)(short *coeff, short *dqcoeff); variable 154 vp8_block_error = vp8_block_error_ppc;
|
/external/libvpx/libvpx/vp8/common/ |
rtcd_defs.pl | 274 add_proto qw/int vp8_block_error/, "short *coeff, short *dqcoeff"; 275 specialize qw/vp8_block_error mmx sse2 msa/;
|
/external/libvpx/config/generic/ |
vp8_rtcd.h | 42 #define vp8_block_error vp8_block_error_c macro
|
/external/libvpx/config/mips32/ |
vp8_rtcd.h | 42 #define vp8_block_error vp8_block_error_c macro
|
/external/libvpx/config/mips32-dspr2/ |
vp8_rtcd.h | 42 #define vp8_block_error vp8_block_error_c macro
|
/external/libvpx/config/mips64/ |
vp8_rtcd.h | 42 #define vp8_block_error vp8_block_error_c macro
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
rtcd_defs.pl | 478 add_proto qw/int vp8_block_error/, "short *coeff, short *dqcoeff"; 479 specialize qw/vp8_block_error mmx sse2/;
|
/external/libvpx/config/arm/ |
vp8_rtcd.h | 46 #define vp8_block_error vp8_block_error_c macro
|
/external/libvpx/config/arm64/ |
vp8_rtcd.h | 45 #define vp8_block_error vp8_block_error_c macro
|
/external/libvpx/config/arm-neon/ |
vp8_rtcd.h | 49 #define vp8_block_error vp8_block_error_c macro
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/ |
vp8_rtcd.h | 260 #define vp8_block_error vp8_block_error_c macro
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/ |
vp8_rtcd.h | 260 #define vp8_block_error vp8_block_error_c macro
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/ |
vp8_rtcd.h | 278 #define vp8_block_error vp8_block_error_c macro
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/ |
vp8_rtcd.h | 61 RTCD_EXTERN int (*vp8_block_error)(short *coeff, short *dqcoeff); variable [all...] |
/external/libvpx/config/x86/ |
vp8_rtcd.h | 61 #define vp8_block_error vp8_block_error_xmm macro
|
/external/libvpx/config/x86_64/ |
vp8_rtcd.h | 61 #define vp8_block_error vp8_block_error_xmm macro
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/ |
vp8_rtcd.h | 300 #define vp8_block_error vp8_block_error_c macro
|
/external/libvpx/libvpx/vp8/encoder/ |
rdopt.c | 613 d += vp8_block_error(mb_y2->coeff, x_y2->dqcoeff); 682 distortion = vp8_block_error(be->coeff, b->dqcoeff) >> 2; 1072 distortion += vp8_block_error(be->coeff, bd->dqcoeff); [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
rdopt.c | 612 d += vp8_block_error(mb_y2->coeff, x_y2->dqcoeff); 681 distortion = vp8_block_error(be->coeff, b->dqcoeff) >> 2; 1070 distortion += vp8_block_error(be->coeff, bd->dqcoeff); [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/ |
vp8_rtcd.h | 350 #define vp8_block_error vp8_block_error_c macro
|