Home
last modified time | relevance | path

Searched refs:pre_address (Results 1 – 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_mcomp.c623 const uint8_t *const pre_address, int y_stride, const uint8_t *second_pred, in accurate_sub_pel_search() argument
631 vp9_highbd_build_inter_predictor(CONVERT_TO_SHORTPTR(pre_address), y_stride, in accurate_sub_pel_search()
646 vp9_build_inter_predictor(pre_address, y_stride, pred, w, this_mv, sf, w, h, in accurate_sub_pel_search()
665 vp9_build_inter_predictor(pre_address, y_stride, pred, w, this_mv, sf, w, h, in accurate_sub_pel_search()
803 const uint8_t *const pre_address = in vp9_find_best_sub_pixel_tree() local
806 thismse = vfp->svf(pre_address, y_stride, sp(tc), sp(tr), in vp9_find_best_sub_pixel_tree()
809 thismse = vfp->svaf(pre_address, y_stride, sp(tc), sp(tr), in vp9_find_best_sub_pixel_tree()
840 const uint8_t *const pre_address = y + (tr >> 3) * y_stride + (tc >> 3); in vp9_find_best_sub_pixel_tree() local
842 thismse = vfp->svf(pre_address, y_stride, sp(tc), sp(tr), src_address, in vp9_find_best_sub_pixel_tree()
845 thismse = vfp->svaf(pre_address, y_stride, sp(tc), sp(tr), in vp9_find_best_sub_pixel_tree()