Home
last modified time | relevance | path

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

/external/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/vp9/encoder/x86/
Dhighbd_temporal_filter_sse4.c194 const uint16_t *y_pre, int y_pre_stride, unsigned int block_width, in vp9_highbd_apply_temporal_filter_luma_8()
355 const uint16_t *y_pre, int y_pre_stride, unsigned int block_width, in vp9_highbd_apply_temporal_filter_luma()
813 const uint16_t *y_src, int y_src_stride, const uint16_t *y_pre, in vp9_highbd_apply_temporal_filter_sse4_1()
Dtemporal_filter_sse4.c273 const uint8_t *y_pre, int y_pre_stride, unsigned int block_width, in vp9_apply_temporal_filter_luma_16()
448 const uint8_t *y_pre, int y_pre_stride, unsigned int block_width, in vp9_apply_temporal_filter_luma()
796 const uint8_t *y_src, int y_src_stride, const uint8_t *y_pre, in vp9_apply_temporal_filter_sse4_1()
/external/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()