/external/libvpx/libvpx/vp9/encoder/x86/ |
D | temporal_filter_sse4.c | 273 const uint8_t *y_src, int y_src_stride, const uint8_t *y_pre, in vp9_apply_temporal_filter_luma_16() argument 345 y_src += y_src_stride; in vp9_apply_temporal_filter_luma_16() 416 y_src += y_src_stride; in vp9_apply_temporal_filter_luma_16() 461 const uint8_t *y_src, int y_src_stride, const uint8_t *y_pre, in vp9_apply_temporal_filter_luma() argument 485 y_src + blk_col, y_src_stride, y_pre + blk_col, y_pre_stride, in vp9_apply_temporal_filter_luma() 494 y_src + blk_col, y_src_stride, y_pre + blk_col, y_pre_stride, in vp9_apply_temporal_filter_luma() 509 y_src + blk_col, y_src_stride, y_pre + blk_col, y_pre_stride, in vp9_apply_temporal_filter_luma() 524 y_src + blk_col, y_src_stride, y_pre + blk_col, y_pre_stride, in vp9_apply_temporal_filter_luma() 542 y_src + blk_col, y_src_stride, y_pre + blk_col, y_pre_stride, in vp9_apply_temporal_filter_luma() 554 y_src + blk_col, y_src_stride, y_pre + blk_col, y_pre_stride, in vp9_apply_temporal_filter_luma() [all …]
|
D | highbd_temporal_filter_sse4.c | 194 const uint16_t *y_src, int y_src_stride, const uint16_t *y_pre, in vp9_highbd_apply_temporal_filter_luma_8() argument 259 y_src += y_src_stride; in vp9_highbd_apply_temporal_filter_luma_8() 323 y_src += y_src_stride; in vp9_highbd_apply_temporal_filter_luma_8() 367 const uint16_t *y_src, int y_src_stride, const uint16_t *y_pre, in vp9_highbd_apply_temporal_filter_luma() argument 387 y_src + blk_col, y_src_stride, y_pre + blk_col, y_pre_stride, in vp9_highbd_apply_temporal_filter_luma() 402 y_src + blk_col, y_src_stride, y_pre + blk_col, y_pre_stride, in vp9_highbd_apply_temporal_filter_luma() 420 y_src + blk_col, y_src_stride, y_pre + blk_col, y_pre_stride, in vp9_highbd_apply_temporal_filter_luma() 432 y_src + blk_col, y_src_stride, y_pre + blk_col, y_pre_stride, in vp9_highbd_apply_temporal_filter_luma() 494 const uint16_t *y_src, int y_src_stride, const uint16_t *y_pre, in vp9_highbd_apply_temporal_filter_chroma_8() argument 579 y_src += y_src_stride * (1 + ss_y); in vp9_highbd_apply_temporal_filter_chroma_8() [all …]
|
/external/libaom/libaom/av1/encoder/x86/ |
D | temporal_filter_sse4.c | 333 const uint8_t *y_src, int y_src_stride, const uint8_t *y_pre, in apply_temporal_filter_luma_16() argument 401 y_src += y_src_stride; in apply_temporal_filter_luma_16() 475 y_src += y_src_stride; in apply_temporal_filter_luma_16() 525 const uint8_t *y_src, int y_src_stride, const uint8_t *y_pre, in apply_temporal_filter_luma() argument 549 y_src + blk_col, y_src_stride, y_pre + blk_col, y_pre_stride, in apply_temporal_filter_luma() 558 y_src + blk_col, y_src_stride, y_pre + blk_col, y_pre_stride, in apply_temporal_filter_luma() 573 y_src + blk_col, y_src_stride, y_pre + blk_col, y_pre_stride, in apply_temporal_filter_luma() 588 y_src + blk_col, y_src_stride, y_pre + blk_col, y_pre_stride, in apply_temporal_filter_luma() 606 y_src + blk_col, y_src_stride, y_pre + blk_col, y_pre_stride, in apply_temporal_filter_luma() 618 y_src + blk_col, y_src_stride, y_pre + blk_col, y_pre_stride, in apply_temporal_filter_luma() [all …]
|
/external/libaom/libaom/test/ |
D | temporal_filter_yuv_test.cc | 221 const int y_src_stride = block_width, y_pre_stride = block_width; in ApplyReferenceFilter() local 239 y_src[row * y_src_stride + col] - y_pre[row * y_pre_stride + col]; in ApplyReferenceFilter() 381 void ApplyTestFilter(const PixelType *y_src, int y_src_stride, 402 const uint8_t *y_src, int y_src_stride, const uint8_t *y_pre, in ApplyTestFilter() argument 411 (void)y_src_stride; in ApplyTestFilter() 476 const uint16_t *y_src, int y_src_stride, const uint16_t *y_pre, in ApplyTestFilter() argument 485 (void)y_src_stride; in ApplyTestFilter()
|
/external/libvpx/libvpx/vp8/common/ |
D | mfqe.c | 65 static void apply_ifactor(unsigned char *y_src, int y_src_stride, in apply_ifactor() argument 72 vp8_filter_by_weight16x16(y_src, y_src_stride, y_dst, y_dst_stride, in apply_ifactor() 79 vp8_filter_by_weight8x8(y_src, y_src_stride, y_dst, y_dst_stride, in apply_ifactor()
|
/external/libvpx/libvpx/test/ |
D | yuv_temporal_filter_test.cc | 25 const uint8_t *y_src, int y_src_stride, const uint8_t *y_pre, 134 const int y_src_stride = y_src.stride(), y_pre_stride = y_pre.stride(); in ApplyReferenceFilter() local 172 const int diff = y_src_ptr[row * y_src_stride + col] - in ApplyReferenceFilter() 658 const uint8_t *y_src, int y_src_stride, const uint8_t *y_pre, \ 666 func(reinterpret_cast<const uint16_t *>(y_src), y_src_stride, \
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_temporal_filter.c | 403 const uint16_t *y_src, int y_src_stride, const uint16_t *y_pre, in vp9_highbd_apply_temporal_filter_c() argument 434 y_src[row * y_src_stride + col] - y_pre[row * y_pre_stride + col]; in vp9_highbd_apply_temporal_filter_c()
|