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

  /external/libvpx/vp8/common/
recon.c 113 RECON_INVOKE(rtcd, recon4)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride);
117 RECON_INVOKE(rtcd, recon4)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride);
121 RECON_INVOKE(rtcd, recon4)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride);
125 RECON_INVOKE(rtcd, recon4)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride);
133 RECON_INVOKE(rtcd, recon4)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride);
143 RECON_INVOKE(rtcd, recon4)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride);
145 RECON_INVOKE(rtcd, recon4)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride);
147 RECON_INVOKE(rtcd, recon4)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride);
149 RECON_INVOKE(rtcd, recon4)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride);
154 RECON_INVOKE(rtcd, recon2)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride)
    [all...]
reconintra4x4.c 23 unsigned char *Above = *(x->base_dst) + x->dst - x->dst_stride;
27 Left[0] = (*(x->base_dst))[x->dst - 1];
28 Left[1] = (*(x->base_dst))[x->dst - 1 + x->dst_stride];
29 Left[2] = (*(x->base_dst))[x->dst - 1 + 2 * x->dst_stride];
30 Left[3] = (*(x->base_dst))[x->dst - 1 + 3 * x->dst_stride];
303 unsigned char *above_right = *(x->block[0].base_dst) + x->block[0].dst - x->block[0].dst_stride + 16;
327 RECON_INVOKE(rtcd, recon)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride);
331 RECON_INVOKE(rtcd, recon)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride);
335 RECON_INVOKE(rtcd, recon)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride);
339 RECON_INVOKE(rtcd, recon)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride)
    [all...]
blockd.h 205 unsigned char **base_dst; member in struct:__anon5053
mbpitch.c 35 b->base_dst = base;
reconintra.c 27 RECON_INVOKE(rtcd, recon2)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride);
  /external/libvpx/vp8/decoder/
reconintra_mt.c 644 unsigned char *Above; /* = *(x->base_dst) + x->dst - x->dst_stride; */
654 Above = *(x->base_dst) + x->dst - x->dst_stride;
662 Left[0] = (*(x->base_dst))[x->dst - 1];
663 Left[1] = (*(x->base_dst))[x->dst - 1 + x->dst_stride];
664 Left[2] = (*(x->base_dst))[x->dst - 1 + 2 * x->dst_stride];
665 Left[3] = (*(x->base_dst))[x->dst - 1 + 3 * x->dst_stride];
955 unsigned char *above_right; /* = *(x->block[0].base_dst) + x->block[0].dst - x->block[0].dst_stride + 16; */
964 above_right = *(x->block[0].base_dst) + x->block[0].dst - x->block[0].dst_stride + 16;
970 dst_ptr0 = (unsigned int *)(*(x->block[0].base_dst) + x->block[0].dst + 16 + 3 * x->block[0].dst_stride);
971 dst_ptr1 = (unsigned int *)(*(x->block[0].base_dst) + x->block[0].dst + 16 + 7 * x->block[0].dst_stride)
    [all...]
decodframe.c 270 *(b->base_dst) + b->dst, 16, b->dst_stride);
276 *(b->base_dst) + b->dst, 16, b->dst_stride);
threading.c 202 *(b->base_dst) + b->dst, 16, b->dst_stride);
208 *(b->base_dst) + b->dst, 16, b->dst_stride);
    [all...]
  /external/libvpx/vp8/encoder/
encodeintra.c 58 RECON_INVOKE(&rtcd->common->recon, recon)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride);
73 RECON_INVOKE(&rtcd->common->recon, recon)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride);

Completed in 60 milliseconds