Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dhme_utils.c5128 S32 i4_buf_stride, in hme_compute_sigmaX_and_sigmaXSquared() argument
5159 pu1_data + (u1_base_blk_wd * j) + (u1_base_blk_ht * i * i4_buf_stride); in hme_compute_sigmaX_and_sigmaXSquared()
5165 u4_sigmaX += pu1_buf[l + k * i4_buf_stride]; in hme_compute_sigmaX_and_sigmaXSquared()
5167 (pu1_buf[l + k * i4_buf_stride] * pu1_buf[l + k * i4_buf_stride]); in hme_compute_sigmaX_and_sigmaXSquared()
5190 pu1_data + (u1_base_blk_wd * j) + (u1_base_blk_ht * i * i4_buf_stride); in hme_compute_sigmaX_and_sigmaXSquared()
5196 u8_sigmaX += pu1_buf[l + k * i4_buf_stride]; in hme_compute_sigmaX_and_sigmaXSquared()
5198 (pu1_buf[l + k * i4_buf_stride] * pu1_buf[l + k * i4_buf_stride]); in hme_compute_sigmaX_and_sigmaXSquared()
Dhme_utils.h813 S32 i4_buf_stride,