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

  /external/chromium_org/third_party/libvpx/source/libvpx/vpx/src/
vpx_encoder.c 274 char *const dst_buf = (char *)priv->enc.cx_data_dst_buf.buf; local
276 if (dst_buf &&
277 pkt->data.raw.buf != dst_buf &&
282 memcpy(dst_buf + priv->enc.cx_data_pad_before, pkt->data.raw.buf,
285 modified_pkt->data.raw.buf = dst_buf;
291 if (dst_buf == pkt->data.raw.buf) {
292 priv->enc.cx_data_dst_buf.buf = dst_buf + pkt->data.raw.sz;
  /external/chromium_org/third_party/libvpx/source/libvpx/
y4minput.h 58 unsigned char *dst_buf; member in struct:y4m_input
  /external/libvpx/libvpx/vpx/src/
vpx_encoder.c 278 char *const dst_buf = (char *)priv->enc.cx_data_dst_buf.buf; local
280 if (dst_buf &&
281 pkt->data.raw.buf != dst_buf &&
286 memcpy(dst_buf + priv->enc.cx_data_pad_before, pkt->data.raw.buf,
289 modified_pkt->data.raw.buf = dst_buf;
295 if (dst_buf == pkt->data.raw.buf) {
296 priv->enc.cx_data_dst_buf.buf = dst_buf + pkt->data.raw.sz;
  /external/libvpx/libvpx/
y4minput.h 58 unsigned char *dst_buf; member in struct:y4m_input
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/jsfs/
js_fs_node.cc 249 void* dst_buf = buffer_iface_->Map(buf_var); local
250 if (dst_buf == NULL) {
255 memcpy(dst_buf, buf, count);
  /external/lldb/source/Target/
Memory.cpp 125 uint8_t *dst_buf = (uint8_t *)dst; local
147 memcpy (dst_buf + dst_len - bytes_left, pos->second->GetBytes() + cache_offset, curr_read_size);
167 memcpy (dst_buf + dst_len - bytes_left, pos->second->GetBytes(), curr_read_size);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_reconinter.c 273 struct buf_2d *const dst_buf = &pd->dst; local
274 uint8_t *const dst = dst_buf->buf + dst_buf->stride * y + x;
310 high_inter_predictor(pre, pre_buf->stride, dst, dst_buf->stride,
314 inter_predictor(pre, pre_buf->stride, dst, dst_buf->stride,
318 inter_predictor(pre, pre_buf->stride, dst, dst_buf->stride,
382 struct buf_2d *const dst_buf = &pd->dst; local
383 uint8_t *const dst = dst_buf->buf + dst_buf->stride * y + x;
538 high_inter_predictor(buf_ptr, buf_stride, dst, dst_buf->stride, subpel_x
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_reconinter.c 155 struct buf_2d *const dst_buf = &pd->dst; local
156 uint8_t *const dst = dst_buf->buf + dst_buf->stride * y + x;
196 inter_predictor(pre, pre_buf->stride, dst, dst_buf->stride,
259 struct buf_2d *const dst_buf = &pd->dst; local
260 uint8_t *const dst = dst_buf->buf + dst_buf->stride * y + x;
380 inter_predictor(buf_ptr, buf_stride, dst, dst_buf->stride, subpel_x,

Completed in 1711 milliseconds