Home
last modified time | relevance | path

Searched refs:p_tmp (Results 1 – 3 of 3) sorted by relevance

/external/openssl/crypto/evp/
Devp_pkey.c95 const unsigned char *p_tmp; in EVP_PKCS82PKEY() local
232 p_tmp = p; in EVP_PKCS82PKEY()
280 if (!d2i_ECPrivateKey(&eckey, &p_tmp, pkeylen)) in EVP_PKCS82PKEY()
/external/opencore/codecs_v2/video/avc_h264/enc/src/
Dmotion_comp.cpp1320 uint32 *p_tmp; in eDiagonalInterpMC() local
1337 p_tmp = (uint32*) & (tmp_res[0][0]); in eDiagonalInterpMC()
1398 *p_tmp++ = r4; in eDiagonalInterpMC()
1402 p_tmp += ((24 - blkwidth) >> 2); /* move to the next line */ in eDiagonalInterpMC()
1409 p_tmp -= 6; /* intermediate output */ in eDiagonalInterpMC()
1459 *p_tmp++ = pkres; /* write 4 pixel */ in eDiagonalInterpMC()
1462 p_tmp += ((24 - blkwidth) >> 2); /* move to the next line */ in eDiagonalInterpMC()
/external/opencore/codecs_v2/video/avc_h264/dec/src/
Dpred_inter.cpp1599 uint32 *p_tmp; in DiagonalInterpMC() local
1616 p_tmp = (uint32*) & (tmp_res[0][0]); in DiagonalInterpMC()
1677 *p_tmp++ = r4; in DiagonalInterpMC()
1681 p_tmp += ((24 - blkwidth) >> 2); /* move to the next line */ in DiagonalInterpMC()
1688 p_tmp -= 6; /* intermediate output */ in DiagonalInterpMC()
1738 *p_tmp++ = pkres; /* write 4 pixel */ in DiagonalInterpMC()
1741 p_tmp += ((24 - blkwidth) >> 2); /* move to the next line */ in DiagonalInterpMC()