Home
last modified time | relevance | path

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

/external/libvpx/libvpx/
Dy4minput.c175 unsigned char *_aux){ in y4m_convert_42xmpeg2_42xjpeg() argument
187 y4m_42xmpeg2_42xjpeg_helper(_dst,_aux,c_w,c_h); in y4m_convert_42xmpeg2_42xjpeg()
189 _aux+=c_sz; in y4m_convert_42xmpeg2_42xjpeg()
237 unsigned char *_aux){ in y4m_convert_42xpaldv_42xjpeg() argument
251 tmp=_aux+2*c_sz; in y4m_convert_42xpaldv_42xjpeg()
256 y4m_42xmpeg2_42xjpeg_helper(tmp,_aux,c_w,c_h); in y4m_convert_42xpaldv_42xjpeg()
257 _aux+=c_sz; in y4m_convert_42xpaldv_42xjpeg()
389 unsigned char *_aux){ in y4m_convert_422jpeg_420jpeg() argument
407 y4m_422jpeg_420jpeg_helper(_dst,_aux,c_w,c_h); in y4m_convert_422jpeg_420jpeg()
408 _aux+=c_sz; in y4m_convert_422jpeg_420jpeg()
[all …]
/external/openssl/include/openssl/
Dasn1t.h176 static const ASN1_AUX tname##_aux = {NULL, 0, 0, 0, cb, 0}; \
180 static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_BROKEN, 0, 0, 0, 0}; \
184 …static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_REFCOUNT, offsetof(tname, references), lck, c…
188 static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_ENCODING, 0, 0, cb, offsetof(tname, enc)}; \
216 &tname##_aux,\
228 &tname##_aux,\
260 static const ASN1_AUX tname##_aux = {NULL, 0, 0, 0, cb, 0}; \
286 &tname##_aux,\
/external/openssl/crypto/asn1/
Dasn1t.h176 static const ASN1_AUX tname##_aux = {NULL, 0, 0, 0, cb, 0}; \
180 static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_BROKEN, 0, 0, 0, 0}; \
184 …static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_REFCOUNT, offsetof(tname, references), lck, c…
188 static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_ENCODING, 0, 0, cb, offsetof(tname, enc)}; \
216 &tname##_aux,\
228 &tname##_aux,\
260 static const ASN1_AUX tname##_aux = {NULL, 0, 0, 0, cb, 0}; \
286 &tname##_aux,\
/external/libvorbis/vq/
Dvqgen.h61 static inline float *_aux(vqgen *v,long ptr){ in _aux() function