Home
last modified time | relevance | path

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

/external/chromium_org/media/base/simd/
Dconvert_yuv_to_rgb_c.cc123 const uint8* a_buf, in ConvertYUVAToARGBRow_C() argument
131 uint8 a0 = a_buf[x]; in ConvertYUVAToARGBRow_C()
135 uint8 a1 = a_buf[x + 1]; in ConvertYUVAToARGBRow_C()
Dconvert_yuva_to_argb_mmx.asm19 ; const uint8* a_buf,
/external/opencv/cxcore/src/
Dcxmatmul.cpp136 arrtype* a_buf = 0; \
158 a_buf = (arrtype*)cvStackAlloc(n*sizeof(a_data[0])); \
167 a_buf = (arrtype*)cvStackAlloc(drows*sizeof(a_data[0])); \
169 a_buf[k] = a_data[a_step*k]; \
170 a_data = a_buf; \
222 if( a_buf ) \
225 a_buf[k] = a_data[a_step1*k]; \
226 a_data = a_buf; \
261 if( a_buf ) \
264 a_buf[k] = a_data[a_step1*k]; \
[all …]
/external/openssl/crypto/ec/
Dec_asn1.c443 *a_buf=NULL, *b_buf=NULL; in ec_asn1_group2curve() local
483 a_buf = &char_zero; in ec_asn1_group2curve()
499 a_buf = buffer_1; in ec_asn1_group2curve()
525 if (!M_ASN1_OCTET_STRING_set(curve->a, a_buf, len_1) || in ec_asn1_group2curve()
/external/chromium_org/third_party/openssl/openssl/crypto/ec/
Dec_asn1.c441 *a_buf=NULL, *b_buf=NULL; in ec_asn1_group2curve() local
481 a_buf = &char_zero; in ec_asn1_group2curve()
497 a_buf = buffer_1; in ec_asn1_group2curve()
523 if (!M_ASN1_OCTET_STRING_set(curve->a, a_buf, len_1) || in ec_asn1_group2curve()