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
886 ptrdiff_t first_partition_length_in_bytes; in vp8_decode_frame() local911 first_partition_length_in_bytes = 0; in vp8_decode_frame()924 first_partition_length_in_bytes = in vp8_decode_frame()927 if (!pbi->ec_active && (data + first_partition_length_in_bytes > data_end || in vp8_decode_frame()928 data + first_partition_length_in_bytes < data)) { in vp8_decode_frame()1079 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()1267 oh.first_partition_length_in_bytes = cpi->bc->pos; in vp8_pack_bitstream()1290 int v = (oh.first_partition_length_in_bytes << 5) | (oh.show_frame << 4) | in vp8_pack_bitstream()