Searched refs:pre_address (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_mcomp.c | 628 const uint8_t *const pre_address, int y_stride, const uint8_t *second_pred, in accurate_sub_pel_search() argument 636 vp9_highbd_build_inter_predictor(CONVERT_TO_SHORTPTR(pre_address), y_stride, in accurate_sub_pel_search() 651 vp9_build_inter_predictor(pre_address, y_stride, pred, w, this_mv, sf, w, h, in accurate_sub_pel_search() 670 vp9_build_inter_predictor(pre_address, y_stride, pred, w, this_mv, sf, w, h, in accurate_sub_pel_search() 808 const uint8_t *const pre_address = in vp9_find_best_sub_pixel_tree() local 811 thismse = vfp->svf(pre_address, y_stride, sp(tc), sp(tr), in vp9_find_best_sub_pixel_tree() 814 thismse = vfp->svaf(pre_address, y_stride, sp(tc), sp(tr), in vp9_find_best_sub_pixel_tree() 845 const uint8_t *const pre_address = y + (tr >> 3) * y_stride + (tc >> 3); in vp9_find_best_sub_pixel_tree() local 847 thismse = vfp->svf(pre_address, y_stride, sp(tc), sp(tr), src_address, in vp9_find_best_sub_pixel_tree() 850 thismse = vfp->svaf(pre_address, y_stride, sp(tc), sp(tr), in vp9_find_best_sub_pixel_tree()
|