Home
last modified time | relevance | path

Searched defs:v_src (Results 1 – 10 of 10) sorted by relevance

/external/libaom/libaom/aom_dsp/arm/
Dsubtract_neon.c50 const uint8x16_t v_src = vld1q_u8(&src[0]); in aom_subtract_block_neon() local
64 const uint8x8_t v_src = vld1_u8(&src[0]); in aom_subtract_block_neon() local
/external/webrtc/webrtc/modules/video_processing/util/
Dskin_detection.cc45 const uint8_t* v_src, in MbHasSkinColor()
/external/libaom/libaom/av1/encoder/x86/
Dhighbd_temporal_filter_sse4.c195 int y_pre_stride, const uint16_t *u_src, const uint16_t *v_src, in av1_highbd_apply_temporal_filter_luma_8()
368 int y_pre_stride, const uint16_t *u_src, const uint16_t *v_src, in av1_highbd_apply_temporal_filter_luma()
495 int y_pre_stride, const uint16_t *u_src, const uint16_t *v_src, in av1_highbd_apply_temporal_filter_chroma_8()
724 int y_pre_stride, const uint16_t *u_src, const uint16_t *v_src, in av1_highbd_apply_temporal_filter_chroma()
863 int y_pre_stride, const uint8_t *u_src, const uint8_t *v_src, in av1_highbd_apply_temporal_filter_sse4_1()
Dtemporal_filter_sse4.c330 int y_pre_stride, const uint8_t *u_src, const uint8_t *v_src, in av1_apply_temporal_filter_luma_16()
522 int y_pre_stride, const uint8_t *u_src, const uint8_t *v_src, in av1_apply_temporal_filter_luma()
628 int y_pre_stride, const uint8_t *u_src, const uint8_t *v_src, in av1_apply_temporal_filter_chroma_8()
793 int y_pre_stride, const uint8_t *u_src, const uint8_t *v_src, in av1_apply_temporal_filter_chroma()
926 int y_pre_stride, const uint8_t *u_src, const uint8_t *v_src, in av1_apply_temporal_filter_sse4_1()
/external/webrtc/webrtc/modules/video_processing/
Dvideo_denoiser.cc90 const uint8_t* v_src = frame.buffer(kVPlane); in DenoiseFrame() local
/external/libaom/libaom/test/
Dyuv_temporal_filter_test.cc212 const PixelType *u_src, const PixelType *v_src, in ApplyReferenceFilter()
404 int y_pre_stride, const uint8_t *u_src, const uint8_t *v_src, in ApplyTestFilter()
420 int y_pre_stride, const uint16_t *u_src, const uint16_t *v_src, in ApplyTestFilter()
551 PixelType v_src[MAX_WIDTH * MAX_HEIGHT] = { 0 }; in RunTestFilterWithParam() local
/external/mesa3d/src/gallium/auxiliary/util/
Du_video.h141 uint8_t *v_src = (uint8_t *)source_data[1] + source_pitches[1] * dst_field; in u_copy_nv12_from_yv12() local
/external/libvpx/libvpx/vp8/common/
Dmfqe.c67 unsigned char *u_src, unsigned char *v_src, in apply_ifactor()
/external/libvpx/libvpx/vp8/decoder/
Ddecodeframe.c360 unsigned char *v_src) { in yv12_extend_frame_left_right_c()
/external/libaom/libaom/av1/common/arm/
Dwarp_plane_neon.c625 const int16x8_t *v_src = tmp + (k + 4); in av1_warp_affine_neon() local