/external/webrtc/modules/video_processing/ |
D | video_denoiser.cc | 175 void VideoDenoiser::CopySrcOnMOB(const uint8_t* y_src, in CopySrcOnMOB() 203 void VideoDenoiser::CopyLumaOnMargin(const uint8_t* y_src, in CopyLumaOnMargin() 235 const uint8_t* y_src = frame->DataY(); in DenoiseFrame() local
|
/external/ComputeLibrary/tests/validation/reference/ |
D | CropResize.cpp | 63 float y_src = std::floor(idh * hr); in scale_image() local 81 float y_src = idh * hr; in scale_image() local
|
D | Scale.cpp | 74 float y_src = 0; in scale_core() local
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
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()
|
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()
|
/external/libaom/libaom/av1/encoder/ |
D | hash_motion.c | 26 static void get_pixels_in_1D_char_array_by_block_2x2(const uint8_t *y_src, in get_pixels_in_1D_char_array_by_block_2x2() 39 static void get_pixels_in_1D_short_array_by_block_2x2(const uint16_t *y_src, in get_pixels_in_1D_short_array_by_block_2x2() 400 const uint8_t *y_src, int stride, int block_size, in av1_get_block_hash_value()
|
/external/webrtc/modules/video_processing/util/ |
D | skin_detection.cc | 78 bool MbHasSkinColor(const uint8_t* y_src, in MbHasSkinColor()
|
/external/libvpx/libvpx/test/ |
D | yuv_temporal_filter_test.cc | 117 const Buffer<PixelType> &y_src, const Buffer<PixelType> &y_pre, in ApplyReferenceFilter() 330 Buffer<PixelType> y_src = Buffer<PixelType>(width, height, 0); in CompareTestWithParam() local 455 Buffer<PixelType> y_src = Buffer<PixelType>(width, height, 0); in RunTestFilterWithParam() local
|
/external/libvpx/libvpx/vp8/common/ |
D | mfqe.c | 65 static void apply_ifactor(unsigned char *y_src, int y_src_stride, in apply_ifactor()
|
/external/libvpx/libvpx/vp8/decoder/ |
D | decodeframe.c | 358 unsigned char *y_src, in yv12_extend_frame_left_right_c()
|
/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()
|