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

  /external/libvpx/vp8/encoder/
temporal_filter.c 171 unsigned char **base_pre = d->base_pre; local
180 d->base_pre = &frame_ptr->y_buffer;
271 d->base_pre = base_pre;
mcomp.c 187 #define PRE(r,c) (*(d->base_pre) + d->pre + ((r)>>2) * d->pre_stride + ((c)>>2)) // pointer to predictor base of a motionvector
200 unsigned char *y = *(d->base_pre) + d->pre + (bestmv->row) * d->pre_stride + bestmv->col;
318 unsigned char *y = *(d->base_pre) + d->pre + (bestmv->row) * d->pre_stride + bestmv->col;
604 unsigned char *y = *(d->base_pre) + d->pre + (bestmv->row) * d->pre_stride + bestmv->col;
757 #define PRE(r,c) (*(d->base_pre) + d->pre + (r) * d->pre_stride + (c)) // pointer to predictor base of a motionvector
950 in_what = (unsigned char *)(*(d->base_pre) + d->pre + (ref_row * (d->pre_stride)) + ref_col);
1066 in_what = (unsigned char *)(*(d->base_pre) + d->pre + (ref_row * (d->pre_stride)) + ref_col);
    [all...]
pickinter.c 74 unsigned char *in_what = *(d->base_pre) + d->pre ;
firstpass.c 421 ref_ptr = (unsigned char *)(*(d->base_pre) + d->pre );
    [all...]
  /external/libvpx/vp8/common/
blockd.h 199 unsigned char **base_pre; member in struct:__anon8426
reconinter.c 143 ptr_base = *(d->base_pre);
177 ptr_base = *(d->base_pre);
196 ptr_base = *(d->base_pre);
508 ptr_base = *(d->base_pre);
610 ptr_base = *(d->base_pre);
638 ptr_base = *(d0->base_pre);
670 ptr_base = *(d0->base_pre);
mbpitch.c 41 b->base_pre = base;

Completed in 103 milliseconds