/third_party/ffmpeg/libavcodec/ |
D | vc1_mc.c | 46 static av_always_inline void vc1_scale_chroma(uint8_t *srcU, uint8_t *srcV, in vc1_scale_chroma() argument 53 srcV[i] = ((srcV[i] - 128) >> 1) + 128; in vc1_scale_chroma() 56 srcV += uvlinesize; in vc1_scale_chroma() 80 static av_always_inline void vc1_lut_scale_chroma(uint8_t *srcU, uint8_t *srcV, in vc1_lut_scale_chroma() argument 89 srcV[i] = lut1[srcV[i]]; in vc1_lut_scale_chroma() 92 srcV += uvlinesize; in vc1_lut_scale_chroma() 99 srcV[i] = lut2[srcV[i]]; in vc1_lut_scale_chroma() 102 srcV += uvlinesize; in vc1_lut_scale_chroma() 176 uint8_t *srcY, *srcU, *srcV; in ff_vc1_mc_1mv() local 224 srcV = s->current_picture.f->data[2]; in ff_vc1_mc_1mv() [all …]
|
D | rv34.c | 666 uint8_t *Y, *U, *V, *srcY, *srcU, *srcV; in rv34_mc() local 711 srcV = dir ? s->next_picture_ptr->f->data[2] : s->last_picture_ptr->f->data[2]; in rv34_mc() 718 srcV += uvsrc_y * s->uvlinesize + uvsrc_x; in rv34_mc() 763 s->vdsp.emulated_edge_mc(uvbuf, srcV, in rv34_mc() 768 srcV = uvbuf; in rv34_mc() 771 chroma_mc[2-width] (V, srcV, s->uvlinesize, height*4, uvmx, uvmy); in rv34_mc()
|
/third_party/gstreamer/gstplugins_good/gst/videobox/ |
D | gstvideobox.c | 720 const guint8 *srcY, *srcU, *srcV; in copy_y444_y444() local 738 srcV = GST_VIDEO_FRAME_COMP_DATA (src, 2); in copy_y444_y444() 746 srcV = srcV + src_y * src_strideV + src_x; in copy_y444_y444() 758 y = APPLY_MATRIX (matrix, 0, srcY[j], srcU[j], srcV[j]); in copy_y444_y444() 759 u = APPLY_MATRIX (matrix, 1, srcY[j], srcU[j], srcV[j]); in copy_y444_y444() 760 v = APPLY_MATRIX (matrix, 2, srcY[j], srcU[j], srcV[j]); in copy_y444_y444() 772 srcV += src_strideV; in copy_y444_y444() 778 memcpy (destV, srcV, w); in copy_y444_y444() 786 srcV += src_strideV; in copy_y444_y444() 798 const guint8 *srcY, *srcU, *srcV; in copy_y42b_y42b() local [all …]
|
/third_party/cmsis/CMSIS/DSP/Source/StatisticsFunctions/ |
D | arm_max_f32.c | 155 float32x4_t outV, srcV; in arm_max_f32() local 211 srcV = vld1q_f32(pSrc); in arm_max_f32() 214 idxV = vcgtq_f32(srcV, outV); in arm_max_f32() 215 outV = vbslq_f32(idxV, srcV, outV ); in arm_max_f32()
|
D | arm_min_f32.c | 157 float32x4_t outV, srcV; in arm_min_f32() local 211 srcV = vld1q_f32(pSrc); in arm_min_f32() 214 idxV = vcltq_f32(srcV, outV); in arm_min_f32() 215 outV = vbslq_f32(idxV, srcV, outV ); in arm_min_f32()
|
/third_party/gstreamer/gstplugins_good/gst/alpha/ |
D | gstalpha.c | 1356 const guint8 *srcV, *srcV_tmp; in gst_alpha_set_planar_yuv_ayuv() local 1371 srcV_tmp = srcV = GST_VIDEO_FRAME_COMP_DATA (in_frame, 2); in gst_alpha_set_planar_yuv_ayuv() 1400 dest[3] = srcV[0]; in gst_alpha_set_planar_yuv_ayuv() 1406 srcV++; in gst_alpha_set_planar_yuv_ayuv() 1413 srcV_tmp = srcV = srcV_tmp + uv_stride; in gst_alpha_set_planar_yuv_ayuv() 1416 srcV = srcV_tmp; in gst_alpha_set_planar_yuv_ayuv() 1432 v = srcV[0]; in gst_alpha_set_planar_yuv_ayuv() 1443 srcV++; in gst_alpha_set_planar_yuv_ayuv() 1450 srcV_tmp = srcV = srcV_tmp + uv_stride; in gst_alpha_set_planar_yuv_ayuv() 1453 srcV = srcV_tmp; in gst_alpha_set_planar_yuv_ayuv() [all …]
|
/third_party/gstreamer/gstplugins_good/gst/smpte/ |
D | gstsmptealpha.c | 385 const guint8 *srcV; in gst_smpte_alpha_process_i420_ayuv() local 419 srcV = GST_VIDEO_FRAME_COMP_DATA (in_frame, 2); in gst_smpte_alpha_process_i420_ayuv() 432 *out++ = *srcV; in gst_smpte_alpha_process_i420_ayuv() 437 *out++ = *srcV++; in gst_smpte_alpha_process_i420_ayuv() 445 *out++ = *srcV; in gst_smpte_alpha_process_i420_ayuv() 449 srcV -= width / 2; in gst_smpte_alpha_process_i420_ayuv() 452 srcV += src_v_wrap; in gst_smpte_alpha_process_i420_ayuv()
|
/third_party/ffmpeg/libswscale/arm/ |
D | yuv2rgb_neon.S | 140 ldr r10,[sp, #120] @ r10 = srcV 160 ldr r10,[sp, #120] @ r10 = srcV 217 add r10, r10, r7 @ srcV += paddingV 223 add r10,r10,r12 @ srcV += paddingV
|
D | swscale_unscaled.c | 76 const uint8_t *srcV, int linesizeV, \
|
/third_party/ffmpeg/libavcodec/ppc/ |
D | me_cmp.c | 431 register vector signed short srcV = \ in hadamard8_diff8x8_altivec() 439 register vector signed short but0 = vec_sub(srcV, dstV); \ in hadamard8_diff8x8_altivec() 578 register vector signed short srcV __asm__ ("v24") = \ in hadamard8_diff16x8_altivec() 593 vec_sub(srcV, dstV); \ in hadamard8_diff16x8_altivec()
|
/third_party/ffmpeg/libswscale/aarch64/ |
D | swscale_unscaled.c | 35 const uint8_t *srcV, int linesizeV, \
|