Home
last modified time | relevance | path

Searched refs:_c_w (Results 1 – 1 of 1) 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
195 for (x = 0; x < OC_MINI(_c_w, 2); x++) { 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()
200 for (; x < _c_w - 3; x++) { in y4m_42xmpeg2_42xjpeg_helper()
204 for (; x < _c_w; x++) { 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()
209 _dst += _c_w; in y4m_42xmpeg2_42xjpeg_helper()
210 _src += _c_w; in y4m_42xmpeg2_42xjpeg_helper()
[all …]