Searched refs:first_partition_length_in_bytes (Results 1 - 3 of 3) sorted by relevance

/external/libvpx/vp8/common/
H A Dheader.h24 unsigned int first_partition_length_in_bytes: 19; member in struct:__anon8188
/external/libvpx/vp8/decoder/
H A Ddecodframe.c575 ptrdiff_t first_partition_length_in_bytes; local
591 first_partition_length_in_bytes =
595 if (data + first_partition_length_in_bytes > data_end
596 || data + first_partition_length_in_bytes < data)
754 setup_token_decoder(pbi, data + first_partition_length_in_bytes);
/external/libvpx/vp8/encoder/
H A Dbitstream.c1369 oh.first_partition_length_in_bytes = 0;
1638 oh.first_partition_length_in_bytes = cpi->bc.pos;
1642 int v = (oh.first_partition_length_in_bytes << 5) |

Completed in 61 milliseconds