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

/external/chromium_org/third_party/libvpx/source/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
/external/libvpx/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
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/
H A Dyv12config.h46 uint8_t *u_buffer; member in struct:yv12_buffer_config
/external/libvpx/libvpx/vpx_scale/
H A Dyv12config.h45 uint8_t *u_buffer; member in struct:yv12_buffer_config
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dtemporal_filter.c248 unsigned char *u_buffer = mbd->pre.u_buffer; local
324 cpi->frames[frame]->u_buffer + mb_uv_offset,
343 (f->u_buffer + mb_uv_offset,
385 dst1 = cpi->alt_ref_buffer.u_buffer;
424 mbd->pre.u_buffer = u_buffer;
/external/libvpx/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;
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/
H A Dpeerconnection_jni.cc1162 jobject u_buffer = jni()->NewDirectByteBuffer( local
1167 jni()->SetObjectArrayElement(planes, 1, u_buffer);

Completed in 254 milliseconds