/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/ |
bitstream.c | 364 static void write_partition_size(unsigned char *cx_data, int size) 369 *cx_data = csize; 371 *(cx_data + 1) = csize; 373 *(cx_data + 2) = csize; 377 static void pack_tokens_into_partitions_c(VP8_COMP *cpi, unsigned char *cx_data, 383 unsigned char *ptr = cx_data; 1275 unsigned char *cx_data = dest; local [all...] |
bitstream.h | 25 unsigned char * cx_data,
|
/external/libvpx/libvpx/vp8/encoder/ |
bitstream.c | 365 static void write_partition_size(unsigned char *cx_data, int size) 370 *cx_data = csize; 372 *(cx_data + 1) = csize; 374 *(cx_data + 2) = csize; 378 static void pack_tokens_into_partitions_c(VP8_COMP *cpi, unsigned char *cx_data, 384 unsigned char *ptr = cx_data; 1276 unsigned char *cx_data = dest; local [all...] |
bitstream.h | 25 unsigned char * cx_data,
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/ |
vp9_cx_iface.c | 71 unsigned char *cx_data; member in struct:vpx_codec_alg_priv 702 free(ctx->cx_data); 847 if (res == VPX_CODEC_OK && cpi != NULL && ctx->cx_data == NULL) { 855 ctx->cx_data = (unsigned char *)malloc(ctx->cx_data_sz); 856 if (ctx->cx_data == NULL) { 891 unsigned char *cx_data; local [all...] |
/external/libvpx/libvpx/vp9/ |
vp9_cx_iface.c | 82 unsigned char *cx_data; member in struct:vpx_codec_alg_priv 557 priv->cx_data = (unsigned char *)malloc(priv->cx_data_sz); 558 if (priv->cx_data == NULL) 588 free(ctx->cx_data); 738 unsigned char *cx_data; local 763 cx_data = ctx->cx_data; 769 memmove(cx_data, ctx->pending_cx_data, ctx->pending_cx_data_sz); 770 ctx->pending_cx_data = cx_data; 771 cx_data += ctx->pending_cx_data_sz [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/ |
vp8_cx_iface.c | 74 unsigned char *cx_data; member in struct:vpx_codec_alg_priv 656 priv->cx_data = malloc(priv->cx_data_sz); 658 if (!priv->cx_data) 694 free(ctx->cx_data); 859 unsigned char *cx_data; local 892 cx_data = ctx->cx_data; 894 cx_data_end = ctx->cx_data + cx_data_sz; 902 cx_data, [all...] |
/external/libvpx/libvpx/vp8/ |
vp8_cx_iface.c | 84 unsigned char *cx_data; member in struct:vpx_codec_alg_priv 624 priv->cx_data = malloc(priv->cx_data_sz); 626 if (!priv->cx_data) 669 free(ctx->cx_data); 828 unsigned char *cx_data; local 861 cx_data = ctx->cx_data; 863 cx_data_end = ctx->cx_data + cx_data_sz; 871 cx_data, 935 pkt.data.frame.buf = cx_data [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/arm/armv5te/ |
vp8_packtokens_partitions_armv5.asm | 38 ; r1 unsigned char *cx_data 57 str r1, [sp, #24] ; save ptr = cx_data
|
/external/libvpx/libvpx/vp8/encoder/arm/armv5te/ |
vp8_packtokens_partitions_armv5.asm | 38 ; r1 unsigned char *cx_data 57 str r1, [sp, #24] ; save ptr = cx_data
|