Searched defs:y_pre (Results 1 – 4 of 4) sorted by relevance
| /external/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/vp9/encoder/x86/ |
| D | highbd_temporal_filter_sse4.c | 194 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()
|
| D | temporal_filter_sse4.c | 273 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/ |
| 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()
|