HomeSort by relevance Sort by last modified time
    Searched refs:pel (Results 1 - 3 of 3) sorted by null

  /external/dropbear/libtomcrypt/src/mac/pelican/
pelican_memory.c 33 pelican_state *pel; local
36 pel = XMALLOC(sizeof(*pel));
37 if (pel == NULL) {
41 if ((err = pelican_init(pel, key, keylen)) != CRYPT_OK) {
42 XFREE(pel);
45 if ((err = pelican_process(pel, in ,inlen)) != CRYPT_OK) {
46 XFREE(pel);
49 err = pelican_done(pel, out);
50 XFREE(pel);
    [all...]
pelican_test.c 89 pelican_state pel;
92 if ((err = pelican_init(&pel, tests[x].K, tests[x].keylen)) != CRYPT_OK) {
95 if ((err = pelican_process(&pel, tests[x].MSG, tests[x].ptlen)) != CRYPT_OK) {
98 if ((err = pelican_done(&pel, out)) != CRYPT_OK) {
  /frameworks/av/media/libstagefright/codecs/avc/common/src/
deblock.cpp 403 for (edge = 1; edge < 4; edge++) // 4 vertical strips of 16 pel
494 for (edge = 1; edge < 4; edge++) // 4 horicontal strips of 16 pel
1089 int pel, ap = 0, aq = 0, Strng; local
1278 int pel, ap = 1, aq = 1; local
1495 int pel, Strng; local
1585 int pel, Strng; local
    [all...]

Completed in 70 milliseconds