Home
last modified time | relevance | path

Searched defs:y_pre (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/x86/
Dtemporal_filter_sse4.c273 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()
Dhighbd_temporal_filter_sse4.c194 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/
Dtemporal_filter_sse4.c333 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/
Dtemporal_filter_yuv_test.cc210 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/
Dyuv_temporal_filter_test.cc117 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/
Dvp9_temporal_filter.c403 const uint16_t *y_src, int y_src_stride, const uint16_t *y_pre, in vp9_highbd_apply_temporal_filter_c()