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

/external/flac/include/FLAC/
H A Dcallback.h129 /** Signature for the tell callback.
173 FLAC__IOCallback_Tell tell; member in struct:__anon21456
/external/chromium_org/components/bookmarks/test/
H A Dbookmark_test_helpers.cc66 std::string tell; local
68 tell = node_name.substr(part_length - 2, 2);
69 if (tell == folder_tell) {
/external/chromium_org/third_party/opus/src/celt/tests/
H A Dtest_unit_entropy.c170 unsigned *tell; local
177 tell=(unsigned *)malloc((sz+1)*sizeof(*tell));
180 tell[0]=ec_tell_frac(&enc);
187 tell[j+1]=ec_tell_frac(&enc);
206 if(ec_tell_frac(&dec)!=tell[0]){
209 0,ec_tell_frac(&dec),tell[0],seed);
219 if(ec_tell_frac(&dec)!=tell[j+1]){
222 j+1,ec_tell_frac(&dec),tell[j+1],seed);
225 free(tell);
232 unsigned *tell; local
[all...]
/external/libopus/celt/tests/
H A Dtest_unit_entropy.c170 unsigned *tell; local
177 tell=(unsigned *)malloc((sz+1)*sizeof(*tell));
180 tell[0]=ec_tell_frac(&enc);
187 tell[j+1]=ec_tell_frac(&enc);
206 if(ec_tell_frac(&dec)!=tell[0]){
209 0,ec_tell_frac(&dec),tell[0],seed);
219 if(ec_tell_frac(&dec)!=tell[j+1]){
222 j+1,ec_tell_frac(&dec),tell[j+1],seed);
225 free(tell);
232 unsigned *tell; local
[all...]
/external/chromium_org/third_party/google_appengine_cloudstorage/cloudstorage/
H A Dstorage_api.py508 def tell(self): member in class:ReadBuffer
713 def tell(self): member in class:StreamingBuffer
/external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
H A Dbyte_reader.js533 ByteReader.prototype.tell = function() {
/external/libvpx/libvpx/third_party/nestegg/include/nestegg/
H A Dnestegg.h112 /** User supplied tell callback.
116 int64_t (* tell)(void * userdata); member in struct:__anon24826
/external/chromium_org/third_party/opus/src/celt/
H A Dquant_bands.c158 opus_int32 budget, opus_int32 tell,
168 if (tell+3 <= budget)
216 tell = ec_tell(enc);
217 bits_left = budget-tell-3*C*(end-i);
227 if (budget-tell >= 15)
234 else if(budget-tell >= 2)
239 else if(budget-tell >= 1)
271 opus_uint32 tell; local
281 tell = ec_tell(enc);
282 if (tell
156 quant_coarse_energy_impl(const CELTMode *m, int start, int end, const opus_val16 *eBands, opus_val16 *oldEBands, opus_int32 budget, opus_int32 tell, const unsigned char *prob_model, opus_val16 *error, ec_enc *enc, int C, int LM, int intra, opus_val16 max_decay, int lfe) argument
435 opus_int32 tell; local
[all...]
H A Dcelt_decoder.c293 opus_uint32 tell; local
296 tell = ec_tell(dec);
298 tf_select_rsv = LM>0 && tell+logp+1<=budget;
303 if (tell+logp<=budget)
306 tell = ec_tell(dec);
689 opus_int32 tell; local
780 tell = ec_tell(dec);
782 if (tell >= total_bits)
784 else if (tell==1)
791 tell
[all...]
H A Dbands.c673 opus_int32 tell; local
703 tell = ec_tell_frac(ec);
804 qalloc = ec_tell_frac(ec) - tell;
1402 opus_int32 tell; local
1422 tell = ec_tell_frac(ec);
1426 balance -= tell;
1427 remaining_bits = total_bits-tell-1;
1509 balance += pulses[i] + tell;
H A Dcelt_encoder.c720 opus_uint32 tell; local
722 tell = ec_tell(enc);
725 tf_select_rsv = LM>0 && tell+logp+1 <= budget;
730 if (tell+logp<=budget)
733 tell = ec_tell(enc);
1289 opus_int32 tell; local
1345 tell=1;
1348 tell=ec_tell(enc);
1349 nbFilledBytes=(tell+4)>>3;
1395 if (tell>
[all...]
/external/chromium_org/ui/file_manager/gallery/js/image_editor/
H A Dexif_encoder.js198 // Use a ByteWriter starting at HEADER_SIZE offset so that tell() positions
252 var totalSize = HEADER_SIZE + bw.tell();
451 ByteWriter.prototype.tell = function() { return this.pos_ };
559 this.resolve(key, this.tell());
/external/libopus/celt/
H A Dquant_bands.c158 opus_int32 budget, opus_int32 tell,
168 if (tell+3 <= budget)
216 tell = ec_tell(enc);
217 bits_left = budget-tell-3*C*(end-i);
227 if (budget-tell >= 15)
234 else if(budget-tell >= 2)
239 else if(budget-tell >= 1)
271 opus_uint32 tell; local
281 tell = ec_tell(enc);
282 if (tell
156 quant_coarse_energy_impl(const CELTMode *m, int start, int end, const opus_val16 *eBands, opus_val16 *oldEBands, opus_int32 budget, opus_int32 tell, const unsigned char *prob_model, opus_val16 *error, ec_enc *enc, int C, int LM, int intra, opus_val16 max_decay, int lfe) argument
435 opus_int32 tell; local
[all...]
H A Dcelt_decoder.c293 opus_uint32 tell; local
296 tell = ec_tell(dec);
298 tf_select_rsv = LM>0 && tell+logp+1<=budget;
303 if (tell+logp<=budget)
306 tell = ec_tell(dec);
689 opus_int32 tell; local
780 tell = ec_tell(dec);
782 if (tell >= total_bits)
784 else if (tell==1)
791 tell
[all...]
H A Dbands.c673 opus_int32 tell; local
703 tell = ec_tell_frac(ec);
804 qalloc = ec_tell_frac(ec) - tell;
1402 opus_int32 tell; local
1422 tell = ec_tell_frac(ec);
1426 balance -= tell;
1427 remaining_bits = total_bits-tell-1;
1509 balance += pulses[i] + tell;
H A Dcelt_encoder.c720 opus_uint32 tell; local
722 tell = ec_tell(enc);
725 tf_select_rsv = LM>0 && tell+logp+1 <= budget;
730 if (tell+logp<=budget)
733 tell = ec_tell(enc);
1289 opus_int32 tell; local
1345 tell=1;
1348 tell=ec_tell(enc);
1349 nbFilledBytes=(tell+4)>>3;
1395 if (tell>
[all...]
/external/llvm/include/llvm/Support/
H A Draw_ostream.h89 /// tell - Return the current offset with the file.
90 uint64_t tell() const { return current_pos() + GetNumBytesInBuffer(); } function in class:llvm::raw_ostream
/external/chromium_org/tools/telemetry/third_party/pyserial/serial/
H A Dserialutil.py211 def tell(self): member in class:FileLike
/external/llvm/test/tools/llvm-readobj/Inputs/
H A Drelocs.py94 def tell(self): member in class:BinaryReader
95 return self.file.tell()
194 f.seek(f.tell())
199 pos = f.tell()
385 start = f.tell()
390 if f.tell() - start != loadCommandsSize:
395 start = f.tell()
406 if f.tell() - start != cmdSize:
438 prev_pos = f.tell()
445 pos = f.tell()
[all...]

Completed in 4535 milliseconds