Searched defs:u_buffer (Results 1 - 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Dsetupintrarecon.h24 unsigned char *u_buffer,
35 u_buffer[uv_stride *i] = (unsigned char) 129;
23 setup_intra_recon_left(unsigned char *y_buffer, unsigned char *u_buffer, unsigned char *v_buffer, int y_stride, int uv_stride) argument
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/
H A Dyv12config.h45 uint8_t *u_buffer; member in struct:yv12_buffer_config
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dtemporal_filter.c247 unsigned char *u_buffer = mbd->pre.u_buffer; local
323 cpi->frames[frame]->u_buffer + mb_uv_offset,
342 (f->u_buffer + mb_uv_offset,
384 dst1 = cpi->alt_ref_buffer.u_buffer;
423 mbd->pre.u_buffer = u_buffer;

Completed in 99 milliseconds