Searched defs:y_buffer (Results 1 - 5 of 5) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/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);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
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 Dpostproc.c316 vp8_mbpost_proc_across_ip(post->y_buffer, post->y_stride, post->y_height,
318 vp8_mbpost_proc_down(post->y_buffer, post->y_stride, post->y_height,
367 source->y_buffer + 16 * mbr * source->y_stride,
368 post->y_buffer + 16 * mbr * post->y_stride, source->y_stride,
410 source->y_buffer + 16 * mbr * source->y_stride,
411 source->y_buffer + 16 * mbr * source->y_stride,
825 (oci->post_proc_buffer.y_buffer,
845 vp8_blit_text(message, oci->post_proc_buffer.y_buffer, oci->post_proc_buffer.y_stride);
858 y_ptr = post->y_buffer + 4 * post->y_stride + 4;
890 y_ptr = post->y_buffer
931 unsigned char *y_buffer = oci->post_proc_buffer.y_buffer; local
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/
H A Dyv12config.h44 uint8_t *y_buffer; member in struct:yv12_buffer_config
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
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...]

Completed in 125 milliseconds