Home
last modified time | relevance | path

Searched refs:block_entry (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/libvpx/
Dwebmdec.cc39 webm_ctx->block_entry = NULL; in reset()
134 const mkvparser::BlockEntry *block_entry = in webm_read_frame() local
135 reinterpret_cast<const mkvparser::BlockEntry *>(webm_ctx->block_entry); in webm_read_frame()
140 if (block_entry == NULL && !block_entry_eos) { in webm_read_frame()
141 status = cluster->GetFirst(block_entry); in webm_read_frame()
143 } else if (block_entry_eos || block_entry->EOS()) { in webm_read_frame()
150 status = cluster->GetFirst(block_entry); in webm_read_frame()
156 status = cluster->GetNext(block_entry, block_entry); in webm_read_frame()
157 if (block_entry == NULL || block_entry->EOS()) { in webm_read_frame()
163 if (status || block_entry == NULL) { in webm_read_frame()
[all …]
Dwebmdec.h26 const void *block_entry; member
/external/libaom/libaom/common/
Dwebmdec.cc41 webm_ctx->block_entry = NULL; in reset()
135 const mkvparser::BlockEntry *block_entry = in webm_read_frame() local
136 reinterpret_cast<const mkvparser::BlockEntry *>(webm_ctx->block_entry); in webm_read_frame()
141 if (block_entry == NULL && !block_entry_eos) { in webm_read_frame()
142 status = cluster->GetFirst(block_entry); in webm_read_frame()
144 } else if (block_entry_eos || block_entry->EOS()) { in webm_read_frame()
151 status = cluster->GetFirst(block_entry); in webm_read_frame()
157 status = cluster->GetNext(block_entry, block_entry); in webm_read_frame()
158 if (block_entry == NULL || block_entry->EOS()) { in webm_read_frame()
164 if (status || block_entry == NULL) { in webm_read_frame()
[all …]
Dwebmdec.h27 const void *block_entry; member
/external/mesa3d/src/compiler/nir/
Dnir_lower_io_to_temporaries.c104 struct set_entry *block_entry; in emit_output_copies_impl() local
105 set_foreach(impl->end_block->predecessors, block_entry) { in emit_output_copies_impl()
106 struct nir_block *block = (void *)block_entry->key; in emit_output_copies_impl()
/external/e2fsprogs/lib/ext2fs/
Dfileio.c35 struct block_entry { struct
39 typedef struct block_entry *block_entry_t; argument