Searched refs:y_buffer (Results 1 - 25 of 101) sorted by relevance

12345

/external/libvpx/libvpx/vp8/common/arm/
H A Dreconintra_arm.c19 unsigned char *y_buffer,
28 unsigned char *y_buffer = x->dst.y_buffer; local
35 vp8_build_intra_predictors_mby_neon_func(y_buffer, ypred_ptr, y_stride, mode, Up, Left);
39 unsigned char *y_buffer,
48 unsigned char *y_buffer = x->dst.y_buffer; local
55 vp8_build_intra_predictors_mby_s_neon_func(y_buffer, ypred_ptr, y_stride, mode, Up, Left);
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dswapyv12buffer.c22 temp = last_frame->y_buffer;
23 last_frame->y_buffer = new_frame->y_buffer;
24 new_frame->y_buffer = temp;
H A Dsetupintrarecon.h23 void setup_intra_recon_left(unsigned char *y_buffer, argument
32 y_buffer[y_stride *i] = (unsigned char) 129;
H A Dsetupintrarecon.c20 vpx_memset(ybf->y_buffer - 1 - ybf->y_stride, 127, ybf->y_width + 5);
22 ybf->y_buffer[ybf->y_stride *i - 1] = (unsigned char) 129;
36 vpx_memset(ybf->y_buffer - 1 - ybf->y_stride, 127, ybf->y_width + 5);
H A Dreconintra4x4.h24 unsigned char *above_right_dst = xd->dst.y_buffer - dst_stride + 16;
H A Dinvtrans.h63 xd->dst.y_buffer,
/external/libvpx/libvpx/vp8/common/
H A Dswapyv12buffer.c22 temp = last_frame->y_buffer;
23 last_frame->y_buffer = new_frame->y_buffer;
24 new_frame->y_buffer = temp;
H A Dsetupintrarecon.h23 void setup_intra_recon_left(unsigned char *y_buffer, argument
32 y_buffer[y_stride *i] = (unsigned char) 129;
H A Dsetupintrarecon.c20 vpx_memset(ybf->y_buffer - 1 - ybf->y_stride, 127, ybf->y_width + 5);
22 ybf->y_buffer[ybf->y_stride *i - 1] = (unsigned char) 129;
36 vpx_memset(ybf->y_buffer - 1 - ybf->y_stride, 127, ybf->y_width + 5);
H A Dreconintra4x4.h24 unsigned char *above_right_dst = xd->dst.y_buffer - dst_stride + 16;
H A Dinvtrans.h63 xd->dst.y_buffer,
/external/libvpx/libvpx/vp8/encoder/arm/neon/
H A Dpicklpf_arm.c42 src_y = src_ybc->y_buffer + yoffset;
43 dst_y = dst_ybc->y_buffer + yoffset;
H A Ddenoising_neon.c67 unsigned char *mc_running_avg_y = mc_running_avg->y_buffer + y_offset;
69 unsigned char *running_avg_y = running_avg->y_buffer + y_offset;
164 vp8_copy_mem16x16(running_avg->y_buffer + y_offset, running_avg_y_stride,
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dencodeintra.c57 unsigned char *dst = x->e_mbd.dst.y_buffer + b->offset;
86 intra_prediction_down_copy(xd, xd->dst.y_buffer - xd->dst.y_stride + 16);
99 xd->dst.y_buffer - xd->dst.y_stride,
100 xd->dst.y_buffer - 1,
102 xd->dst.y_buffer,
106 b->src_stride, xd->dst.y_buffer, xd->dst.y_stride);
H A Dtemporal_filter.c162 unsigned char *base_pre = x->e_mbd.pre.y_buffer;
171 b->base_src = &arf_frame->y_buffer;
175 x->e_mbd.pre.y_buffer = frame_ptr->y_buffer;
215 x->e_mbd.pre.y_buffer = base_pre;
247 unsigned char *y_buffer = mbd->pre.y_buffer; local
323 cpi->frames[frame]->y_buffer + mb_y_offset,
333 (f->y_buffer + mb_y_offset,
365 dst1 = cpi->alt_ref_buffer.y_buffer;
[all...]
/external/libvpx/libvpx/vp8/encoder/
H A Dencodeintra.c57 unsigned char *dst = x->e_mbd.dst.y_buffer + b->offset;
86 intra_prediction_down_copy(xd, xd->dst.y_buffer - xd->dst.y_stride + 16);
99 xd->dst.y_buffer - xd->dst.y_stride,
100 xd->dst.y_buffer - 1,
102 xd->dst.y_buffer,
106 b->src_stride, xd->dst.y_buffer, xd->dst.y_stride);
H A Ddenoising.c61 unsigned char *mc_running_avg_y = mc_running_avg->y_buffer + y_offset;
63 unsigned char *running_avg_y = running_avg->y_buffer + y_offset;
133 vp8_copy_mem16x16(running_avg->y_buffer + y_offset, avg_y_stride,
250 filter_xd->pre.y_buffer = src->y_buffer + recon_yoffset;
254 filter_xd->dst.y_buffer = dst->y_buffer + recon_yoffset;
265 filter_xd->dst.y_buffer,
302 denoiser->yv12_running_avg[INTRA_FRAME].y_buffer + recon_yoffset,
H A Dtemporal_filter.c161 unsigned char *base_pre = x->e_mbd.pre.y_buffer;
170 b->base_src = &arf_frame->y_buffer;
174 x->e_mbd.pre.y_buffer = frame_ptr->y_buffer;
214 x->e_mbd.pre.y_buffer = base_pre;
246 unsigned char *y_buffer = mbd->pre.y_buffer; local
322 cpi->frames[frame]->y_buffer + mb_y_offset,
332 (f->y_buffer + mb_y_offset,
364 dst1 = cpi->alt_ref_buffer.y_buffer;
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/
H A Dvpx_scale_asm_offsets.c26 DEFINE(yv12_buffer_config_y_buffer, offsetof(YV12_BUFFER_CONFIG, y_buffer));
/external/libvpx/libvpx/vpx_scale/
H A Dvpx_scale_asm_offsets.c26 DEFINE(yv12_buffer_config_y_buffer, offsetof(YV12_BUFFER_CONFIG, y_buffer));
H A Dyv12config.h44 uint8_t *y_buffer; member in struct:yv12_buffer_config
/external/libvpx/libvpx/vp9/common/
H A Dvp9_postproc.c296 vp9_post_proc_down_and_across(source->y_buffer, post->y_buffer,
300 vp9_mbpost_proc_across_ip(post->y_buffer, post->y_stride, post->y_height,
303 vp9_mbpost_proc_down(post->y_buffer, post->y_stride, post->y_height,
320 const uint8_t *const srcs[4] = {src->y_buffer, src->u_buffer, src->v_buffer,
329 uint8_t *const dsts[4] = {dst->y_buffer, dst->u_buffer, dst->v_buffer,
346 const uint8_t *const srcs[4] = {src->y_buffer, src->u_buffer, src->v_buffer,
355 uint8_t *const dsts[4] = {dst->y_buffer, dst->u_buffer, dst->v_buffer,
641 vp9_plane_add_noise(ppbuf->y_buffer, ppstate->noise, ppstate->blackclamp,
657 vp9_blit_text(message, ppbuf->y_buffer, ppbu
[all...]
/external/libvpx/libvpx/vp9/
H A Dvp9_iface_common.h37 img->planes[VPX_PLANE_Y] = yv12->y_buffer;
54 yv12->y_buffer = img->planes[VPX_PLANE_Y];
79 yv12->alpha_buffer = yv12->y_buffer;
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_extend.c78 copy_and_extend_plane(src->y_buffer, src->y_stride,
79 dst->y_buffer, dst->y_stride,
117 copy_and_extend_plane(src->y_buffer + src_y_offset, src->y_stride,
118 dst->y_buffer + dst_y_offset, dst->y_stride,
/external/libvpx/libvpx/vpx_scale/generic/
H A Dyv12extend.c64 extend_plane(ybf->y_buffer, ybf->y_stride,
98 extend_plane(ybf->y_buffer, ybf->y_stride,
128 const uint8_t *src = src_ybc->y_buffer;
129 uint8_t *dst = dst_ybc->y_buffer;
169 const uint8_t *src = src_ybc->y_buffer;
170 uint8_t *dst = dst_ybc->y_buffer;

Completed in 1960 milliseconds

12345