Home
last modified time | relevance | path

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

/external/libvpx/libvpx/
Dy4minput.c189 const unsigned char *_src, int _c_w, int _c_h) { in y4m_42xmpeg2_42xjpeg_helper() argument
192 for (y = 0; y < _c_h; y++) { in y4m_42xmpeg2_42xjpeg_helper()
366 const unsigned char *_src, int _c_w, int _c_h) { in y4m_422jpeg_420jpeg_helper() argument
371 for (y = 0; y < OC_MINI(_c_h, 2); y += 2) { in y4m_422jpeg_420jpeg_helper()
373 + 78 * _src[OC_MINI(1, _c_h - 1) * _c_w] in y4m_422jpeg_420jpeg_helper()
374 - 17 * _src[OC_MINI(2, _c_h - 1) * _c_w] in y4m_422jpeg_420jpeg_helper()
375 + 3 * _src[OC_MINI(3, _c_h - 1) * _c_w] + 64) >> 7, 255); in y4m_422jpeg_420jpeg_helper()
377 for (; y < _c_h - 3; y += 2) { in y4m_422jpeg_420jpeg_helper()
382 for (; y < _c_h; y += 2) { in y4m_422jpeg_420jpeg_helper()
384 … + _src[(_c_h - 1) * _c_w]) - 17 * (_src[(y - 1) * _c_w] in y4m_422jpeg_420jpeg_helper()
[all …]