HomeSort by relevance Sort by last modified time
    Searched defs:p_dst (Results 1 - 8 of 8) sorted by null

  /external/libvpx/libvpx/vpx_dsp/
deblock.c 46 unsigned char *p_src, *p_dst; local
58 p_dst = dst;
79 p_dst[col] = v;
84 p_dst = dst;
105 if (col >= 2) p_dst[col - 2] = d[(col - 2) & 3];
109 p_dst[col - 2] = d[(col - 2) & 3];
110 p_dst[col - 1] = d[(col - 1) & 3];
  /external/tensorflow/tensorflow/core/lib/gif/
gif_io.cc 130 uint8* p_dst = this_dst + i * width * channel; local
133 p_dst[j * channel + 0] = l_dst[j * channel + 0];
134 p_dst[j * channel + 1] = l_dst[j * channel + 1];
135 p_dst[j * channel + 2] = l_dst[j * channel + 2];
149 uint8* p_dst = this_dst + i * width * channel; local
163 p_dst[j * channel + 0] = gif_color.Red;
164 p_dst[j * channel + 1] = gif_color.Green;
165 p_dst[j * channel + 2] = gif_color.Blue;
  /external/libvpx/libvpx/
tools_common.c 300 uint16_t *p_dst = local
302 for (x = 0; x < w; x++) *p_dst++ = (*p_src++ << input_shift) + offset;
335 uint16_t *p_dst = local
338 *p_dst++ = (*p_src++ << input_shift) + offset;
377 uint8_t *p_dst = dst->planes[plane] + y * dst->stride[plane]; local
379 *p_dst++ = (uint8_t)(*p_src++);
412 uint16_t *p_dst = local
414 for (x = 0; x < w; x++) *p_dst++ = *p_src++ >> down_shift;
446 uint8_t *p_dst = dst->planes[plane] + y * dst->stride[plane]; local
448 *p_dst++ = *p_src++ >> down_shift
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_postproc.c 45 uint16_t *p_dst; local
53 p_dst = dst_ptr;
68 p_dst[col] = v;
73 p_dst = dst_ptr;
92 if (col >= 2) p_dst[col - 2] = d[(col - 2) & 7];
96 p_dst[col - 2] = d[(col - 2) & 7];
97 p_dst[col - 1] = d[(col - 1) & 7];
  /external/mesa3d/src/gallium/state_trackers/nine/
surface9.c 690 uint8_t *p_dst; local
709 p_dst = NineSurface9_GetSystemMemPointer(This, 0, 0);
711 assert (p_src && p_dst);
713 util_copy_rect(p_dst, This->base.info.format,
  /external/libaom/libaom/common/
tools_common.c 272 uint16_t *p_dst = local
274 for (x = 0; x < w; x++) *p_dst++ = (*p_src++ << input_shift) + offset;
307 uint16_t *p_dst = local
310 *p_dst++ = (*p_src++ << input_shift) + offset;
349 uint8_t *p_dst = dst->planes[plane] + y * dst->stride[plane]; local
351 *p_dst++ = (uint8_t)(*p_src++);
383 uint16_t *p_dst = local
385 for (x = 0; x < w; x++) *p_dst++ = *p_src++ >> down_shift;
416 uint8_t *p_dst = dst->planes[plane] + y * dst->stride[plane]; local
418 *p_dst++ = *p_src++ >> down_shift
    [all...]
  /external/libvpx/libvpx/vpx_dsp/mips/
deblock_msa.c 148 uint8_t *p_dst = dst_ptr; local
178 p_dst, dst_stride);
180 p_dst += 16;
209 SD4(out0, out1, out2, out3, p_dst, dst_stride);
215 SD4(out0, out1, out2, out3, p_dst + 4 * dst_stride, dst_stride);
219 p_dst = dst_ptr - 2;
220 LD_UB8(p_dst, dst_stride, inter0, inter1, inter2, inter3, inter4, inter5,
272 p_dst += 8;
273 LD_UB2(p_dst, dst_stride, inter0, inter1);
276 LD_UB2(p_dst + 2 * dst_stride, dst_stride, inter2, inter3)
294 uint8_t *p_dst = dst_ptr; local
    [all...]
  /external/libxaac/decoder/
ixheaacd_lpp_tran.c 117 WORD32 *p_src, *p_dst; local
134 p_dst = qmf_buffer + high_band + ((start_indx + 2) << 7);
154 *p_dst = ixheaacd_add32(qmf_real, (accu << 1));
155 p_dst += 64;
164 *p_dst = ixheaacd_add32(qmf_imag, (accu << 1));
165 p_dst += 64;
1112 WORD32 *p_dst = sub_sig_x + high_band + ((start_idx + 2) << 7); local
    [all...]

Completed in 785 milliseconds