Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dy4minput.c189 const unsigned char *_src, int _c_w, int _c_h) { in y4m_42xmpeg2_42xjpeg_helper() argument
196 _dst[x] = (unsigned char)OC_CLAMPI(0, (4 * _src[0] - 17 * _src[OC_MAXI(x - 1, 0)] + in y4m_42xmpeg2_42xjpeg_helper()
197 … 114 * _src[x] + 35 * _src[OC_MINI(x + 1, _c_w - 1)] - 9 * _src[OC_MINI(x + 2, _c_w - 1)] + in y4m_42xmpeg2_42xjpeg_helper()
198 _src[OC_MINI(x + 3, _c_w - 1)] + 64) >> 7, 255); in y4m_42xmpeg2_42xjpeg_helper()
201 _dst[x] = (unsigned char)OC_CLAMPI(0, (4 * _src[x - 2] - 17 * _src[x - 1] + in y4m_42xmpeg2_42xjpeg_helper()
202 … 114 * _src[x] + 35 * _src[x + 1] - 9 * _src[x + 2] + _src[x + 3] + 64) >> 7, 255); in y4m_42xmpeg2_42xjpeg_helper()
205 _dst[x] = (unsigned char)OC_CLAMPI(0, (4 * _src[x - 2] - 17 * _src[x - 1] + in y4m_42xmpeg2_42xjpeg_helper()
206 … 114 * _src[x] + 35 * _src[OC_MINI(x + 1, _c_w - 1)] - 9 * _src[OC_MINI(x + 2, _c_w - 1)] + in y4m_42xmpeg2_42xjpeg_helper()
207 _src[_c_w - 1] + 64) >> 7, 255); in y4m_42xmpeg2_42xjpeg_helper()
210 _src += _c_w; in y4m_42xmpeg2_42xjpeg_helper()
[all …]
Dy4minput.h32 unsigned char *_dst, unsigned char *_src);