Home
last modified time | relevance | path

Searched refs:cx_size (Results 1 – 1 of 1) sorted by relevance

/external/libvpx/vp8/decoder/
Ddecodeframe.c664 const unsigned char *cx_size) { in read_partition_size() argument
667 pbi->decrypt_cb(pbi->decrypt_state, cx_size, temp, 3); in read_partition_size()
668 cx_size = temp; in read_partition_size()
670 return cx_size[0] + (cx_size[1] << 8) + (cx_size[2] << 16); in read_partition_size()