Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c617 uint16_t *tmp_ptr16; in fp_highbd_estimate_point_noise() local
627 tmp_ptr16 = CONVERT_TO_SHORTPTR(tmp_ptr); in fp_highbd_estimate_point_noise()
629 diff = abs((int)centre_val - (int)tmp_ptr16[j]); in fp_highbd_estimate_point_noise()
633 sum_val += (int)tmp_ptr16[j] * (int)*kernal_ptr; in fp_highbd_estimate_point_noise()