09 2013 档案

sign3 neon
摘要:This is neon intrincs for sign3, which can be used in sample adaptive offset in HEVC.void sign3_neon(const uint8_t *src1, const int src_stride1, const uint8_t *src2, const int src_stride2, int8_t* dst, const int dst_stride, const int width, const int height) { int i, j; for(i = 0; i c... 阅读全文

posted @ 2013-09-23 21:20 mathlover 阅读(375) 评论(0) 推荐(0)

add_clip neon
摘要:void add_clip_neon(uint8_t *dst, const int dst_stride, const uint8_t* src0, const int src0_stride, const int8_t* src1, const int src1_stride, int width, int height){ int i, j; for(i = 0; i 255) v = 255; _dst[0] = v; _src0 ++; ... 阅读全文

posted @ 2013-09-22 20:20 mathlover 阅读(406) 评论(0) 推荐(1)

导航