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.h28 unsigned int first_partition_length_in_bytes: 19; member
/external/libvpx/libvpx/vp8/decoder/
Ddecodeframe.c987 ptrdiff_t first_partition_length_in_bytes; in vp8_decode_frame() local
1014 first_partition_length_in_bytes = 0; in vp8_decode_frame()
1030 first_partition_length_in_bytes = in vp8_decode_frame()
1034 (data + first_partition_length_in_bytes > data_end in vp8_decode_frame()
1035 || data + first_partition_length_in_bytes < data)) in vp8_decode_frame()
1193 setup_token_decoder(pbi, data + first_partition_length_in_bytes); in vp8_decode_frame()
/external/libvpx/libvpx/vp8/encoder/
Dbitstream.c1282 oh.first_partition_length_in_bytes = 0; in vp8_pack_bitstream()
1580 oh.first_partition_length_in_bytes = cpi->bc->pos; in vp8_pack_bitstream()
1584 int v = (oh.first_partition_length_in_bytes << 5) | in vp8_pack_bitstream()