/external/libvpx/libvpx/vp8/common/arm/ |
reconintra_arm.c | 19 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/vpx_scale/ |
yv12config.h | 44 uint8_t *y_buffer; member in struct:yv12_buffer_config
|
/external/libvpx/libvpx/vp8/encoder/ |
temporal_filter.c | 162 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/common/ |
postproc.c | 321 vp8_mbpost_proc_across_ip(post->y_buffer, post->y_stride, post->y_height, 323 vp8_mbpost_proc_down(post->y_buffer, post->y_stride, post->y_height, 372 source->y_buffer + 16 * mbr * source->y_stride, 373 post->y_buffer + 16 * mbr * post->y_stride, source->y_stride, 415 source->y_buffer + 16 * mbr * source->y_stride, 416 source->y_buffer + 16 * mbr * source->y_stride, 830 (oci->post_proc_buffer.y_buffer, 850 vp8_blit_text(message, oci->post_proc_buffer.y_buffer, oci->post_proc_buffer.y_stride); 863 y_ptr = post->y_buffer + 4 * post->y_stride + 4; 895 y_ptr = post->y_buffer + 4 * post->y_stride + 4 936 unsigned char *y_buffer = oci->post_proc_buffer.y_buffer; local [all...] |
/external/opencv/cxcore/src/ |
cxmathfuncs.cpp | 327 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]; [all...] |