Searched refs:partition_d (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Donyx_int.h545 unsigned char *partition_d[MAX_PARTITIONS]; member in struct:VP8_COMP
H A Dbitstream.c1601 unsigned char * dp = cpi->partition_d[0] + cpi->partition_sz[0];
1623 vpx_memmove(dp, cpi->partition_d[i+1], cpi->partition_sz[i+1]);
1624 cpi->partition_d[i+1] = dp;
H A Dencodeframe.c804 vp8_start_encode(&bc[i], cpi->partition_d[i + 1],
H A Donyx_if.c5289 cpi->partition_d[0] = dp;
5295 cpi->partition_d[i + 1] = dp;
/external/libvpx/libvpx/vp8/encoder/
H A Dbitstream.c1602 unsigned char * dp = cpi->partition_d[0] + cpi->partition_sz[0];
1624 vpx_memmove(dp, cpi->partition_d[i+1], cpi->partition_sz[i+1]);
1625 cpi->partition_d[i+1] = dp;
H A Donyx_int.h546 unsigned char *partition_d[MAX_PARTITIONS]; member in struct:VP8_COMP
H A Dencodeframe.c791 vp8_start_encode(&bc[i], cpi->partition_d[i + 1],
H A Donyx_if.c5122 cpi->partition_d[0] = dp;
5128 cpi->partition_d[i + 1] = dp;
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/
H A Dvp8_cx_iface.c964 pkt.data.frame.buf = cpi->partition_d[i];
/external/libvpx/libvpx/vp8/
H A Dvp8_cx_iface.c933 pkt.data.frame.buf = cpi->partition_d[i];

Completed in 1183 milliseconds