/external/libvpx/libvpx/vp9/common/ |
vp9_rtcd_defs.pl | 244 add_proto qw/int64_t vp9_block_error/, "const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_size, int64_t *ssz"; 245 specialize qw/vp9_block_error/; 262 add_proto qw/int64_t vp9_block_error/, "const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_size, int64_t *ssz"; 263 specialize qw/vp9_block_error avx2 msa/, "$sse2_x86inc";
|
/external/libvpx/config/arm/ |
vp9_rtcd.h | 39 #define vp9_block_error vp9_block_error_c macro
|
/external/libvpx/config/generic/ |
vp9_rtcd.h | 39 #define vp9_block_error vp9_block_error_c macro
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/ |
vp9_error_sse2.asm | 15 ; int64_t vp9_block_error(int16_t *coeff, int16_t *dqcoeff, intptr_t block_size,
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
vp9_error_sse2.asm | 17 ; int64_t vp9_block_error(int16_t *coeff, int16_t *dqcoeff, intptr_t block_size,
|
/external/libvpx/config/arm-neon/ |
vp9_rtcd.h | 40 #define vp9_block_error vp9_block_error_c macro
|
/external/libvpx/config/arm64/ |
vp9_rtcd.h | 40 #define vp9_block_error vp9_block_error_c macro
|
/external/libvpx/config/mips32/ |
vp9_rtcd.h | 39 #define vp9_block_error vp9_block_error_c macro
|
/external/libvpx/config/mips32-dspr2/ |
vp9_rtcd.h | 39 #define vp9_block_error vp9_block_error_c macro
|
/external/libvpx/config/mips64/ |
vp9_rtcd.h | 39 #define vp9_block_error vp9_block_error_c macro
|
/external/libvpx/config/x86/ |
vp9_rtcd.h | 42 #define vp9_block_error vp9_block_error_sse2 macro
|
/external/libvpx/config/x86_64/ |
vp9_rtcd.h | 42 #define vp9_block_error vp9_block_error_sse2 macro
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
vp9_rtcd_defs.pl | [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_rdopt.c | 299 // Note that the C versions of these 2 functions (vp9_block_error and 459 *out_dist = vp9_block_error(coeff, dqcoeff, 16 << ss_txfrm_size, [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
vp9_rdopt.c | 637 args->dist = vp9_block_error(coeff, dqcoeff, 16 << ss_txfrm_size, [all...] |