/external/libvpx/libvpx/vp8/common/ |
reconinter.c | 227 uptr = x->pre.u_buffer + offset; 282 base_pre = x->pre.u_buffer; 420 uptr = x->pre.u_buffer + offset; 494 base_dst = x->dst.u_buffer; 495 base_pre = x->pre.u_buffer; 579 xd->dst.u_buffer, xd->dst.v_buffer,
|
postproc.c | 377 source->u_buffer + 8 * mbr * source->uv_stride, 378 post->u_buffer + 8 * mbr * post->uv_stride, source->uv_stride, 420 source->u_buffer + 8 * mbr * source->uv_stride, 421 source->u_buffer + 8 * mbr * source->uv_stride, [all...] |
mfqe.c | 295 u_ptr = show->u_buffer; 298 ud_ptr = dest->u_buffer;
|
loopfilter.c | 333 u_ptr = post->u_buffer;
|
/external/libvpx/libvpx/vp9/decoder/ |
vp9_onyxd_if.c | 46 src = s->u_buffer; 85 fwrite(frame->u_buffer + i * frame->uv_stride,
|
/external/libvpx/libvpx/vp8/encoder/ |
encodemb.c | 102 vp8_subtract_mbuv(x->src_diff, x->src.u_buffer, 103 x->src.v_buffer, x->src.uv_stride, x->e_mbd.dst.u_buffer,
|
rdopt.c | 498 uptr = x->e_mbd.pre.u_buffer + offset; 846 x->src.u_buffer, x->src.v_buffer, x->src.uv_stride, 863 x->src.u_buffer, x->src.v_buffer, x->src.uv_stride, 894 xd->dst.u_buffer - xd->dst.uv_stride, 896 xd->dst.u_buffer - 1, 904 x->src.u_buffer, x->src.v_buffer, x->src.uv_stride, [all...] |
pickinter.c | 248 unsigned char *uabove_row = x->dst.u_buffer - x->dst.uv_stride; 270 uleft_col[i] = x->dst.u_buffer [i* x->dst.uv_stride -1]; 717 x->e_mbd.pre.u_buffer = plane[this_ref_frame][1]; [all...] |
firstpass.c | 605 xd->dst.u_buffer = new_yv12->u_buffer + recon_uvoffset; 692 xd->pre.u_buffer = lst_yv12->u_buffer + recon_uvoffset; 778 x->src.u_buffer += 8; 787 x->src.u_buffer += 8 * x->src.uv_stride - 8 * cm->mb_cols; 791 vp8_extend_mb_row(new_yv12, xd->dst.y_buffer + 16, xd->dst.u_buffer + 8, xd->dst.v_buffer + 8); [all...] |
onyx_if.c | [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_onyx_if.c | [all...] |
vp9_firstpass.c | 580 xd->plane[1].dst.buf = new_yv12->u_buffer + recon_uvoffset; 693 xd->plane[1].pre[0].buf = lst_yv12->u_buffer + recon_uvoffset; [all...] |
vp9_encodeframe.c | 493 uint8_t *const buffers[4] = {src->y_buffer, src->u_buffer, src->v_buffer, [all...] |
vp9_rdopt.c | [all...] |
/external/libvpx/libvpx/vp8/ |
vp8_dx_iface.c | 299 img->planes[VPX_PLANE_U] = yv12->u_buffer; 709 yv12->u_buffer = img->planes[VPX_PLANE_U];
|
vp8_cx_iface.c | 681 yv12->u_buffer = img->planes[VPX_PLANE_U]; [all...] |
/external/libvpx/libvpx/vpx_scale/arm/neon/ |
vp8_vpxyv12_extendframeborders_neon.asm | 191 sub r1, r1, #16 ; src_ptr1 = u_buffer - Border
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/ |
peerconnection_jni.cc | [all...] |