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
876 ptrdiff_t first_partition_length_in_bytes; in vp8_decode_frame() local901 first_partition_length_in_bytes = 0; in vp8_decode_frame()914 first_partition_length_in_bytes = in vp8_decode_frame()917 if (!pbi->ec_active && (data + first_partition_length_in_bytes > data_end || in vp8_decode_frame()918 data + first_partition_length_in_bytes < data)) { in vp8_decode_frame()1069 setup_token_decoder(pbi, data + first_partition_length_in_bytes); in vp8_decode_frame()
1075 oh.first_partition_length_in_bytes = 0; in vp8_pack_bitstream()1337 oh.first_partition_length_in_bytes = cpi->bc->pos; in vp8_pack_bitstream()1341 int v = (oh.first_partition_length_in_bytes << 5) | (oh.show_frame << 4) | in vp8_pack_bitstream()