Searched refs:vp9_block_error (Results 1 – 8 of 8) sorted by relevance
/external/libvpx/config/generic/ |
D | vp9_rtcd.h | 35 #define vp9_block_error vp9_block_error_c macro
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | vp9_error_sse2.asm | 18 ; int64_t vp9_block_error(int16_t *coeff, int16_t *dqcoeff, intptr_t block_size,
|
/external/libvpx/config/x86/ |
D | vp9_rtcd.h | 36 #define vp9_block_error vp9_block_error_sse2 macro
|
/external/libvpx/config/arm-neon/ |
D | vp9_rtcd.h | 35 #define vp9_block_error vp9_block_error_c macro
|
/external/libvpx/config/arm64/ |
D | vp9_rtcd.h | 35 #define vp9_block_error vp9_block_error_c macro
|
/external/libvpx/config/x86_64/ |
D | vp9_rtcd.h | 36 #define vp9_block_error vp9_block_error_sse2 macro
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_rdopt.c | 316 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()
|
D | vp9_encoder.c | 6649 *recon_error = vp9_block_error(coeff, dqcoeff, pix_num, sse) >> shift;
|