Home
last modified time | relevance | path

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

/external/libvpx/libvpx/
Dy4minput.c216 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/
Dasn1t.h151 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/
Dvqgen.h61 static inline float *_aux(vqgen *v,long ptr){ in _aux() function
/external/opencv3/modules/cudaimgproc/src/
Dgeneralized_hough.cpp333 explicit IndexCmp(const int3* _aux) : aux(_aux) {} in IndexCmp()
/external/opencv3/modules/imgproc/src/
Dhough.cpp60 hough_cmp_gt(const int* _aux) : aux(_aux) {} in hough_cmp_gt()