HomeSort by relevance Sort by last modified time
    Searched defs:is_last (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
vp9_decodeframe.c 759 // based on 'is_last'.
761 int is_last,
768 if (!is_last) {
803 const int is_last = (r == tile_rows - 1) && (c == tile_cols - 1); local
806 get_tile_buffer(data_end, is_last, &pbi->common.error, &data,
    [all...]
  /external/fio/
stat.c 129 int is_last; local
152 is_last = 0;
153 for (i = 0; i < FIO_IO_U_PLAT_NR && !is_last; i++) {
169 is_last = (j == len - 1);
170 if (is_last)
189 int is_last, per_line, scale_down; local
219 is_last = (j == len - 1);
229 log_info(" %sth=[%5u]%c", fbuf, ovals[j], is_last ? '\n' : ',');
231 if (is_last)
    [all...]
  /external/chromium_org/third_party/brotli/src/brotli/enc/
encode.cc 144 bool is_last,
147 WriteBits(1, is_last, storage_ix, storage);
148 if (is_last) {
166 if (!is_last) {
795 const bool is_last,
802 EncodeMetaBlockLength(length, is_last, false, storage_ix, storage);
940 const bool is_last,
1040 bool is_last = false; local
    [all...]
  /external/flac/include/FLAC/
format.h 837 FLAC__bool is_last; member in struct:__anon25298
    [all...]
  /external/flac/libFLAC/
metadata_iterators.c 91 static FLAC__bool read_metadata_block_header_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__bool *is_last, FLAC__MetadataType *type, unsigned *length);
356 FLAC__bool is_last; member in struct:FLAC__Metadata_SimpleIterator
534 if(iterator->is_last)
587 return iterator->is_last;
652 block->is_last = iterator->is_last;
694 block->is_last = iterator->is_last;
700 ret = write_metadata_block_stationary_with_padding_(iterator, block, iterator->length - FLAC__STREAM_METADATA_HEADER_LENGTH - block->length, block->is_last);
717 if(iterator->is_last) {
1208 FLAC__bool is_last; local
    [all...]
stream_decoder.c 111 static FLAC__bool read_metadata_streaminfo_(FLAC__StreamDecoder *decoder, FLAC__bool is_last, unsigned length);
112 static FLAC__bool read_metadata_seektable_(FLAC__StreamDecoder *decoder, FLAC__bool is_last, unsigned length);
1435 FLAC__bool is_last; local
    [all...]

Completed in 325 milliseconds