Searched refs:first_partition_length_in_bytes (Results 1 – 3 of 3) sorted by relevance
26 unsigned int first_partition_length_in_bytes : 19; member
888 ptrdiff_t first_partition_length_in_bytes; in vp8_decode_frame() local913 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()
1020 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()