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.c876 ptrdiff_t first_partition_length_in_bytes; in vp8_decode_frame() local
901 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()
/external/libvpx/libvpx/vp8/encoder/
Dbitstream.c1075 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()