Home
last modified time | relevance | path

Searched refs:y_src_stride (Results 1 – 4 of 4) sorted by relevance

/external/libaom/libaom/av1/encoder/x86/
Dhighbd_temporal_filter_sse4.c194 const uint16_t *y_src, int y_src_stride, const uint16_t *y_pre, in av1_highbd_apply_temporal_filter_luma_8() argument
259 y_src += y_src_stride; in av1_highbd_apply_temporal_filter_luma_8()
323 y_src += y_src_stride; in av1_highbd_apply_temporal_filter_luma_8()
367 const uint16_t *y_src, int y_src_stride, const uint16_t *y_pre, in av1_highbd_apply_temporal_filter_luma() argument
387 y_src + blk_col, y_src_stride, y_pre + blk_col, y_pre_stride, in av1_highbd_apply_temporal_filter_luma()
402 y_src + blk_col, y_src_stride, y_pre + blk_col, y_pre_stride, in av1_highbd_apply_temporal_filter_luma()
420 y_src + blk_col, y_src_stride, y_pre + blk_col, y_pre_stride, in av1_highbd_apply_temporal_filter_luma()
432 y_src + blk_col, y_src_stride, y_pre + blk_col, y_pre_stride, in av1_highbd_apply_temporal_filter_luma()
494 const uint16_t *y_src, int y_src_stride, const uint16_t *y_pre, in av1_highbd_apply_temporal_filter_chroma_8() argument
579 y_src += y_src_stride * (1 + ss_y); in av1_highbd_apply_temporal_filter_chroma_8()
[all …]
Dtemporal_filter_sse4.c329 const uint8_t *y_src, int y_src_stride, const uint8_t *y_pre, in av1_apply_temporal_filter_luma_16() argument
397 y_src += y_src_stride; in av1_apply_temporal_filter_luma_16()
471 y_src += y_src_stride; in av1_apply_temporal_filter_luma_16()
521 const uint8_t *y_src, int y_src_stride, const uint8_t *y_pre, in av1_apply_temporal_filter_luma() argument
545 y_src + blk_col, y_src_stride, y_pre + blk_col, y_pre_stride, in av1_apply_temporal_filter_luma()
554 y_src + blk_col, y_src_stride, y_pre + blk_col, y_pre_stride, in av1_apply_temporal_filter_luma()
569 y_src + blk_col, y_src_stride, y_pre + blk_col, y_pre_stride, in av1_apply_temporal_filter_luma()
584 y_src + blk_col, y_src_stride, y_pre + blk_col, y_pre_stride, in av1_apply_temporal_filter_luma()
602 y_src + blk_col, y_src_stride, y_pre + blk_col, y_pre_stride, in av1_apply_temporal_filter_luma()
614 y_src + blk_col, y_src_stride, y_pre + blk_col, y_pre_stride, in av1_apply_temporal_filter_luma()
[all …]
/external/libaom/libaom/test/
Dyuv_temporal_filter_test.cc28 const uint8_t *y_src, int y_src_stride, const uint8_t *y_pre,
222 const int y_src_stride = block_width, y_pre_stride = block_width; in ApplyReferenceFilter() local
240 y_src[row * y_src_stride + col] - y_pre[row * y_pre_stride + col]; in ApplyReferenceFilter()
382 void ApplyTestFilter(const PixelType *y_src, int y_src_stride,
403 const uint8_t *y_src, int y_src_stride, const uint8_t *y_pre, in ApplyTestFilter() argument
411 filter_func_(y_src, y_src_stride, y_pre, y_pre_stride, u_src, v_src, in ApplyTestFilter()
419 const uint16_t *y_src, int y_src_stride, const uint16_t *y_pre, in ApplyTestFilter() argument
427 CONVERT_TO_BYTEPTR(y_src), y_src_stride, CONVERT_TO_BYTEPTR(y_pre), in ApplyTestFilter()
/external/libvpx/libvpx/vp8/common/
Dmfqe.c65 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()