Searched refs:_aux (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libvpx/ |
D | y4minput.c | 216 unsigned char *_aux) { in y4m_convert_42xmpeg2_42xjpeg() argument 228 y4m_42xmpeg2_42xjpeg_helper(_dst, _aux, c_w, c_h); in y4m_convert_42xmpeg2_42xjpeg() 230 _aux += c_sz; in y4m_convert_42xmpeg2_42xjpeg() 278 unsigned char *_aux) { in y4m_convert_42xpaldv_42xjpeg() argument 292 tmp = _aux + 2 * c_sz; in y4m_convert_42xpaldv_42xjpeg() 297 y4m_42xmpeg2_42xjpeg_helper(tmp, _aux, c_w, c_h); in y4m_convert_42xpaldv_42xjpeg() 298 _aux += c_sz; in y4m_convert_42xpaldv_42xjpeg() 432 unsigned char *_aux) { in y4m_convert_422jpeg_420jpeg() argument 450 y4m_422jpeg_420jpeg_helper(_dst, _aux, c_w, c_h); in y4m_convert_422jpeg_420jpeg() 451 _aux += c_sz; in y4m_convert_422jpeg_420jpeg() [all …]
|
/external/boringssl/src/include/openssl/ |
D | asn1t.h | 151 static const ASN1_AUX tname##_aux = {NULL, 0, 0, cb, 0}; \ 155 static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_BROKEN, 0, 0, 0}; \ 159 …static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_REFCOUNT, offsetof(tname, references), cb, 0}… 163 static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_ENCODING, 0, cb, offsetof(tname, enc)}; \ 191 &tname##_aux,\ 203 &tname##_aux,\ 235 static const ASN1_AUX tname##_aux = {NULL, 0, 0, cb, 0}; \ 261 &tname##_aux,\
|
/external/libvorbis/vq/ |
D | vqgen.h | 61 static inline float *_aux(vqgen *v,long ptr){ in _aux() function
|
/external/opencv3/modules/cudaimgproc/src/ |
D | generalized_hough.cpp | 333 explicit IndexCmp(const int3* _aux) : aux(_aux) {} in IndexCmp()
|
/external/opencv3/modules/imgproc/src/ |
D | hough.cpp | 60 hough_cmp_gt(const int* _aux) : aux(_aux) {} in hough_cmp_gt()
|