HomeSort by relevance Sort by last modified time
    Searched full:u_buffer (Results 26 - 31 of 31) sorted by null

12

  /external/libvpx/vp8/encoder/
firstpass.c 572 xd->dst.u_buffer = new_yv12->u_buffer + recon_uvoffset;
642 xd->pre.u_buffer = cm->last_frame.u_buffer + recon_uvoffset;
649 xd->pre.u_buffer = lst_yv12->u_buffer + recon_uvoffset;
728 x->src.u_buffer += 8;
737 x->src.u_buffer += 8 * x->src.uv_stride - 8 * cm->mb_cols;
741 vp8_extend_mb_row(new_yv12, xd->dst.y_buffer + 16, xd->dst.u_buffer + 8, xd->dst.v_buffer + 8);
    [all...]
encodemb.c 104 ENCODEMB_INVOKE(&rtcd->encodemb, submbuv)(x->src_diff, x->src.u_buffer, x->src.v_buffer, x->e_mbd.predictor, x->src.uv_stride);
656 ENCODEMB_INVOKE(&rtcd->encodemb, submbuv)(x->src_diff, x->src.u_buffer, x->src.v_buffer, x->e_mbd.predictor, x->src.uv_stride);
onyx_if.c     [all...]
  /external/libvpx/vp8/common/
loopfilter.c 347 u_ptr = post->u_buffer;
  /external/libvpx/vp8/
vp8_dx_iface.c 555 yv12->u_buffer = img->planes[VPX_PLANE_U];
vp8_cx_iface.c 576 yv12->u_buffer = img->planes[VPX_PLANE_U];
914 ctx->preview_img.planes[VPX_PLANE_U] = sd.u_buffer;
    [all...]

Completed in 996 milliseconds

12