Home
last modified time | relevance | path

Searched refs:vp9_block_error_fp (Results 1 – 11 of 11) sorted by relevance

/external/libvpx/config/mips32/
Dvp9_rtcd.h42 #define vp9_block_error_fp vp9_block_error_fp_c macro
/external/libvpx/config/generic/
Dvp9_rtcd.h42 #define vp9_block_error_fp vp9_block_error_fp_c macro
/external/libvpx/config/mips64/
Dvp9_rtcd.h42 #define vp9_block_error_fp vp9_block_error_fp_c macro
/external/libvpx/config/arm/
Dvp9_rtcd.h42 #define vp9_block_error_fp vp9_block_error_fp_c macro
/external/libvpx/config/mips32-dspr2/
Dvp9_rtcd.h42 #define vp9_block_error_fp vp9_block_error_fp_c macro
/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_error_sse2.asm79 ; int64_t vp9_block_error_fp(int16_t *coeff, int16_t *dqcoeff,
/external/libvpx/config/arm64/
Dvp9_rtcd.h44 #define vp9_block_error_fp vp9_block_error_fp_neon macro
/external/libvpx/config/arm-neon/
Dvp9_rtcd.h44 #define vp9_block_error_fp vp9_block_error_fp_neon macro
/external/libvpx/config/x86/
Dvp9_rtcd.h46 #define vp9_block_error_fp vp9_block_error_fp_sse2 macro
/external/libvpx/config/x86_64/
Dvp9_rtcd.h46 #define vp9_block_error_fp vp9_block_error_fp_sse2 macro
/external/libvpx/libvpx/vp9/encoder/
Dvp9_pickmode.c678 *dist += vp9_block_error_fp(coeff, dqcoeff, step << 4) >> shift; in block_yrd()