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

  /external/libaom/libaom/common/
y4minput.h 53 unsigned char *dst_buf; member in struct:y4m_input
  /external/libvpx/libvpx/vpx/src/
vpx_encoder.c 264 char *const dst_buf = (char *)priv->enc.cx_data_dst_buf.buf; local
266 if (dst_buf && pkt->data.raw.buf != dst_buf &&
272 memcpy(dst_buf + priv->enc.cx_data_pad_before, pkt->data.raw.buf,
275 modified_pkt->data.raw.buf = dst_buf;
281 if (dst_buf == pkt->data.raw.buf) {
282 priv->enc.cx_data_dst_buf.buf = dst_buf + pkt->data.raw.sz;
  /external/libvpx/libvpx/
y4minput.h 52 unsigned char *dst_buf; member in struct:y4m_input
  /external/libaom/libaom/aom/src/
aom_encoder.c 282 char *const dst_buf = (char *)priv->enc.cx_data_dst_buf.buf; local
284 if (dst_buf && pkt->data.raw.buf != dst_buf &&
290 memcpy(dst_buf + priv->enc.cx_data_pad_before, pkt->data.raw.buf,
293 modified_pkt->data.raw.buf = dst_buf;
299 if (dst_buf == pkt->data.raw.buf) {
300 priv->enc.cx_data_dst_buf.buf = dst_buf + pkt->data.raw.sz;
  /bionic/libc/bionic/
iconv.cpp 128 dst_buf = dst_buf0;
149 char** dst_buf; member in struct:__iconv_t
323 memcpy(*dst_buf, buf, dst_bytes_used);
326 *dst_buf += dst_bytes_used;
  /external/libvpx/libvpx/vp9/common/
vp9_reconinter.c 138 struct buf_2d *const dst_buf = &pd->dst; local
139 uint8_t *const dst = dst_buf->buf + dst_buf->stride * y + x;
194 CONVERT_TO_SHORTPTR(dst), dst_buf->stride,
198 inter_predictor(pre, pre_buf->stride, dst, dst_buf->stride, subpel_x,
202 inter_predictor(pre, pre_buf->stride, dst, dst_buf->stride, subpel_x,
  /external/mesa3d/src/amd/vulkan/
radv_meta_buffer.c 36 nir_intrinsic_instr *dst_buf = nir_intrinsic_instr_create(b.shader, local
38 dst_buf->src[0] = nir_src_for_ssa(nir_imm_int(&b, 0));
39 nir_intrinsic_set_desc_set(dst_buf, 0);
40 nir_intrinsic_set_binding(dst_buf, 0);
41 nir_ssa_dest_init(&dst_buf->instr, &dst_buf->dest, 1, 32, NULL);
42 nir_builder_instr_insert(&b, &dst_buf->instr);
56 store->src[1] = nir_src_for_ssa(&dst_buf->dest.ssa);
88 nir_intrinsic_instr *dst_buf = nir_intrinsic_instr_create(b.shader, local
90 dst_buf->src[0] = nir_src_for_ssa(nir_imm_int(&b, 0))
    [all...]
radv_query.c 95 * location(binding = 0) buffer dst_buf;
114 * dst_buf[dst_offset] = result;
116 * dst_buf[dst_offset] = (uint32_t)result.
119 * dst_buf[dst_offset + elem_size] = available;
139 nir_intrinsic_instr *dst_buf = nir_intrinsic_instr_create(b.shader, local
141 dst_buf->src[0] = nir_src_for_ssa(nir_imm_int(&b, 0));
142 nir_intrinsic_set_desc_set(dst_buf, 0);
143 nir_intrinsic_set_binding(dst_buf, 0);
144 nir_ssa_dest_init(&dst_buf->instr, &dst_buf->dest, 1, 32, NULL)
331 nir_intrinsic_instr *dst_buf = nir_intrinsic_instr_create(b.shader, local
    [all...]
  /external/libaom/libaom/examples/
lightfield_decoder.c 71 unsigned char *dst_buf = dst->planes[plane]; local
79 dst_buf += roffset * dst_stride + (coffset << shift);
86 memcpy(dst_buf, src_buf, w);
88 dst_buf += dst_stride;
  /external/mesa3d/src/gallium/state_trackers/omx_bellagio/
vid_enc.c 921 struct vl_video_buffer *dst_buf = (struct vl_video_buffer *)vbuf; local
930 dst_buf->resources[0],
943 blit.dst.resource = dst_buf->resources[1];
    [all...]
  /external/strace/
socketutils.c 182 char dst_buf[text_size]; local
185 dst_buf, text_size))
190 ob, dst_buf, cb, ntohs(diag_msg->id.idiag_dport))
  /external/libaom/libaom/aom_dsp/x86/
highbd_variance_sse2.c 643 const struct buf_2d *const dst_buf = &pd->dst; local
    [all...]
variance_sse2.c 512 const struct buf_2d *const dst_buf = &pd->dst; local
514 is_intrabc ? dst_buf : &pd->pre[ref_num];
    [all...]
  /external/libaom/libaom/av1/encoder/
reconinter_enc.c 142 struct buf_2d *const dst_buf = &pd->dst; local
143 uint8_t *dst = dst_buf->buf + dst_buf->stride * y + x;
163 struct buf_2d *const pre_buf = is_intrabc ? dst_buf : &pd->pre[ref];
182 pre, pre_buf->stride, dst, dst_buf->stride, &subpel_params, sf,
203 struct buf_2d *const dst_buf = &pd->dst; local
204 uint8_t *const dst = dst_buf->buf;
208 struct buf_2d *const pre_buf = is_intrabc ? dst_buf : &pd->pre[ref];
224 pre, pre_buf->stride, dst, dst_buf->stride, &subpel_params, sf, bw,
231 pre, pre_buf->stride, dst, dst_buf->stride, &subpel_params, sf, bw
549 struct buf_2d *const dst_buf = &pd->dst; local
    [all...]
  /external/libaom/libaom/aom_dsp/
variance.c 309 const struct buf_2d *const dst_buf = &pd->dst; local
311 is_intrabc ? dst_buf : &pd->pre[ref_num];
901 const struct buf_2d *const dst_buf = &pd->dst; local
    [all...]
  /external/openssh/
umac.c 188 UINT8 *dst_buf = (UINT8 *)bufp; local
197 memcpy(dst_buf,out_buf,AES_BLOCK_LEN);
200 dst_buf += AES_BLOCK_LEN;
204 memcpy(dst_buf,out_buf,nbytes);
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 564 struct buf_2d *dst_buf, const MV *mv, RefCntBuffer *ref_frame_buf,
567 uint8_t *const dst = dst_buf->buf + dst_buf->stride * y + x;
674 frame_height, border_offset, dst, dst_buf->stride,
686 CONVERT_TO_SHORTPTR(dst), dst_buf->stride, subpel_x,
689 inter_predictor(buf_ptr, buf_stride, dst, dst_buf->stride, subpel_x,
693 inter_predictor(buf_ptr, buf_stride, dst, dst_buf->stride, subpel_x, subpel_y,
731 struct buf_2d *const dst_buf = &pd->dst; local
743 dst_buf, &mv, ref_frame_buf, is_scaled,
752 struct buf_2d *const dst_buf = &pd->dst local
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
mkl_conv_ops.cc 1829 void* dst_buf = variable
    [all...]
  /external/libaom/libaom/av1/decoder/
decodeframe.c 700 struct buf_2d *const dst_buf = &pd->dst; local
701 uint8_t *dst = dst_buf->buf + dst_buf->stride * y + x;
721 struct buf_2d *const pre_buf = is_intrabc ? dst_buf : &pd->pre[ref];
751 pre, src_stride, dst, dst_buf->stride, &subpel_params, sf, b4_w,
766 struct buf_2d *const dst_buf = &pd->dst; local
767 uint8_t *const dst = dst_buf->buf;
774 struct buf_2d *const pre_buf = is_intrabc ? dst_buf : &pd->pre[ref];
822 pre[ref], src_stride[ref], dst, dst_buf->stride,
828 pre[ref], src_stride[ref], dst, dst_buf->stride
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface.c 5784 u8 dst_buf[ETH_ALEN], *dst; local
    [all...]

Completed in 1472 milliseconds