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

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dheader.h28 unsigned int first_partition_length_in_bytes: 19; member in struct:__anon13055
/external/libvpx/libvpx/vp8/common/
H A Dheader.h28 unsigned int first_partition_length_in_bytes: 19; member in struct:__anon24846
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
H A Ddecodeframe.c987 ptrdiff_t first_partition_length_in_bytes; local
1014 first_partition_length_in_bytes = 0;
1030 first_partition_length_in_bytes =
1034 (data + first_partition_length_in_bytes > data_end
1035 || data + first_partition_length_in_bytes < data))
1193 setup_token_decoder(pbi, data + first_partition_length_in_bytes);
/external/libvpx/libvpx/vp8/decoder/
H A Ddecodeframe.c978 ptrdiff_t first_partition_length_in_bytes; local
1005 first_partition_length_in_bytes = 0;
1022 first_partition_length_in_bytes =
1026 (data + first_partition_length_in_bytes > data_end
1027 || data + first_partition_length_in_bytes < data))
1185 setup_token_decoder(pbi, data + first_partition_length_in_bytes);
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dbitstream.c1282 oh.first_partition_length_in_bytes = 0;
1580 oh.first_partition_length_in_bytes = cpi->bc->pos;
1584 int v = (oh.first_partition_length_in_bytes << 5) |
/external/libvpx/libvpx/vp8/encoder/
H A Dbitstream.c1283 oh.first_partition_length_in_bytes = 0;
1581 oh.first_partition_length_in_bytes = cpi->bc->pos;
1585 int v = (oh.first_partition_length_in_bytes << 5) |

Completed in 189 milliseconds