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.c703 const uint8_t *const pre_address = y + (tr >> 3) * y_stride + (tc >> 3); in vp9_find_best_sub_pixel_tree() local
708 thismse = vfp->svf(pre_address, y_stride, sp(tc), sp(tr), in vp9_find_best_sub_pixel_tree()
711 thismse = vfp->svaf(pre_address, y_stride, sp(tc), sp(tr), in vp9_find_best_sub_pixel_tree()
734 const uint8_t *const pre_address = y + (tr >> 3) * y_stride + (tc >> 3); in vp9_find_best_sub_pixel_tree() local
737 thismse = vfp->svf(pre_address, y_stride, sp(tc), sp(tr), in vp9_find_best_sub_pixel_tree()
740 thismse = vfp->svaf(pre_address, y_stride, sp(tc), sp(tr), in vp9_find_best_sub_pixel_tree()