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

/external/chromium_org/third_party/libvpx/source/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.c317 vp8_mbpost_proc_across_ip(post->y_buffer, post->y_stride, post->y_height,
319 vp8_mbpost_proc_down(post->y_buffer, post->y_stride, post->y_height,
368 source->y_buffer + 16 * mbr * source->y_stride,
369 post->y_buffer + 16 * mbr * post->y_stride, source->y_stride,
412 source->y_buffer + 16 * mbr * source->y_stride,
413 source->y_buffer + 16 * mbr * source->y_stride,
829 (oci->post_proc_buffer.y_buffer,
849 vp8_blit_text(message, oci->post_proc_buffer.y_buffer, oci->post_proc_buffer.y_stride);
862 y_ptr = post->y_buffer + 4 * post->y_stride + 4;
894 y_ptr = post->y_buffer
935 unsigned char *y_buffer = oci->post_proc_buffer.y_buffer; local
[all...]
/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/libvpx/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...]
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/
H A Dyv12config.h45 uint8_t *y_buffer; member in struct:yv12_buffer_config
/external/libvpx/libvpx/vpx_scale/
H A Dyv12config.h44 uint8_t *y_buffer; member in struct:yv12_buffer_config
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
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 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/opencv/cxcore/src/
H A Dcxmathfuncs.cpp327 float* y_buffer = 0; local
395 y_buffer = (float*)cvStackAlloc( block_size*sizeof(float));
447 icvCvt_64f32f( y_data + x, y_buffer, len );
458 icvFastArctan_32f( y_buffer, x_buffer, x_buffer, len );
567 float* y_buffer = 0; local
643 y_buffer = (float*)cvStackAlloc( block_size*sizeof(float));
658 icvSinCos_32f( angle_data+x, y_buffer, x_buffer, len, angle_in_degrees );
663 float ty = y_buffer[i];
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/
H A Dpeerconnection_jni.cc1159 jobject y_buffer = jni()->NewDirectByteBuffer( local
1166 jni()->SetObjectArrayElement(planes, 0, y_buffer);

Completed in 2045 milliseconds