Home
last modified time | relevance | path

Searched refs:p_dst (Results 1 – 15 of 15) sorted by relevance

/third_party/openh264/codec/common/x86/
Dmc_luma.asm1956 %define p_dst r2
2005 movd [p_dst], xmm0
2007 movd [p_dst + i_dststride], xmm0
2008 lea p_dst, [p_dst + 2 * i_dststride]
2016 movd [p_dst], xmm1
2018 movd [p_dst + i_dststride], xmm1
2021 lea p_dst, [p_dst + 2 * i_dststride]
2027 movd [p_dst], xmm2
2043 movd [p_dst], xmm2
2045 movd [p_dst + i_dststride], xmm2
[all …]
Dmb_copy.asm509 ; load_instr=%1 store_instr=%2 p_dst=%3 i_dststride=%4 p_src=%5 i_srcstride=%6 cnt=%7 r_tmp=%8,%9 m…
/third_party/openh264/test/encoder/
DEncUT_DecodeMbAux.cpp183 void WelsIDctT4Anchor (uint8_t* p_dst, int16_t dct[16]) { in WelsIDctT4Anchor() argument
196 uiDst = p_dst[i]; in WelsIDctT4Anchor()
197p_dst[i] = WelsClip1 (uiDst + (clip_t (tmp[i] + tmp[4 + i] + tmp[8 + i] + (tmp[12 … in WelsIDctT4Anchor()
198 uiDst = p_dst[i + FDEC_STRIDE]; in WelsIDctT4Anchor()
199p_dst[i + FDEC_STRIDE] = WelsClip1 (uiDst + (clip_t (tmp[i] + (tmp[4 + i] >> 1) - tmp[8 + i] - tmp… in WelsIDctT4Anchor()
200 uiDst = p_dst[i + iStridex2]; in WelsIDctT4Anchor()
201p_dst[i + iStridex2] = WelsClip1 (uiDst + (clip_t (tmp[i] - (tmp[4 + i] >> 1) - tmp[8 + i] + tmp… in WelsIDctT4Anchor()
202 uiDst = p_dst[i + iStridex3]; in WelsIDctT4Anchor()
203p_dst[i + iStridex3] = WelsClip1 (uiDst + (clip_t (tmp[i] - tmp[4 + i] + tmp[8 + i] - (tmp[1… in WelsIDctT4Anchor()
255 void WelsIDctT8Anchor (uint8_t* p_dst, int16_t dct[4][16]) { in WelsIDctT8Anchor() argument
[all …]
/third_party/ltp/testcases/network/stress/route/
Droute-change-netlink.c286 struct ip_addr *p_dst = dst, *p_gw = gw, *p_rhost = rhost; in run() local
290 rtnl_route(p_iface->index, p_dst->ip, gw ? p_gw->ip : NULL, in run()
293 rtnl_route(p_iface->index, p_dst->ip, gw ? p_gw->ip : NULL, in run()
298 p_dst = p_dst->next ?: dst; in run()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_blit.c779 struct pipe_resource *p_dst, in crocus_resource_copy_region() argument
791 struct crocus_resource *dst = (void *) p_dst; in crocus_resource_copy_region()
799 if (p_src->target == PIPE_BUFFER && p_dst->target == PIPE_BUFFER && in crocus_resource_copy_region()
802 struct crocus_bo *dst_bo = crocus_resource_bo(p_dst); in crocus_resource_copy_region()
813 if (devinfo->ver < 6 && util_format_is_depth_or_stencil(p_dst->format)) { in crocus_resource_copy_region()
814 util_resource_copy_region(ctx, p_dst, dst_level, dstx, dsty, dstz, in crocus_resource_copy_region()
818 crocus_copy_region(&ice->blorp, batch, p_dst, dst_level, dstx, dsty, dstz, in crocus_resource_copy_region()
821 if (util_format_is_depth_and_stencil(p_dst->format) && in crocus_resource_copy_region()
826 crocus_get_depth_stencil_resources(devinfo, p_dst, &junk, &s_dst_res); in crocus_resource_copy_region()
Dcrocus_resource.h353 struct pipe_resource *p_dst,
Dcrocus_resource.c1105 struct pipe_resource *p_dst, in crocus_replace_buffer_storage() argument
1113 struct crocus_resource *dst = (void *) p_dst; in crocus_replace_buffer_storage()
/third_party/openh264/codec/processing/src/x86/
Ddownsample_bilinear.asm2387 movlps [p_dst], xmm_tmp0
2388 add p_dst, 8
2423 movlps [p_dst], xmm_tmp0
2424 add p_dst, 8
2480 movlps [p_dst], xmm_tmp0
2481 add p_dst, 8
2547 movlps [p_dst], xmm_tmp0
2548 add p_dst, 8
2583 movlps [p_dst], xmm_tmp0
2584 add p_dst, 8
[all …]
Dvaa.asm2237 ; p_dst=%1 mmreg_prefix=%2 data=%3 tmp=%4 second_blocks=%5
2251 ; p_dst=%1 mmreg_prefix=%2 data=%3 tmp=%4 second_blocks=%5
2270 ; p_dst=%1 data=%2 tmp=%3,%4 second_blocks=%5
2284 ; p_dst=%1 mmreg_prefix=%2 data=%3 tmp=%4 add_to_dst=%5
/third_party/gstreamer/gstplugins_bad/sys/winscreencap/
Ddxgicapture.c587 PBYTE p_dst; in dxgicap_copy_buffer() local
594 p_dst = frame_buffer; in dxgicap_copy_buffer()
608 memcpy (p_dst, p_src, line_size); in dxgicap_copy_buffer()
609 p_dst += stride_dst; in dxgicap_copy_buffer()
634 PBYTE p_dst; in _draw_pointer() local
658 p_dst = in _draw_pointer()
678 PBYTE p1 = p_dst + (x * BYTE_PER_PIXEL); in _draw_pointer()
701 p_dst += stride; in _draw_pointer()
720 guint32 *p_dst_32 = ((guint32 *) (p_dst)); in _draw_pointer()
741 p_dst += stride; in _draw_pointer()
Dgstdx9screencapsrc.c460 LPBYTE p_dst, p_src; in gst_dx9screencapsrc_create() local
604 p_dst = (LPBYTE) map.data; in gst_dx9screencapsrc_create()
608 memcpy (p_dst, p_src, stride); in gst_dx9screencapsrc_create()
609 p_dst += stride; in gst_dx9screencapsrc_create()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_blit.c717 struct pipe_resource *p_dst, in iris_resource_copy_region() argument
727 iris_copy_region(&ice->blorp, batch, p_dst, dst_level, dstx, dsty, dstz, in iris_resource_copy_region()
730 if (util_format_is_depth_and_stencil(p_dst->format) && in iris_resource_copy_region()
734 iris_get_depth_stencil_resources(p_dst, &junk, &s_dst_res); in iris_resource_copy_region()
740 iris_flush_and_dirty_for_history(ice, batch, (struct iris_resource *)p_dst, in iris_resource_copy_region()
Diris_resource.c1726 struct pipe_resource *p_dst, in iris_replace_buffer_storage() argument
1734 struct iris_resource *dst = (void *) p_dst; in iris_replace_buffer_storage()
/third_party/mesa3d/src/gallium/frontends/nine/
Dsurface9.c736 uint8_t *p_dst; in NineSurface9_CopyDefaultToMem() local
755 p_dst = nine_get_pointer(This->base.base.device->allocator, This->data); in NineSurface9_CopyDefaultToMem()
757 assert (p_src && p_dst); in NineSurface9_CopyDefaultToMem()
759 util_copy_rect(p_dst, This->base.info.format, in NineSurface9_CopyDefaultToMem()
/third_party/ffmpeg/libavcodec/
Dh264qpel_template.c78 static av_unused void FUNC(OPNAME ## h264_qpel2_h_lowpass)(uint8_t *p_dst, const uint8_t *p_src, in…
82 pixel *dst = (pixel*)p_dst;\