Home
last modified time | relevance | path

Searched refs:predict (Results 1 – 22 of 22) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dpredictor_enc.c152 const int residual = (value - predict) & 0xff; in NearLosslessComponent()
153 const int boundary_residual = (boundary - predict) & 0xff; in NearLosslessComponent()
197 return VP8LSubPixels(value, predict); in NearLossless()
205 a = NearLosslessDiff(value >> 24, predict >> 24); in NearLossless()
214 new_green = ((predict >> 8) + g) & 0xff; in NearLossless()
245 uint32_t predict; in GetResidual() local
250 predict = upper_row[x]; // Top. in GetResidual()
257 residual = VP8LSubPixels(current_row[x], predict); in GetResidual()
262 current_row[x] = VP8LAddPixels(predict, residual); in GetResidual()
270 residual = VP8LSubPixels(current_row[x], predict); in GetResidual()
[all …]
A Dvp8l_enc.c72 uint32_t predict = 0x00000000; in GreedyMinimizeDeltas() local
78 const uint32_t cur_score = PaletteColorDistance(palette[k], predict); in GreedyMinimizeDeltas()
85 predict = palette[i]; in GreedyMinimizeDeltas()
96 uint32_t predict = 0x000000; in PaletteHasNonMonotonousDeltas() local
100 const uint32_t diff = VP8LSubPixels(palette[i], predict); in PaletteHasNonMonotonousDeltas()
113 predict = palette[i]; in PaletteHasNonMonotonousDeltas()
/AliOS-Things-master/components/amp-utility/python/
A DAI.py52 def predict(): function
/AliOS-Things-master/components/py_engine/tests/haas/HaaS100/python-apps/ml/object-detect/
A Dmain.py16 ml.predict()
/AliOS-Things-master/components/py_engine/tests/haas/HaaS100/python-apps/ml/recognize-character/
A Dmain.py16 ml.predict()
/AliOS-Things-master/components/py_engine/tests/haas/HaaS100/python-apps/ml/recognize-expression/
A Dmain.py16 ml.predict()
/AliOS-Things-master/components/py_engine/tests/haas/HaaSEdu/python-apps/ml/object-detect/
A Dmain.py16 ml.predict()
/AliOS-Things-master/components/py_engine/tests/haas/HaaSEdu/python-apps/ml/recognize-character/
A Dmain.py16 ml.predict()
/AliOS-Things-master/components/py_engine/tests/haas/HaaSEdu/python-apps/ml/recognize-expression/
A Dmain.py16 ml.predict()
/AliOS-Things-master/components/py_engine/tests/haas/HaaS100/python-apps/ml/anime-style/
A Dmain.py16 ml.predict()
/AliOS-Things-master/components/py_engine/tests/haas/HaaSEdu/python-apps/ml/anime-style/
A Dmain.py16 ml.predict()
/AliOS-Things-master/components/littlevgl/src/lv_objx/
A Dlv_tileview.c506 lv_coord_t predict = 0; in drag_end_handler() local
509 predict += vect.x; in drag_end_handler()
513 p.x -= predict; in drag_end_handler()
517 lv_coord_t predict = 0; in drag_end_handler() local
520 predict += vect.y; in drag_end_handler()
524 p.y -= predict; in drag_end_handler()
/AliOS-Things-master/components/py_engine/tests/haas/HaaSEdu/python-apps/ml/facebody-comparing/
A Dmain.py17 ml.predict()
/AliOS-Things-master/components/py_engine/tests/haas/HaaS100/python-apps/ml/facebody-comparing/
A Dmain.py17 ml.predict()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/
A Dtif_zip.c71 TIFFPredictorState predict; member
A Dtif_lzma.c47 TIFFPredictorState predict; member
A Dtif_lzw.c92 TIFFPredictorState predict; /* predictor super class */ member
A Dtif_pixarlog.c460 TIFFPredictorState predict; member
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dstructure.txt558 library has no reliable way to predict the number of passes when dealing
559 with a progressive JPEG file, nor can it predict the number of output passes
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/
A DCHANGELOG2250 - Supported Search stream predict task list use modelId for IVISION.
2280 - Supported Sync predict for Image.
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A DChangeLog3442 889a5786 Improve predict vs no-predict heuristic.
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dlibpng-manual.txt1714 cannot predict the final result.

Completed in 44 milliseconds