Home
last modified time | relevance | path

Searched defs:tell (Results 1 – 19 of 19) sorted by relevance

/external/libopus/celt/tests/
Dtest_unit_entropy.c170 unsigned *tell; in main() local
232 unsigned *tell; in main() local
/external/chromium_org/third_party/opus/src/celt/tests/
Dtest_unit_entropy.c170 unsigned *tell; in main() local
232 unsigned *tell; in main() local
/external/flac/include/FLAC/
Dcallback.h173 FLAC__IOCallback_Tell tell; member
/external/chromium_org/third_party/opus/src/celt/
Dquant_bands.c158 opus_int32 budget, opus_int32 tell, in quant_coarse_energy_impl()
271 opus_uint32 tell; in quant_coarse_energy() local
435 opus_int32 tell; in unquant_coarse_energy() local
Dcelt_decoder.c293 opus_uint32 tell; in tf_decode() local
689 opus_int32 tell; local
Dbands.c673 opus_int32 tell; in compute_theta() local
1402 opus_int32 tell; in quant_all_bands() local
Dcelt_encoder.c720 opus_uint32 tell; in tf_encode() local
1289 opus_int32 tell; in celt_encode_with_ec() local
/external/libopus/celt/
Dquant_bands.c158 opus_int32 budget, opus_int32 tell, in quant_coarse_energy_impl()
271 opus_uint32 tell; in quant_coarse_energy() local
435 opus_int32 tell; in unquant_coarse_energy() local
Dcelt_decoder.c293 opus_uint32 tell; in tf_decode() local
689 opus_int32 tell; local
Dbands.c673 opus_int32 tell; in compute_theta() local
1402 opus_int32 tell; in quant_all_bands() local
Dcelt_encoder.c720 opus_uint32 tell; in tf_encode() local
1289 opus_int32 tell; in celt_encode_with_ec() local
/external/chromium_org/components/bookmarks/test/
Dbookmark_test_helpers.cc66 std::string tell; in AddNodesFromString() local
/external/llvm/include/llvm/Support/
Draw_ostream.h90 uint64_t tell() const { return current_pos() + GetNumBytesInBuffer(); } in tell() function
/external/libvpx/libvpx/third_party/nestegg/include/nestegg/
Dnestegg.h116 int64_t (* tell)(void * userdata); member
/external/chromium_org/third_party/google_appengine_cloudstorage/cloudstorage/
Dstorage_api.py508 def tell(self): member in ReadBuffer
713 def tell(self): member in StreamingBuffer
/external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
Dbyte_reader.js533 ByteReader.prototype.tell = function() { method in ByteReader
/external/chromium_org/ui/file_manager/gallery/js/image_editor/
Dexif_encoder.js451 ByteWriter.prototype.tell = function() { return this.pos_ }; method in ByteWriter
/external/chromium_org/tools/telemetry/third_party/pyserial/serial/
Dserialutil.py211 def tell(self): member in FileLike
/external/llvm/test/tools/llvm-readobj/Inputs/
Drelocs.py94 def tell(self): member in BinaryReader