Home
last modified time | relevance | path

Searched refs:predicted (Results 1 – 25 of 27) sorted by relevance

12

/external/libvorbis/lib/
Dfloor1.c731 int predicted=render_point(x0,x1,y0,y1,info->postlist[i]); in floor1_fit() local
734 if(vx>=0 && predicted!=vx){ in floor1_fit()
737 output[i]= predicted|0x8000; in floor1_fit()
813 int predicted=render_point(x0,x1,y0,y1,info->postlist[i]); in floor1_encode() local
815 if((post[i]&0x8000) || (predicted==post[i])){ in floor1_encode()
816 post[i]=predicted|0x8000; /* in case there was roundoff jitter in floor1_encode()
820 int headroom=(look->quant_q-predicted<predicted? in floor1_encode()
821 look->quant_q-predicted:predicted); in floor1_encode()
823 int val=post[i]-predicted; in floor1_encode()
1013 int predicted=render_point(info->postlist[look->loneighbor[i-2]], in floor1_inverse1() local
[all …]
/external/tremolo/Tremolo/
Dfloor1.c334 int predicted=render_point(info->postlist[info->loneighbor[i-2]], in floor1_inverse1() local
339 int hiroom=quant_q-predicted; in floor1_inverse1()
340 int loroom=predicted; in floor1_inverse1()
359 fit_value[i]=val+predicted; in floor1_inverse1()
364 fit_value[i]=predicted|0x8000; in floor1_inverse1()
/external/libvorbis/doc/
D07-floor1.tex269 …9) [predicted] = \link{vorbis:spec:render:point}{render_point}( vector [floor1_X_list] element [lo…
276 11) [highroom] = [range] - [predicted]
277 12) [lowroom] = [predicted]
297 22) vector [floor1_final_Y] element [i] = [val] - [lowroom] + [predicted]
301 … 23) vector [floor1_final_Y] element [i] = [predicted] - [val] + [highroom] - 1
310 [predicted] - (([val] + 1) divided by 2 using integer division)
315 [predicted] + ([val] / 2 using integer division)
324 28) vector [floor1_final_Y] element [i] = [predicted]
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/
Dacctab.utf13 ! prominence set (predicted by the DT) Pico
Dphrtab.utf13 ! bound set (predicted by the DT) Pico
/external/llvm/test/Analysis/BlockFrequencyInfo/
Dbasic.ll37 ; The 'then' branch is predicted more likely via branch weight metadata.
72 ; The 'case_c' branch is predicted more likely via branch weight metadata.
/external/kernel-headers/original/uapi/linux/
Dperf_event.h976 predicted:1,/* target predicted */ member
/external/llvm/lib/Target/AArch64/
DAArch64.td77 "Prefer likely predicted branches over selects">;
/external/libtextclassifier/smartselect/
Dtext-classification-model.proto39 // A list of Unicode codepoints to strip from predicted selections.
/external/icu/icu4c/source/data/translit/
DThaiLogical_Latin.txt22 # COMMENTED out: the implicit vowel positions cannot be predicted algorithmically
/external/bison/tests/
Dreduce.at1227 State 13 has a R/R conflict that cannot be predicted by Bison's LR(1)
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/
DCPP.stg930 /** An accept state indicates a unique alternative has been predicted */
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
DActionScript.stg862 /** An accept state indicates a unique alternative has been predicted */
/external/lzma/DOC/
Dlzma-specification.txt414 2) binary symbols with predicted probabilities
/external/pcre/dist2/
DHACKING74 do the real compile - which might use a bit less than the predicted amount of
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/
DPerl5.stg902 /** An accept state indicates a unique alternative has been predicted */
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/
DJavaScript.stg873 /** An accept state indicates a unique alternative has been predicted */
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
DPython.stg1021 /** An accept state indicates a unique alternative has been predicted */
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
DJava.stg938 /** An accept state indicates a unique alternative has been predicted */
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
DRuby.stg814 * predicted
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Scala/
DScala.stg931 /** An accept state indicates a unique alternative has been predicted */
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
DDelphi.stg1280 /** An accept state indicates a unique alternative has been predicted */
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
DCSharp3.stg1161 /** An accept state indicates a unique alternative has been predicted */
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
DCSharp2.stg1182 /** An accept state indicates a unique alternative has been predicted */
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
DObjC.stg1409 /** An accept state indicates a unique alternative has been predicted */

12