Searched refs:OC_CLAMPI (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/ |
D | y4minput.c | 145 #define OC_CLAMPI(_a,_b,_c) (OC_MAXI(_a,OC_MINI(_b,_c))) macro 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() 305 _dst[y * c_w] = (unsigned char)OC_CLAMPI(0, (tmp[0] in y4m_convert_42xpaldv_42xjpeg() 311 _dst[y * c_w] = (unsigned char)OC_CLAMPI(0, (tmp[(y - 3) * c_w] in y4m_convert_42xpaldv_42xjpeg() 316 _dst[y * c_w] = (unsigned char)OC_CLAMPI(0, (tmp[(y - 3) * c_w] in y4m_convert_42xpaldv_42xjpeg() 332 _dst[y * c_w] = (unsigned char)OC_CLAMPI(0, (4 * tmp[0] in y4m_convert_42xpaldv_42xjpeg() 338 _dst[y * c_w] = (unsigned char)OC_CLAMPI(0, (4 * tmp[(y - 2) * c_w] in y4m_convert_42xpaldv_42xjpeg() 343 _dst[y * c_w] = (unsigned char)OC_CLAMPI(0, (4 * tmp[(y - 2) * c_w] in y4m_convert_42xpaldv_42xjpeg() [all …]
|