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

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_image.c 187 const u8 *clp = h264bsdClip + 512; local
252 tmp1 = clp[tmp1 + tmp2];
255 tmp3 = clp[tmp3 + tmp4];
259 tmp1 = clp[tmp1 + tmp2];
263 tmp3 = clp[tmp3 + tmp4];
324 tmp1 = clp[tmp1 + tmp2];
327 tmp3 = clp[tmp3 + tmp4];
331 tmp1 = clp[tmp1 + tmp2];
335 tmp3 = clp[tmp3 + tmp4];
h264bsd_reconstruct.c 505 const u8 *clp = h264bsdClip + 512; local
550 tmp2 = clp[tmp2>>5];
562 tmp1 = clp[tmp1>>5];
574 tmp6 = clp[tmp6>>5];
586 tmp5 = clp[tmp5>>5];
624 const u8 *clp = h264bsdClip + 512; local
674 tmp2 = clp[tmp2>>5];
688 tmp1 = clp[tmp1>>5];
702 tmp6 = clp[tmp6>>5];
716 tmp5 = clp[tmp5>>5]
757 const u8 *clp = h264bsdClip + 512; local
881 const u8 *clp = h264bsdClip + 512; local
1020 const u8 *clp = h264bsdClip + 512; local
1226 const u8 *clp = h264bsdClip + 512; local
1413 const u8 *clp = h264bsdClip + 512; local
1618 const u8 *clp = h264bsdClip + 512; local
    [all...]
h264bsd_intra_prediction.c 932 const u8 *clp = h264bsdClip + 512; local
1331 const u8 *clp = h264bsdClip + 512; local
    [all...]
h264bsd_deblocking.c 662 const u8 *clp = h264bsdClip + 512; local
702 p0 = clp[p0 + delta];
703 q0 = clp[q0 - delta];
772 const u8 *clp = h264bsdClip + 512; local
811 p0 = clp[p0 + delta];
812 q0 = clp[q0 - delta];
842 const u8 *clp = h264bsdClip + 512; local
883 p0 = clp[p0 + delta];
884 q0 = clp[q0 - delta];
953 const u8 *clp = h264bsdClip + 512 local
1029 const u8 *clp = h264bsdClip + 512; local
1077 const u8 *clp = h264bsdClip + 512; local
    [all...]
  /external/tcpdump/
print-atm.c 359 u_int8_t cell_type, func_type, payload, clp; local
374 clp = cell_header&0x1;
376 printf("%s, vpi %u, vci %u, payload [ %s ], clp %u, length %u",
380 clp, length);
  /external/fio/
server.c 595 struct cmd_line_pdu *clp; local
601 clp = pdu;
602 clp->lines = le16_to_cpu(clp->lines);
603 clp->client_type = le16_to_cpu(clp->client_type);
604 argv = malloc(clp->lines * sizeof(char *));
605 offset = sizeof(*clp);
607 dprint(FD_NET, "server: %d command line args\n", clp->lines);
609 for (i = 0; i < clp->lines; i++)
    [all...]
client.c 497 struct cmd_line_pdu *clp; local
519 mem += sizeof(*clp) + (client->argc * sizeof(*cslp));
522 clp = pdu;
523 offset = sizeof(*clp);
535 clp->lines = cpu_to_le16(client->argc);
536 clp->client_type = __cpu_to_le16(client->type);
    [all...]
  /external/chromium_org/third_party/skia/third_party/lua/src/
lparser.c 499 Proto *clp; local
508 f->p[fs->np++] = clp = luaF_newproto(L);
509 luaC_objbarrier(L, f, clp);
510 return clp;
    [all...]

Completed in 399 milliseconds