Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/lib/gif/
Dgif_io.cc129 uint8* p_dst = this_dst + i * width * channel; in Decode() local
132 p_dst[j * channel + 0] = l_dst[j * channel + 0]; in Decode()
133 p_dst[j * channel + 1] = l_dst[j * channel + 1]; in Decode()
134 p_dst[j * channel + 2] = l_dst[j * channel + 2]; in Decode()
145 uint8* p_dst = this_dst + i * width * channel; in Decode() local
147 p_dst[j * channel + 0] = 0; in Decode()
148 p_dst[j * channel + 1] = 0; in Decode()
149 p_dst[j * channel + 2] = 0; in Decode()
169 uint8* p_dst = this_dst + i * width * channel; in Decode() local
189 p_dst[j * channel + 0] = gif_color.Red; in Decode()
[all …]
/external/ipsec-tools/src/libipsec/
Dpolicy_parse.y107 static struct sockaddr *p_dst = NULL; variable
279 if (set_x_request(p_src, p_dst) < 0)
330 p_dst = parse_sockaddr(&$4, NULL);
331 if (p_dst == NULL)
341 p_dst = parse_sockaddr(&$5, &$6);
342 if (p_dst == NULL)
455 if (p_src == NULL && p_dst == NULL) { in rule_check()
461 else if (p_src->sa_family != p_dst->sa_family) { in rule_check()
577 if (p_dst != NULL) { in policy_parse_request_init()
578 free(p_dst); in policy_parse_request_init()
[all …]
/external/libvpx/libvpx/vpx_dsp/
Ddeblock.c46 unsigned char *p_src, *p_dst; in vpx_post_proc_down_and_across_mb_row_c() local
58 p_dst = dst; in vpx_post_proc_down_and_across_mb_row_c()
79 p_dst[col] = v; in vpx_post_proc_down_and_across_mb_row_c()
84 p_dst = dst; in vpx_post_proc_down_and_across_mb_row_c()
105 if (col >= 2) p_dst[col - 2] = d[(col - 2) & 3]; in vpx_post_proc_down_and_across_mb_row_c()
109 p_dst[col - 2] = d[(col - 2) & 3]; in vpx_post_proc_down_and_across_mb_row_c()
110 p_dst[col - 1] = d[(col - 1) & 3]; in vpx_post_proc_down_and_across_mb_row_c()
/external/libvpx/libvpx/vpx_dsp/mips/
Ddeblock_msa.c149 uint8_t *p_dst = dst_ptr; in postproc_down_across_chroma_msa() local
179 p_dst, dst_stride); in postproc_down_across_chroma_msa()
181 p_dst += 16; in postproc_down_across_chroma_msa()
210 SD4(out0, out1, out2, out3, p_dst, dst_stride); in postproc_down_across_chroma_msa()
216 SD4(out0, out1, out2, out3, p_dst + 4 * dst_stride, dst_stride); in postproc_down_across_chroma_msa()
220 p_dst = dst_ptr - 2; in postproc_down_across_chroma_msa()
221 LD_UB8(p_dst, dst_stride, inter0, inter1, inter2, inter3, inter4, inter5, in postproc_down_across_chroma_msa()
273 p_dst += 8; in postproc_down_across_chroma_msa()
274 LD_UB2(p_dst, dst_stride, inter0, inter1); in postproc_down_across_chroma_msa()
277 LD_UB2(p_dst + 2 * dst_stride, dst_stride, inter2, inter3); in postproc_down_across_chroma_msa()
[all …]
/external/libaom/libaom/common/
Dtools_common.c272 uint16_t *p_dst = in highbd_img_upshift() local
274 for (x = 0; x < w; x++) *p_dst++ = (*p_src++ << input_shift) + offset; in highbd_img_upshift()
307 uint16_t *p_dst = in lowbd_img_upshift() local
310 *p_dst++ = (*p_src++ << input_shift) + offset; in lowbd_img_upshift()
349 uint8_t *p_dst = dst->planes[plane] + y * dst->stride[plane]; in aom_img_truncate_16_to_8() local
351 *p_dst++ = (uint8_t)(*p_src++); in aom_img_truncate_16_to_8()
383 uint16_t *p_dst = in highbd_img_downshift() local
385 for (x = 0; x < w; x++) *p_dst++ = *p_src++ >> down_shift; in highbd_img_downshift()
416 uint8_t *p_dst = dst->planes[plane] + y * dst->stride[plane]; in lowbd_img_downshift() local
418 *p_dst++ = *p_src++ >> down_shift; in lowbd_img_downshift()
/external/libvpx/libvpx/vp9/common/
Dvp9_postproc.c45 uint16_t *p_dst; in vp9_highbd_post_proc_down_and_across_c() local
53 p_dst = dst_ptr; in vp9_highbd_post_proc_down_and_across_c()
68 p_dst[col] = v; in vp9_highbd_post_proc_down_and_across_c()
73 p_dst = dst_ptr; in vp9_highbd_post_proc_down_and_across_c()
92 if (col >= 2) p_dst[col - 2] = d[(col - 2) & 7]; in vp9_highbd_post_proc_down_and_across_c()
96 p_dst[col - 2] = d[(col - 2) & 7]; in vp9_highbd_post_proc_down_and_across_c()
97 p_dst[col - 1] = d[(col - 1) & 7]; in vp9_highbd_post_proc_down_and_across_c()
/external/libvpx/libvpx/
Dtools_common.c388 uint16_t *p_dst = in highbd_img_upshift() local
390 for (x = 0; x < w; x++) *p_dst++ = (*p_src++ << input_shift) + offset; in highbd_img_upshift()
423 uint16_t *p_dst = in lowbd_img_upshift() local
426 *p_dst++ = (*p_src++ << input_shift) + offset; in lowbd_img_upshift()
465 uint8_t *p_dst = dst->planes[plane] + y * dst->stride[plane]; in vpx_img_truncate_16_to_8() local
467 *p_dst++ = (uint8_t)(*p_src++); in vpx_img_truncate_16_to_8()
500 uint16_t *p_dst = in highbd_img_downshift() local
502 for (x = 0; x < w; x++) *p_dst++ = *p_src++ >> down_shift; in highbd_img_downshift()
534 uint8_t *p_dst = dst->planes[plane] + y * dst->stride[plane]; in lowbd_img_downshift() local
536 *p_dst++ = *p_src++ >> down_shift; in lowbd_img_downshift()
/external/libxaac/decoder/
Dixheaacd_lpp_tran.c117 WORD32 *p_src, *p_dst; in ixheaacd_filterstep3() local
134 p_dst = qmf_buffer + high_band + ((start_indx + 2) << 7); in ixheaacd_filterstep3()
154 *p_dst = ixheaacd_add32(qmf_real, (accu << 1)); in ixheaacd_filterstep3()
155 p_dst += 64; in ixheaacd_filterstep3()
164 *p_dst = ixheaacd_add32(qmf_imag, (accu << 1)); in ixheaacd_filterstep3()
165 p_dst += 64; in ixheaacd_filterstep3()
1114 WORD32 *p_dst = sub_sig_x + high_band + ((start_idx + 2) << 7); in ixheaacd_hf_generator() local
1117 *(p_dst) = *(p_src) >> LPC_SCALE_FACTOR; in ixheaacd_hf_generator()
1119 p_dst += 64; in ixheaacd_hf_generator()
1120 *(p_dst) = *(p_src) >> LPC_SCALE_FACTOR; in ixheaacd_hf_generator()
[all …]
/external/mesa3d/src/gallium/drivers/iris/
Diris_blit.c762 struct pipe_resource *p_dst, in iris_resource_copy_region() argument
773 struct iris_resource *dst = (void *) p_dst; in iris_resource_copy_region()
781 if (p_src->target == PIPE_BUFFER && p_dst->target == PIPE_BUFFER && in iris_resource_copy_region()
783 struct iris_bo *dst_bo = iris_resource_bo(p_dst); in iris_resource_copy_region()
794 iris_copy_region(&ice->blorp, batch, p_dst, dst_level, dstx, dsty, dstz, in iris_resource_copy_region()
797 if (util_format_is_depth_and_stencil(p_dst->format) && in iris_resource_copy_region()
801 iris_get_depth_stencil_resources(p_dst, &junk, &s_dst_res); in iris_resource_copy_region()
/external/libhevc/encoder/arm/
Dihevce_copy_neon.c198 void *p_dst, in ihevce_2d_square_copy_luma_neon() argument
205 UWORD8 *pu1_dst = (UWORD8 *)p_dst; in ihevce_2d_square_copy_luma_neon()
/external/mesa3d/src/gallium/frontends/nine/
Dsurface9.c714 uint8_t *p_dst; in NineSurface9_CopyDefaultToMem() local
733 p_dst = This->data; in NineSurface9_CopyDefaultToMem()
735 assert (p_src && p_dst); in NineSurface9_CopyDefaultToMem()
737 util_copy_rect(p_dst, This->base.info.format, in NineSurface9_CopyDefaultToMem()
/external/libhevc/encoder/
Dihevce_common_utils.h143 void *p_dst,
Dihevce_common_utils.c214 void *p_dst, in ihevce_2d_square_copy_luma() argument
221 UWORD8 *pu1_dst = (UWORD8 *)p_dst; in ihevce_2d_square_copy_luma()