HomeSort by relevance Sort by last modified time
    Searched defs:y_buffer (Results 1 - 7 of 7) sorted by null

  /external/libvpx/vp8/common/arm/
reconintra_arm.c 20 unsigned char *y_buffer,
29 unsigned char *y_buffer = x->dst.y_buffer; local
36 vp8_build_intra_predictors_mby_neon_func(y_buffer, ypred_ptr, y_stride, mode, Up, Left);
43 unsigned char *y_buffer,
52 unsigned char *y_buffer = x->dst.y_buffer; local
59 vp8_build_intra_predictors_mby_s_neon_func(y_buffer, ypred_ptr, y_stride, mode, Up, Left);
  /external/libvpx/vpx_scale/
yv12config.h 52 unsigned char *y_buffer; member in struct:__anon8534
  /external/libvpx/vp8/encoder/
temporal_filter.c 176 b->base_src = &arf_frame->y_buffer;
180 d->base_pre = &frame_ptr->y_buffer;
304 unsigned char *y_buffer = mbd->pre.y_buffer; local
367 cpi->frames[frame]->y_buffer + mb_y_offset,
377 (f->y_buffer + mb_y_offset,
409 dst1 = cpi->alt_ref_buffer.source_buffer.y_buffer;
467 mbd->pre.y_buffer = y_buffer;
pickinter.c 450 unsigned char *y_buffer[4]; local
470 y_buffer[LAST_FRAME] = lst_yv12->y_buffer + recon_yoffset;
484 y_buffer[GOLDEN_FRAME] = gld_yv12->y_buffer + recon_yoffset;
498 y_buffer[ALTREF_FRAME] = alt_yv12->y_buffer + recon_yoffset;
593 x->e_mbd.pre.y_buffer = y_buffer[x->e_mbd.mode_info_context->mbmi.ref_frame];
639 distortion2 = VARIANCE_INVOKE(&cpi->rtcd.variance, get16x16prederror)(x->src.y_buffer, x->src.y_stride, x->e_mbd.predictor, 16, 0x7fffffff)
    [all...]
rdopt.c 554 ENCODEMB_INVOKE(rtcd, submby)( mb->src_diff, mb->src.y_buffer,
1771 unsigned char *y_buffer[4]; local
    [all...]
  /external/libvpx/vp8/common/
postproc.c 316 POSTPROC_INVOKE(rtcd, downacross)(source->y_buffer, post->y_buffer, source->y_stride, post->y_stride, source->y_height, source->y_width, ppl);
317 POSTPROC_INVOKE(rtcd, across)(post->y_buffer, post->y_stride, post->y_height, post->y_width, q2mbl(q));
318 POSTPROC_INVOKE(rtcd, down)(post->y_buffer, post->y_stride, post->y_height, post->y_width, q2mbl(q));
337 POSTPROC_INVOKE(rtcd, downacross)(source->y_buffer, post->y_buffer, source->y_stride, post->y_stride, source->y_height, source->y_width, ppl);
356 source->y_buffer + 2 * source->y_stride + 2,
357 source->y_buffer + 2 * source->y_stride + 2,
734 (oci->post_proc_buffer.y_buffer,
754 vp8_blit_text(message, oci->post_proc_buffer.y_buffer, oci->post_proc_buffer.y_stride)
838 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...]

Completed in 134 milliseconds