Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/common/
Dheader.h26 unsigned int first_partition_length_in_bytes : 19; member
/external/libvpx/libvpx/vp8/decoder/
Ddecodeframe.c888 ptrdiff_t first_partition_length_in_bytes; in vp8_decode_frame() local
913 first_partition_length_in_bytes = 0; in vp8_decode_frame()
926 first_partition_length_in_bytes = in vp8_decode_frame()
929 if (!pbi->ec_active && (data + first_partition_length_in_bytes > data_end || in vp8_decode_frame()
930 data + first_partition_length_in_bytes < data)) { in vp8_decode_frame()
1081 setup_token_decoder(pbi, data + first_partition_length_in_bytes); in vp8_decode_frame()
/external/libvpx/libvpx/vp8/encoder/
Dbitstream.c1020 oh.first_partition_length_in_bytes = 0; in vp8_pack_bitstream()
1261 oh.first_partition_length_in_bytes = cpi->bc->pos; in vp8_pack_bitstream()
1265 int v = (oh.first_partition_length_in_bytes << 5) | (oh.show_frame << 4) | in vp8_pack_bitstream()