Searched refs:otmp (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_resize.c | 368 uint8_t *output, int olength, uint8_t *otmp) { in resize_multistep() argument 382 assert(otmp != NULL); in resize_multistep() 383 otmp2 = otmp + get_down2_length(length, 1); in resize_multistep() 390 out = (s & 1 ? otmp2 : otmp); in resize_multistep() 655 uint16_t *otmp, int bd) { in highbd_resize_multistep() argument 669 assert(otmp != NULL); in highbd_resize_multistep() 670 otmp2 = otmp + get_down2_length(length, 1); in highbd_resize_multistep() 677 out = (s & 1 ? otmp2 : otmp); in highbd_resize_multistep()
|
/external/boringssl/src/crypto/asn1/ |
D | tasn_enc.c | 549 ASN1_OBJECT *otmp; in asn1_ex_i2c() local 583 otmp = (ASN1_OBJECT *)*pval; in asn1_ex_i2c() 584 cont = otmp->data; in asn1_ex_i2c() 585 len = otmp->length; in asn1_ex_i2c()
|
/external/libaom/libaom/av1/common/ |
D | resize.c | 566 uint8_t *output, int olength, uint8_t *otmp) { in resize_multistep() argument 577 assert(otmp != NULL); in resize_multistep() 578 uint8_t *otmp2 = otmp + get_down2_length(length, 1); in resize_multistep() 585 out = (s & 1 ? otmp2 : otmp); in resize_multistep() 963 uint16_t *otmp, int bd) { in highbd_resize_multistep() argument 974 assert(otmp != NULL); in highbd_resize_multistep() 975 uint16_t *otmp2 = otmp + get_down2_length(length, 1); in highbd_resize_multistep() 982 out = (s & 1 ? otmp2 : otmp); in highbd_resize_multistep()
|
/external/openssh/ |
D | ssh-keygen.c | 1594 char valid[64], *otmp, *tmp, *cp, *out, *comment, **plist = NULL; in do_ca_sign() local 1618 otmp = tmp = xstrdup(cert_principals); in do_ca_sign() 1625 free(otmp); in do_ca_sign()
|