HomeSort by relevance Sort by last modified time
    Searched refs:y_buffer (Results 51 - 75 of 106) sorted by null

1 23 4 5

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_temporal_filter.c 270 cpi->frames[alt_ref_index]->y_buffer + mb_y_offset,
271 cpi->frames[frame]->y_buffer + mb_y_offset,
285 cpi->frames[frame]->y_buffer + mb_y_offset,
296 vp9_temporal_filter_apply(f->y_buffer + mb_y_offset, f->y_stride,
313 dst1 = cpi->alt_ref_buffer.y_buffer;
vp9_mbgraph.c 187 x->plane[0].src.buf = buf->y_buffer + mb_y_offset;
190 xd->plane[0].dst.buf = get_frame_new_buffer(cm)->y_buffer + mb_y_offset;
203 xd->plane[0].pre[0].buf = golden_ref->y_buffer + mb_y_offset;
219 xd->plane[0].pre[0].buf = alt_ref->y_buffer + mb_y_offset;
  /external/libvpx/libvpx/vp8/encoder/
ethreading.c 148 xd->dst.y_buffer = cm->yv12_fb[dst_fb_idx].y_buffer + recon_yoffset;
157 vp8_copy_mem16x16(x->src.y_buffer, x->src.y_stride, x->thismb, 16);
278 x->src.y_buffer += 16;
295 xd->dst.y_buffer + 16,
305 x->src.y_buffer += 16 * x->src.y_stride * (cpi->encoding_thread_count + 1) - 16 * cm->mb_cols;
355 z->src.y_buffer = x->src.y_buffer;
485 mb->src.y_buffer += 16 * x->src.y_stride * (i + 1);
pickinter.c 203 unsigned char *in_what = mb->e_mbd.pre.y_buffer + d->offset ;
245 unsigned char *dst = x->e_mbd.dst.y_buffer + b->offset;
295 intra_prediction_down_copy(xd, xd->dst.y_buffer - xd->dst.y_stride + 16);
733 unsigned char* target_y = x->src.y_buffer;
742 cpi->denoiser.yv12_running_avg[LAST_FRAME].y_buffer + recon_yoffset;
818 const int y = (x->src.y_buffer[7 * x->src.y_stride + 7] +
819 x->src.y_buffer[7 * x->src.y_stride + 8] +
820 x->src.y_buffer[8 * x->src.y_stride + 7] +
821 x->src.y_buffer[8 * x->src.y_stride + 8]) >> 2;
929 x->e_mbd.pre.y_buffer = plane[this_ref_frame][0]
    [all...]
rdopt.h 87 plane[0] = fb->y_buffer + recon_yoffset;
firstpass.c 318 unsigned char *src = source->y_buffer;
424 raw_ptr = (unsigned char *)(raw_buffer->y_buffer + recon_yoffset
430 xd->pre.y_buffer = recon_buffer->y_buffer + recon_yoffset;
431 ref_ptr = (unsigned char *)(xd->pre.y_buffer + d->offset );
460 xd->pre.y_buffer = recon_buffer->y_buffer + recon_yoffset;
605 xd->dst.y_buffer = new_yv12->y_buffer + recon_yoffset;
611 vp8_copy_mem16x16(x->src.y_buffer, x->src.y_stride, x->thismb, 16)
    [all...]
rdopt.c 658 unsigned char *dst = x->e_mbd.dst.y_buffer + b->offset;
726 intra_prediction_down_copy(xd, xd->dst.y_buffer - xd->dst.y_stride + 16);
790 xd->dst.y_buffer - xd->dst.y_stride,
791 xd->dst.y_buffer - 1,
1057 unsigned char *base_pre = x->e_mbd.pre.y_buffer;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
ethreading.c 150 xd->dst.y_buffer = cm->yv12_fb[dst_fb_idx].y_buffer + recon_yoffset;
159 vp8_copy_mem16x16(x->src.y_buffer, x->src.y_stride, x->thismb, 16);
261 x->src.y_buffer += 16;
278 xd->dst.y_buffer + 16,
288 x->src.y_buffer += 16 * x->src.y_stride * (cpi->encoding_thread_count + 1) - 16 * cm->mb_cols;
339 z->src.y_buffer = x->src.y_buffer;
471 mb->src.y_buffer += 16 * x->src.y_stride * (i + 1);
pickinter.c 76 unsigned char *in_what = mb->e_mbd.pre.y_buffer + d->offset ;
145 unsigned char *dst = x->e_mbd.dst.y_buffer + b->offset;
195 intra_prediction_down_copy(xd, xd->dst.y_buffer - xd->dst.y_stride + 16);
719 x->e_mbd.pre.y_buffer = plane[this_ref_frame][0];
839 xd->dst.y_buffer - xd->dst.y_stride,
840 xd->dst.y_buffer - 1,
    [all...]
rdopt.h 82 plane[0] = fb->y_buffer + recon_yoffset;
firstpass.c 318 unsigned char *src = source->y_buffer;
423 raw_ptr = (unsigned char *)(raw_buffer->y_buffer + recon_yoffset
429 xd->pre.y_buffer = recon_buffer->y_buffer + recon_yoffset;
430 ref_ptr = (unsigned char *)(xd->pre.y_buffer + d->offset );
459 xd->pre.y_buffer = recon_buffer->y_buffer + recon_yoffset;
604 xd->dst.y_buffer = new_yv12->y_buffer + recon_yoffset;
610 vp8_copy_mem16x16(x->src.y_buffer, x->src.y_stride, x->thismb, 16)
    [all...]
rdopt.c 657 unsigned char *dst = x->e_mbd.dst.y_buffer + b->offset;
725 intra_prediction_down_copy(xd, xd->dst.y_buffer - xd->dst.y_stride + 16);
790 xd->dst.y_buffer - xd->dst.y_stride,
791 xd->dst.y_buffer - 1,
1055 unsigned char *base_pre = x->e_mbd.pre.y_buffer;
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_mbgraph.c 189 x->plane[0].src.buf = buf->y_buffer + mb_y_offset;
192 xd->plane[0].dst.buf = get_frame_new_buffer(cm)->y_buffer + mb_y_offset;
205 xd->plane[0].pre[0].buf = golden_ref->y_buffer + mb_y_offset;
221 xd->plane[0].pre[0].buf = alt_ref->y_buffer + mb_y_offset;
vp9_temporal_filter.c 358 frames[alt_ref_index]->y_buffer + mb_y_offset,
359 frames[frame]->y_buffer + mb_y_offset,
372 frames[frame]->y_buffer + mb_y_offset,
386 vp9_highbd_temporal_filter_apply(f->y_buffer + mb_y_offset,
404 vp9_temporal_filter_apply(f->y_buffer + mb_y_offset, f->y_stride,
421 vp9_temporal_filter_apply(f->y_buffer + mb_y_offset, f->y_stride,
444 dst1 = cpi->alt_ref_buffer.y_buffer;
493 dst1 = cpi->alt_ref_buffer.y_buffer;
538 dst1 = cpi->alt_ref_buffer.y_buffer;
  /external/libvpx/libvpx/vp8/decoder/
decodeframe.c 178 xd->dst.y_buffer,
195 unsigned char *dst = xd->dst.y_buffer + b->offset;
273 xd->dst.y_buffer,
322 src_ptr1 = ybf->y_buffer - Border;
377 src_ptr1 = ybf->y_buffer - Border;
535 ref_buffer[i][0] = this_fb->y_buffer;
543 eb_dst[0] = lf_dst[0] = dst_buffer[0] = yv12_fb_new->y_buffer;
634 xd->dst.y_buffer = dst_buffer[0] + recon_yoffset;
640 xd->pre.y_buffer = ref_buffer[ref][0] + recon_yoffset;
645 xd->pre.y_buffer = 0
    [all...]
  /external/libvpx/libvpx/vpx_dsp/
psnrhvs.c 213 *y_psnrhvs = calc_psnrhvs(source->y_buffer, source->y_stride, dest->y_buffer,
  /external/libvpx/libvpx/vpx_scale/generic/
yv12config.c 36 /* buffer_alloc isn't accessed by most functions. Rather y_buffer,
97 ybf->y_buffer = ybf->buffer_alloc + (border * y_stride) + border;
126 /* buffer_alloc isn't accessed by most functions. Rather y_buffer,
262 ybf->y_buffer = (uint8_t *)yv12_align_addr(
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/
yv12config.c 38 /* buffer_alloc isn't accessed by most functions. Rather y_buffer,
97 ybf->y_buffer = ybf->buffer_alloc + (border * y_stride) + border;
126 /* buffer_alloc isn't accessed by most functions. Rather y_buffer,
258 ybf->y_buffer = ybf->buffer_alloc + (border * y_stride) + border;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
decodeframe.c 174 xd->dst.y_buffer,
191 unsigned char *dst = xd->dst.y_buffer + b->offset;
269 xd->dst.y_buffer,
318 src_ptr1 = ybf->y_buffer - Border;
373 src_ptr1 = ybf->y_buffer - Border;
531 ref_buffer[i][0] = this_fb->y_buffer;
539 eb_dst[0] = lf_dst[0] = dst_buffer[0] = yv12_fb_new->y_buffer;
630 xd->dst.y_buffer = dst_buffer[0] + recon_yoffset;
634 xd->pre.y_buffer = ref_buffer[xd->mode_info_context->mbmi.ref_frame][0] + recon_yoffset;
665 vp8_extend_mb_row(yv12_fb_new, xd->dst.y_buffer + 16
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_reconinter.c 194 pre_buf->buf = xd->block_refs[ref]->buf->y_buffer;
286 uint8_t *const buffers[MAX_MB_PLANE] = { src->y_buffer, src->u_buffer,
305 uint8_t *const buffers[MAX_MB_PLANE] = { src->y_buffer, src->u_buffer,
  /external/libvpx/libvpx/vpx_scale/mips/dspr2/
yv12extend_dspr2.c 122 extend_plane(ybf->y_buffer, ybf->y_stride,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/mips/dspr2/
yv12extend_dspr2.c 123 extend_plane(ybf->y_buffer, ybf->y_stride,
  /external/libvpx/libvpx/vp8/common/
reconinter.c 282 ptr_base = x->pre.y_buffer;
346 unsigned char *ptr_base = x->pre.y_buffer;
395 unsigned char *base_dst = x->dst.y_buffer;
396 unsigned char *base_pre = x->pre.y_buffer;
535 vp8_build_inter16x16_predictors_mb(xd, xd->dst.y_buffer,
vp8_loopfilter.c 331 y_ptr = post->y_buffer;
477 y_ptr = post->y_buffer;
591 y_ptr = post->y_buffer + ((post->y_height >> 5) * 16) * post->y_stride;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
reconinter.c 325 ptr_base = x->pre.y_buffer;
389 unsigned char *ptr_base = x->pre.y_buffer;
438 unsigned char *base_dst = x->dst.y_buffer;
439 unsigned char *base_pre = x->pre.y_buffer;
578 vp8_build_inter16x16_predictors_mb(xd, xd->dst.y_buffer,

Completed in 1044 milliseconds

1 23 4 5