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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/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.c792 vp8_start_encode(&bc[i], cpi->partition_d[i + 1],
H A Donyx_if.c5123 cpi->partition_d[0] = dp;
5129 cpi->partition_d[i + 1] = dp;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
H A Dvp8_cx_iface.c936 pkt.data.frame.buf = cpi->partition_d[i];

Completed in 52 milliseconds