Home
last modified time | relevance | path

Searched refs:vp9_block_error (Results 1 – 8 of 8) sorted by relevance

/external/libvpx/config/generic/
Dvp9_rtcd.h35 #define vp9_block_error vp9_block_error_c macro
/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_error_sse2.asm18 ; int64_t vp9_block_error(int16_t *coeff, int16_t *dqcoeff, intptr_t block_size,
/external/libvpx/config/x86/
Dvp9_rtcd.h36 #define vp9_block_error vp9_block_error_sse2 macro
/external/libvpx/config/arm-neon/
Dvp9_rtcd.h35 #define vp9_block_error vp9_block_error_c macro
/external/libvpx/config/arm64/
Dvp9_rtcd.h35 #define vp9_block_error vp9_block_error_c macro
/external/libvpx/config/x86_64/
Dvp9_rtcd.h36 #define vp9_block_error vp9_block_error_sse2 macro
/external/libvpx/libvpx/vp9/encoder/
Dvp9_rdopt.c316 return vp9_block_error(coeff, dqcoeff, block_size, ssz); in vp9_highbd_block_error_dispatch()
629 vp9_block_error(coeff, dqcoeff, 16 << ss_txfrm_size, &this_sse) >> in dist_block()
1270 distortion += vp9_block_error(coeff, BLOCK_OFFSET(pd->dqcoeff, block), in rd_pick_intra4x4block()
1717 vp9_block_error(coeff, BLOCK_OFFSET(pd->dqcoeff, k), 16, &ssz); in encode_inter_mb_segment()
Dvp9_encoder.c6649 *recon_error = vp9_block_error(coeff, dqcoeff, pix_num, sse) >> shift;