Searched defs:y_pre (Results 1 – 6 of 6) sorted by relevance
/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() 461 const uint8_t *y_src, int y_src_stride, const uint8_t *y_pre, in vp9_apply_temporal_filter_luma() 567 const uint8_t *y_src, int y_src_stride, const uint8_t *y_pre, in vp9_apply_temporal_filter_chroma_8() 722 const uint8_t *y_src, int y_src_stride, const uint8_t *y_pre, in vp9_apply_temporal_filter_chroma() 855 const uint8_t *y_src, int y_src_stride, const uint8_t *y_pre, in vp9_apply_temporal_filter_sse4_1()
|
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() 367 const uint16_t *y_src, int y_src_stride, const uint16_t *y_pre, 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() 723 const uint16_t *y_src, int y_src_stride, const uint16_t *y_pre, in vp9_highbd_apply_temporal_filter_chroma() 862 const uint16_t *y_src, int y_src_stride, const uint16_t *y_pre, in vp9_highbd_apply_temporal_filter_sse4_1()
|
/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() 525 const uint8_t *y_src, int y_src_stride, const uint8_t *y_pre, in apply_temporal_filter_luma() 631 const uint8_t *y_src, int y_src_stride, const uint8_t *y_pre, in apply_temporal_filter_chroma_8() 796 const uint8_t *y_src, int y_src_stride, const uint8_t *y_pre, in apply_temporal_filter_chroma() 959 const uint8_t *y_pre = pred; in apply_temporal_filter_yuv() local 1226 const uint16_t *y_src, int y_src_stride, const uint16_t *y_pre, in highbd_apply_temporal_filter_luma_8() 1399 const uint16_t *y_src, int y_src_stride, const uint16_t *y_pre, in highbd_apply_temporal_filter_luma() 1526 const uint16_t *y_src, int y_src_stride, const uint16_t *y_pre, in highbd_apply_temporal_filter_chroma_8() 1755 const uint16_t *y_src, int y_src_stride, const uint16_t *y_pre, in highbd_apply_temporal_filter_chroma() 1924 const uint8_t *y_pre = pred; in highbd_apply_temporal_filter_yuv() local
|
/external/libaom/libaom/test/ |
D | temporal_filter_yuv_test.cc | 210 void ApplyReferenceFilter(const PixelType *y_src, const PixelType *y_pre, in ApplyReferenceFilter() 402 const uint8_t *y_src, int y_src_stride, const uint8_t *y_pre, in ApplyTestFilter() 476 const uint16_t *y_src, int y_src_stride, const uint16_t *y_pre, in ApplyTestFilter() 657 PixelType y_pre[MAX_WIDTH * MAX_HEIGHT] = { 0 }; in RunTestFilterWithParam() local
|
/external/libvpx/libvpx/test/ |
D | yuv_temporal_filter_test.cc | 117 const Buffer<PixelType> &y_src, const Buffer<PixelType> &y_pre, in ApplyReferenceFilter() 331 Buffer<PixelType> y_pre = Buffer<PixelType>(width, height, 0); in CompareTestWithParam() local 456 Buffer<PixelType> y_pre = Buffer<PixelType>(width, height, 0); in RunTestFilterWithParam() local
|
/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()
|