Searched refs:_dst (Results 1 – 2 of 2) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | y4minput.c | 188 static void y4m_42xmpeg2_42xjpeg_helper(unsigned char *_dst, 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() 201 _dst[x] = (unsigned char)OC_CLAMPI(0, (4 * _src[x - 2] - 17 * _src[x - 1] + 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() 209 _dst += _c_w; in y4m_42xmpeg2_42xjpeg_helper() 215 static void y4m_convert_42xmpeg2_42xjpeg(y4m_input *_y4m, unsigned char *_dst, in y4m_convert_42xmpeg2_42xjpeg() argument 222 _dst += _y4m->pic_w * _y4m->pic_h; in y4m_convert_42xmpeg2_42xjpeg() 228 y4m_42xmpeg2_42xjpeg_helper(_dst, _aux, c_w, c_h); in y4m_convert_42xmpeg2_42xjpeg() 229 _dst += c_sz; in y4m_convert_42xmpeg2_42xjpeg() 277 static void y4m_convert_42xpaldv_42xjpeg(y4m_input *_y4m, unsigned char *_dst, in y4m_convert_42xpaldv_42xjpeg() argument [all …]
|
D | y4minput.h | 32 unsigned char *_dst, unsigned char *_src);
|