/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;
|
blockd.h | 203 unsigned char **base_dst; member in struct:__anon7668
|
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 | 615 unsigned char *Above; /* = *(x->base_dst) + x->dst - x->dst_stride; */ 625 Above = *(x->base_dst) + x->dst - x->dst_stride; 633 Left[0] = (*(x->base_dst))[x->dst - 1]; 634 Left[1] = (*(x->base_dst))[x->dst - 1 + x->dst_stride]; 635 Left[2] = (*(x->base_dst))[x->dst - 1 + 2 * x->dst_stride]; 636 Left[3] = (*(x->base_dst))[x->dst - 1 + 3 * x->dst_stride]; 916 unsigned char *above_right; /* = *(x->block[0].base_dst) + x->block[0].dst - x->block[0].dst_stride + 16; */ 925 above_right = *(x->block[0].base_dst) + x->block[0].dst - x->block[0].dst_stride + 16; 931 dst_ptr0 = (unsigned int *)(*(x->block[0].base_dst) + x->block[0].dst + 16 + 3 * x->block[0].dst_stride); 932 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 | 191 *(b->base_dst) + b->dst, 16, b->dst_stride); 197 *(b->base_dst) + b->dst, 16, b->dst_stride); [all...] |
/external/libvpx/vp8/encoder/ |
encodeintra.c | 45 RECON_INVOKE(&rtcd->common->recon, recon)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride);
|
rdopt.c | 663 RECON_INVOKE(IF_RTCD(&cpi->rtcd.common->recon), recon)(best_predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride); [all...] |