Searched refs:_aux (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/ |
D | y4minput.c | 227 unsigned char *_aux) { in y4m_convert_42xmpeg2_42xjpeg() argument 239 y4m_42xmpeg2_42xjpeg_helper(_dst, _aux, c_w, c_h); in y4m_convert_42xmpeg2_42xjpeg() 241 _aux += c_sz; in y4m_convert_42xmpeg2_42xjpeg() 289 unsigned char *_aux) { in y4m_convert_42xpaldv_42xjpeg() argument 303 tmp = _aux + 2 * c_sz; in y4m_convert_42xpaldv_42xjpeg() 308 y4m_42xmpeg2_42xjpeg_helper(tmp, _aux, c_w, c_h); in y4m_convert_42xpaldv_42xjpeg() 309 _aux += c_sz; in y4m_convert_42xpaldv_42xjpeg() 475 unsigned char *_aux) { in y4m_convert_422jpeg_420jpeg() argument 493 y4m_422jpeg_420jpeg_helper(_dst, _aux, c_w, c_h); in y4m_convert_422jpeg_420jpeg() 494 _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
|