Searched refs:base_dst (Results 1 – 10 of 10) sorted by relevance
/external/libvpx/vp8/common/ |
D | recon.c | 113 RECON_INVOKE(rtcd, recon4)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride); in vp8_recon_mby_c() 117 RECON_INVOKE(rtcd, recon4)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride); in vp8_recon_mby_c() 121 RECON_INVOKE(rtcd, recon4)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride); in vp8_recon_mby_c() 125 RECON_INVOKE(rtcd, recon4)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride); in vp8_recon_mby_c() 133 RECON_INVOKE(rtcd, recon4)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride); in vp8_recon_mby_c() 143 RECON_INVOKE(rtcd, recon4)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride); in vp8_recon_mb_c() 145 RECON_INVOKE(rtcd, recon4)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride); in vp8_recon_mb_c() 147 RECON_INVOKE(rtcd, recon4)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride); in vp8_recon_mb_c() 149 RECON_INVOKE(rtcd, recon4)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride); in vp8_recon_mb_c() 154 RECON_INVOKE(rtcd, recon2)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride); in vp8_recon_mb_c() [all …]
|
D | reconintra4x4.c | 23 unsigned char *Above = *(x->base_dst) + x->dst - x->dst_stride; in vp8_predict_intra4x4() 27 Left[0] = (*(x->base_dst))[x->dst - 1]; in vp8_predict_intra4x4() 28 Left[1] = (*(x->base_dst))[x->dst - 1 + x->dst_stride]; in vp8_predict_intra4x4() 29 Left[2] = (*(x->base_dst))[x->dst - 1 + 2 * x->dst_stride]; in vp8_predict_intra4x4() 30 Left[3] = (*(x->base_dst))[x->dst - 1 + 3 * x->dst_stride]; in vp8_predict_intra4x4() 303 …unsigned char *above_right = *(x->block[0].base_dst) + x->block[0].dst - x->block[0].dst_stride + … in vp8_intra_prediction_down_copy()
|
D | blockd.h | 203 unsigned char **base_dst; member
|
D | mbpitch.c | 35 b->base_dst = base; in setup_block()
|
D | reconintra.c | 27 RECON_INVOKE(rtcd, recon2)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride); in vp8_recon_intra_mbuv()
|
/external/libvpx/vp8/decoder/ |
D | reconintra_mt.c | 625 Above = *(x->base_dst) + x->dst - x->dst_stride; in vp8mt_predict_intra4x4() 633 Left[0] = (*(x->base_dst))[x->dst - 1]; in vp8mt_predict_intra4x4() 634 Left[1] = (*(x->base_dst))[x->dst - 1 + x->dst_stride]; in vp8mt_predict_intra4x4() 635 Left[2] = (*(x->base_dst))[x->dst - 1 + 2 * x->dst_stride]; in vp8mt_predict_intra4x4() 636 Left[3] = (*(x->base_dst))[x->dst - 1 + 3 * x->dst_stride]; in vp8mt_predict_intra4x4() 925 above_right = *(x->block[0].base_dst) + x->block[0].dst - x->block[0].dst_stride + 16; in vp8mt_intra_prediction_down_copy() 931 …dst_ptr0 = (unsigned int *)(*(x->block[0].base_dst) + x->block[0].dst + 16 + 3 * x->block[0].dst_s… in vp8mt_intra_prediction_down_copy() 932 …dst_ptr1 = (unsigned int *)(*(x->block[0].base_dst) + x->block[0].dst + 16 + 7 * x->block[0].dst_s… in vp8mt_intra_prediction_down_copy() 933 …dst_ptr2 = (unsigned int *)(*(x->block[0].base_dst) + x->block[0].dst + 16 + 11 * x->block[0].dst_… in vp8mt_intra_prediction_down_copy()
|
D | decodframe.c | 270 *(b->base_dst) + b->dst, 16, b->dst_stride); in decode_macroblock() 276 *(b->base_dst) + b->dst, 16, b->dst_stride); in decode_macroblock()
|
D | threading.c | 191 *(b->base_dst) + b->dst, 16, b->dst_stride); in decode_macroblock() 197 *(b->base_dst) + b->dst, 16, b->dst_stride); in decode_macroblock()
|
/external/libvpx/vp8/encoder/ |
D | encodeintra.c | 45 …RECON_INVOKE(&rtcd->common->recon, recon)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_s… in vp8_encode_intra4x4block()
|
D | rdopt.c | 663 …RECON_INVOKE(IF_RTCD(&cpi->rtcd.common->recon), recon)(best_predictor, b->diff, *(b->base_dst) + b… in rd_pick_intra4x4block()
|