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.c695 const uint8_t *const pre_address = y + (tr >> 3) * y_stride + (tc >> 3); in vp9_find_best_sub_pixel_tree() local
700 thismse = vfp->svf(pre_address, y_stride, sp(tc), sp(tr), src_address, in vp9_find_best_sub_pixel_tree()
703 thismse = vfp->svaf(pre_address, y_stride, sp(tc), sp(tr), in vp9_find_best_sub_pixel_tree()
726 const uint8_t *const pre_address = y + (tr >> 3) * y_stride + (tc >> 3); in vp9_find_best_sub_pixel_tree() local
729 thismse = vfp->svf(pre_address, y_stride, sp(tc), sp(tr), src_address, in vp9_find_best_sub_pixel_tree()
732 thismse = vfp->svaf(pre_address, y_stride, sp(tc), sp(tr), src_address, in vp9_find_best_sub_pixel_tree()